0.14.0-alpha.67 • Published 5 years ago

ocidnoskfi v0.14.0-alpha.67

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

gatsby-theme-docz

:warning: This is experimental and subject to breaking changes.

Installation

yarn add gatsby gatsby-theme-docz

Usage

// gatsby-config.js
module.exports = {
  return {
    __experimentalThemes: [
      {
        resolve: 'gatsby-theme-docs',
        options: {
          base: '/docs'
          themeConfig: {
            mode: 'dark'
          }
        }
      }
    ]
  }
}

Configuration

You can usually set your config using doczrc.js file (see all available) or if you want to set some default options for your theme, you can set options on plugin definition.