Gatsby starter with Docz and a blog for your documentation
The content is a guide on how to use Docz and Gatsby to create a library documentation or design system. It provides instructions on how to install and set up the starter, as well as an overview of the files and directories included in a Gatsby project.
npx gatsby new my-site https://github.com/user/repo
cd my-site
npm start
The content provides a quick and simple way to create library documentation or design systems using Docz and Gatsby. It includes a blog section and allows for real-time updates. The guide also explains the structure of a Gatsby project and provides instructions on installation and setup.