RobinCsl / docz-with-gatsby

Example of how to have both Docz and Gatsby work together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

Example of how to have both Docz and Gatsby work together

License:MIT License


Languages

Language:CSS 54.3%Language:JavaScript 45.7%