This repo contains a Gatsby theme for creating sites using a shared theme. This allows documentation sites to be deployed for each repo while still keeping the same theme/layout/feel of a single page web app doc site would look like.
Inspired by Apollo's Gatsby Theme
First, install gatsby
and the theme that you want to use. This example will be using the docs theme, @availity/gatsby-theme-docs
.
npm install gatsby @availity/gatsby-theme-docs