Appearance
Project Structure
The structure is intentionally simple.
text
docs/
.vitepress/
config.ts
content.ts
nav.ts
sidebar.ts
theme/
getting-started/
guides/
api/
integrations/
deployment/
troubleshooting/
references/
changelog/
templates/
assets/
public/Why this layout works
- The top-level folders map to major documentation topics.
content.tskeeps nav and sidebar in one place.- The
templatesfolder keeps reusable markdown patterns separate from live docs. - The
referencesfolder holds conventions and maintenance guidance. - The
publicfolder stores static assets used by the site.