Frontmatter Config 
In addition to the built-in vitepress frontmatter options these docs contain its own fontmatter options.
recipeItems 
- Type: Item[]
Defines custom items for recipe components.
yaml
---
recipeItems:
  - id: wiki:custom
    name: §bCustom
    texture: data:image/png;base64,iVBOR...
    lore: - §7Something
---recipeLinks 
- Type: Link[]
Defines custom links for recipeItems.
yaml
---
recipeLinks:
  - namespace: wiki
    pattern: https://docs.lpsmods.dev/:name
---redirect 
- Type: String
Redirects from this page to a new one.
yaml
---
redirect: /python-docs
---