Modern documentation site for the Sikshya LMS WordPress plugin (free + Pro), built with VitePress.
npm install
npm run devThen open http://localhost:5173.
npm run buildOutput is written to docs/.vitepress/dist.
npm run previewdocs/
├── .vitepress/
│ └── config.ts # Theme, nav, sidebar, SEO
├── guide/ # All guide pages
└── index.md # Homepage (hero + cards + Free vs Pro)
Edit any Markdown file under docs/ and the dev server hot-reloads.