|
| 1 | +# Docus Default Starter |
| 2 | + |
| 3 | +> A beautiful, minimal starter for creating documentation with Docus |
| 4 | +
|
| 5 | +This is the default Docus starter template that provides everything you need to build beautiful documentation sites with Markdown and Vue components. |
| 6 | + |
| 7 | +> [!TIP] |
| 8 | +> If you're looking for i18n support, check out the [i18n starter](https://github.com/nuxt-themes/docus/tree/main/.starters/i18n). |
| 9 | +
|
| 10 | +## ✨ Features |
| 11 | + |
| 12 | +- 🎨 **Beautiful Design** - Clean, modern documentation theme |
| 13 | +- 📱 **Responsive** - Mobile-first responsive design |
| 14 | +- 🌙 **Dark Mode** - Built-in dark/light mode support |
| 15 | +- 🔍 **Search** - Full-text search functionality |
| 16 | +- 📝 **Markdown Enhanced** - Extended markdown with custom components |
| 17 | +- 🎨 **Customizable** - Easy theming and brand customization |
| 18 | +- ⚡ **Fast** - Optimized for performance with Nuxt 4 |
| 19 | +- 🔧 **TypeScript** - Full TypeScript support |
| 20 | + |
| 21 | +## 🚀 Quick Start |
| 22 | + |
| 23 | +```bash |
| 24 | +# Install dependencies |
| 25 | +npm install |
| 26 | + |
| 27 | +# Start development server |
| 28 | +npm run dev |
| 29 | +``` |
| 30 | + |
| 31 | +Your documentation site will be running at `http://localhost:3000` |
| 32 | + |
| 33 | +## 📁 Project Structure |
| 34 | + |
| 35 | +``` |
| 36 | +my-docs/ |
| 37 | +├── content/ # Your markdown content |
| 38 | +│ ├── index.md # Homepage |
| 39 | +│ ├── 1.getting-started/ # Getting started section |
| 40 | +│ └── 2.essentials/ # Essential documentation |
| 41 | +├── public/ # Static assets |
| 42 | +└── package.json # Dependencies and scripts |
| 43 | +``` |
| 44 | + |
| 45 | +## ⚡ Built with |
| 46 | + |
| 47 | +This starter comes pre-configured with: |
| 48 | + |
| 49 | +- [Nuxt 4](https://nuxt.com) - The web framework |
| 50 | +- [Nuxt Content](https://content.nuxt.com/) - File-based CMS |
| 51 | +- [Nuxt UI](https://ui.nuxt.com) - UI components |
| 52 | +- [Nuxt Image](https://image.nuxt.com/) - Optimized images |
| 53 | +- [Tailwind CSS 4](https://tailwindcss.com/) - Utility-first CSS |
| 54 | +- [Docus Layer](https://www.npmjs.com/package/docus) - Documentation theme |
| 55 | + |
| 56 | +## 📖 Documentation |
| 57 | + |
| 58 | +For detailed documentation on customizing your Docus project, visit the [Docus Documentation](https://docus.dev) |
| 59 | + |
| 60 | +## 🚀 Deployment |
| 61 | + |
| 62 | +Build for production: |
| 63 | + |
| 64 | +```bash |
| 65 | +npm run build |
| 66 | +``` |
| 67 | + |
| 68 | +The built files will be in the `.output` directory, ready for deployment to any hosting provider that supports Node.js. |
| 69 | + |
| 70 | +## 📄 License |
| 71 | + |
| 72 | +[MIT License](https://opensource.org/licenses/MIT) |
0 commit comments