Skip to content

Update intro.md with title and language metadata#77

Closed
suryazxt09-stack wants to merge 1 commit into
Acode-Foundation:mainfrom
suryazxt09-stack:patch-2
Closed

Update intro.md with title and language metadata#77
suryazxt09-stack wants to merge 1 commit into
Acode-Foundation:mainfrom
suryazxt09-stack:patch-2

Conversation

@suryazxt09-stack
Copy link
Copy Markdown

git add .
git commit -m "work from Acode start"
git push

git add .
git commit -m "work from Acode start"
git push
@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 27, 2026

Greptile Summary

This PR modifies the YAML frontmatter of docs/getting-started/intro.md, but instead of correctly adding or updating metadata, it replaces the opening --- delimiter with the unrelated text "Prepzo ", breaking the frontmatter block entirely.

  • The lang: en-US and title: Acode Plugins metadata will no longer be parsed; all four lines will be rendered as visible raw text at the top of the page.
  • "Prepzo" is an unrelated brand name that should not appear anywhere in this documentation.

Confidence Score: 2/5

Not safe to merge — the change actively breaks the frontmatter of the intro page and injects an unrelated brand name into the docs.

The single change in this PR replaces the YAML frontmatter opening delimiter with "Prepzo ", causing the documentation page to lose its lang and title metadata entirely and render garbage text at the top of the page. The PR description is also just raw git commands with no meaningful context, and the injected brand name is unrelated to this project.

docs/getting-started/intro.md requires immediate attention — the frontmatter is broken and must be restored.

Important Files Changed

Filename Overview
docs/getting-started/intro.md Opening --- frontmatter delimiter replaced with "Prepzo ", breaking metadata parsing and injecting an unrelated brand name as visible rendered text.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[intro.md loaded by docs site] --> B{Frontmatter delimiter present?}
    B -- "YES (original: ---)" --> C[Parse lang and title metadata]
    B -- "NO (changed to: Prepzo )" --> D[No frontmatter parsed]
    C --> E[Page renders correctly with metadata]
    D --> F["'Prepzo ', 'lang: en-US', 'title: Acode Plugins', '---' rendered as visible text"]
Loading

Reviews (1): Last reviewed commit: "Update intro.md with title and language ..." | Re-trigger Greptile

Comment on lines +1 to 4
Prepzo
lang: en-US
title: Acode Plugins
---
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 The opening --- frontmatter delimiter has been replaced with Prepzo , which completely breaks the YAML frontmatter block. As a result, lang: en-US and title: Acode Plugins will no longer be recognized as metadata — instead, all four lines (Prepzo , lang: en-US, title: Acode Plugins, ---) will render as raw text at the top of the docs page. Additionally, "Prepzo" is an unrelated brand name and has no place in this documentation.

Suggested change
Prepzo
lang: en-US
title: Acode Plugins
---
---
lang: en-US
title: Acode Plugins
---

@Acode-Foundation Acode-Foundation locked as spam and limited conversation to collaborators May 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants