Getting Started
Welcome to the SiteName docs. This page is placeholder content — replace it with your real docs later.
Local Development
bash
pnpm docs:dev # start dev server (default http://localhost:5173)
pnpm docs:build # build static site to docs/.vitepress/dist
pnpm docs:preview # preview the built output locallyDirectory Structure
docs/.vitepress/config.ts—— site config (i18n, nav, sidebar, brand)docs/.vitepress/theme/—— theme styles and global Vue componentsdocs/index.md—— Chinese home (landing)docs/guide/—— Chinese docsdocs/en/—— English version (/en/is the English home)
Next
Head to Vue Components to learn how to extend with custom components.