English
Appearance
Create a new Markdown file, for example:
docs/en/guide/deploy-checklist.md
In docs/.vitepress/config.mts, add:
docs/.vitepress/config.mts
{ text: "Deploy Checklist", link: "/en/guide/deploy-checklist" }
pnpm run docs:dev