Skip to content

Write beautiful documentations with Nuxt 3.

License

Notifications You must be signed in to change notification settings

victorgarciaesgi/docus

 
 

Repository files navigation

Docus

Docus

npm version License npm downloads Volta

Docus is the fastest way to create document-driven websites.

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:

  • Install the dependency:
npm install @nuxt-themes/docus
  • Add it to your extends key in nuxt.config:
defineNuxtConfig({
  extends: '@nuxt-themes/docus'
})

Features ✨

  • +50 Components ready to build rich pages
  • Article, Docs and Blog layouts
  • Start from a README, scale to a framework documentation
  • Table of contents support
  • Configurable design system integration
  • Replace, extend, customize any component in a breeze
  • Leverages @nuxt-themes/typography
  • Used on Content Documentation

They are using it 🎨

Contributing 🙏

  1. Clone this repository
  2. Install dependencies using yarn install or npm install
  3. Run npm run prepare to generate type stubs.
  4. Use npm run dev to start playground in development mode.

License 📎

MIT License

About

Write beautiful documentations with Nuxt 3.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 66.3%
  • TypeScript 30.6%
  • CSS 3.1%