
A beautiful, minimal starter for creating documentation with Docus
This is the default Docus starter template that provides everything you need to build beautiful documentation sites with Markdown and Vue components.
# Install dependencies
npm install
# Start development server
npm run dev
Your documentation site will be running at http://localhost:3000
my-docs/
βββ content/ # Your markdown content
β βββ index.md # Homepage
β βββ 1.getting-started/ # Getting started section
β βββ 2.essentials/ # Essential documentation
βββ public/ # Static assets
βββ package.json # Dependencies and scripts
This starter comes pre-configured with:
For detailed documentation on customizing your Docus project, visit the Docus Documentation
Build for production:
npm run build
The built files will be in the .output directory, ready for deployment to any hosting provider that supports Node.js.