nuxt-themes / docus

Write beautiful documentations with Nuxt and Markdown.
https://docus.dev
MIT License
1.54k stars 156 forks source link
documentation-generator nuxt nuxt-theme

Docus

Docus

npm version npm downloads License Nuxt Nuxt Studio Volta

Docus is the fastest way to create document-driven websites with Vue & Markdown.

Start a project with Docus

You can use this template to create a new project.

If you want to add Docus to an existing codebase, you can do so with:

npm install @nuxt-themes/docus
defineNuxtConfig({
  extends: '@nuxt-themes/docus'
})

Features ✨

They are using it 🎨

Contributing πŸ™

  1. Clone this repository
  2. Install dependencies using pnpm install --frozen-lockfile
  3. Run pnpm run prepare to generate type stubs.
  4. Use pnpm run dev to start default starter. You can edit the module because pnpm workspace links it with the default starter.
  5. Do not commit any change in .starters/default since its your playground.

License πŸ“Ž

MIT License