/docz-with-gatsby

Example of how to have both Docz and Gatsby work together

Primary LanguageCSSMIT LicenseMIT

Instructions to reproduce

npx gatsby-cli new my-example-with-gatsby-and-docz
cd my-example-with-gatsby-and-docz
yarn add docz docz-theme-default --dev

Modify package.json to add the following script:

...
  "docz:dev": "docz dev"
...

and then run: