Write beautiful documentations with Nuxt and Markdown.
Docus is a tool that allows developers to create document-driven websites using Vue and Markdown. It is designed to be fast and efficient, making it easier to build websites with rich content and customizable design systems. With Docus, developers can start from a README file and scale up to a framework documentation, with support for table of contents and integration with various design systems. It is widely used by many prominent organizations and projects in the Vue community.
To install Docus and use it in your project, follow these steps:
Install the dependency using npm or yarn:
npm install @nuxt/docus --save-dev
or
yarn add @nuxt/docus --dev
Add @nuxt/docus
to the extends
key in your nuxt.config.js
file:
export default {
extends: [
'@nuxtjs/docus',
],
}
Start using Docus in your project by creating .md
files in the appropriate directories and customizing the components and layouts as needed.
Docus is a powerful tool for creating document-driven websites using Vue and Markdown. It offers a wide range of features, including ready-to-use components, customizable layouts, table of contents support, design system integration, and the ability to replace, extend, or customize any component. It is widely used by many well-known projects and organizations in the Vue community. To get started, simply install Docus as a dependency, add it to your Nuxt configuration, and start creating your content using Markdown files.