ocidnoskfi

0.14.0-alpha.67 • Public • Published

gatsby-theme-docz

⚠️ 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.

Package Sidebar

Install

npm i ocidnoskfi

Weekly Downloads

1

Version

0.14.0-alpha.67

License

MIT

Unpacked Size

238 kB

Total Files

598

Last publish

Collaborators

  • pedronauck