This repository hosts the content and the code for the VocaDB Wiki.
All of the wiki pages are written in markdown and available at src/content/docs.
- Sidebar categories are configured at
src/components/navigationConfig.ts - Rule fields are documented at
src/content/config.ts - Page redirects are configured at
astro.config.mjs
For /src/content/docs & /src/content/rules
- Rename file
- Rename
title: {rulename}inside the frontmatter (must match the file name except for dashes (-) and case) - Create a new (or replace the old) redirect for the URL in
astro.config.mjs - Extra: Rename old links in all the wiki files
- Extra: Rename old links on relevant VocaDB (tag) entries
- If renaming rules, rename the corresponding MikuMod rule module as well.
git clone https://github.com/VocaDB/Wikicd wikinpm cinpm run dev