@docus/docs-theme

The Docus documentation theme.

Usage no npm install needed!

<script type="module">
  import docusDocsTheme from 'https://cdn.skypack.dev/@docus/docs-theme';
</script>

README

Docus Docs Theme

A theme perfect for your documentation.

Quick Setup

  • Add @docus/docs-theme dependency to your project:
# Using Yarn
yarn add @docus/docs-theme

# Using NPM
npm install @docus/docs-theme
  • Set @docus/docs-theme in your nuxt.config.ts.
{
  extends: ['@docus/docs-theme']
}

Development

  1. Clone this repository
  2. Install dependencies using yarn install
  3. Start dev server using yarn dev