A feature-rich VitePress template for creating beautiful documentation websites
This template organizes all configuration and source files within the docs/
directory for better project structure.
cd docs/
yarn install
yarn dev
Or with npm:
cd docs/
npm install --legacy-peer-deps
npm run dev
docs/
├── .vitepress/ # VitePress configuration
├── src/ # Documentation source files
├── package.json # Dependencies and scripts
- Modern and clean design architecture
- Comprehensive multi-language support
- Rich collection of components and plugins
- Fork this repository
- Enable GitHub Pages in repository settings
- GitHub Actions will automatically build and deploy your site
Your documentation site will be available at https://yourusername.github.io/yourrepository/
MIT License