Skip to content

Add metadata to intro.md for Acode Plugins#78

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

Add metadata to intro.md for Acode Plugins#78
suryazxt09-stack wants to merge 1 commit into
Acode-Foundation:mainfrom
suryazxt09-stack:patch-1

Conversation

@suryazxt09-stack
Copy link
Copy Markdown

No description provided.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 27, 2026

Greptile Summary

This PR replaces the opening --- YAML front matter delimiter in docs/getting-started/intro.md with the word Prepzo , which breaks the file's front matter entirely rather than adding metadata as described.

  • The opening --- on line 1 is replaced with Prepzo , causing the lang: en-US and title: Acode Plugins fields to be treated as plain document text instead of page metadata.
  • The closing --- delimiter is now orphaned and will likely render as a horizontal rule in the documentation site.

Confidence Score: 1/5

This PR introduces a breaking change to the documentation front matter — merging it will corrupt the page metadata for the plugin introduction page.

The deletion of --- and its replacement with Prepzo means the intro page will no longer have its title or language set — both fields will render as raw text in the documentation site. This is a regression from the existing working state.

docs/getting-started/intro.md — the front matter opening delimiter is broken.

Important Files Changed

Filename Overview
docs/getting-started/intro.md Opening --- YAML front matter delimiter replaced with Prepzo , breaking front matter parsing entirely — page title and language metadata will not be applied.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["intro.md loaded by doc site builder"] --> B{"Does file start with ---?"}
    B -- "YES (before PR)" --> C["YAML front matter parsed\nlang: en-US\ntitle: Acode Plugins"]
    B -- "NO (after PR — starts with 'Prepzo ')" --> D["Front matter NOT parsed\nlang/title rendered as plain text"]
    C --> E["Page rendered with correct title & language"]
    D --> F["Page rendered WITHOUT metadata\n'lang: en-US' and 'title: Acode Plugins'\nappear as body text"]
Loading

Reviews (1): Last reviewed commit: "Add metadata to intro.md for Acode Plugi..." | 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.

P0 The opening --- front matter delimiter has been replaced with Prepzo (an unrelated word), which completely breaks the YAML front matter block. Without the opening ---, parsers (Docusaurus, VitePress, etc.) will not recognize lang: en-US and title: Acode Plugins as metadata — they will be rendered as plain text in the page body instead. The closing --- on line 4 is now also orphaned and may render as a horizontal rule.

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

@bajrangCoder
Copy link
Copy Markdown
Member

F*ck spammers 😵‍💫

@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