@farnabaz/debug-theme

Docus debugging theme.

Usage no npm install needed!

<script type="module">
  import farnabazDebugTheme from 'https://cdn.skypack.dev/@farnabaz/debug-theme';
</script>

README

Docus Theme Starter

Create your own Docus themes.

Quick Setup

  1. Add @docus/my-theme dependency to your project:
# Using Yarn
yarn add --dev @docus/my-theme
# Using NPM
npm install --save-dev @docus/my-theme
  1. Add @docus/my-theme to the buildModules section of your nuxt.config.js
{
  buildModules: ['@docus/my-theme']
}

Usage

  1. Replace all occurences of my-theme inside this codebase.
  2. The index.ts must export a valid Nuxt config.
  3. Test it with yarn dev and example/ Docus app.
  4. Edit that section.

Development

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