ocidnoskfi
v0.14.0-alpha.67
Published
Gatsby theme created to use Docz
Downloads
3
Readme
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.