This example shows you how you can use docz as a Gatsby Theme inside your project.
npx create-docz-app docz-app-gatsby --example gatsby
# or
yarn create docz-app docz-app-gatsby --example gatsby
curl https://codeload.github.com/doczjs/docz/tar.gz/main | tar -xz --strip=2 docz-main/examples/gatsby
mv gatsby docz-gatsby-example
cd docz-gatsby-example
yarn # npm i
yarn dev # npm run dev
yarn build # npm run build
yarn serve # npm run serve