Gatsby Starter Docz screenshot

Gatsby Starter Docz

Author Avatar Theme by Pedronauck
Updated: 15 Apr 2019
90 Stars

Gatsby starter with Docz and a blog for your documentation

Categories

Overview

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.

Features

  • Easy setup and installation using gatsby-theme-docz
  • Includes a blog section with Gatsby features
  • Real-time updates in the browser

Installation

  1. Create a new Gatsby site using the Gatsby CLI:
npx gatsby new my-site https://github.com/user/repo
  1. Navigate into the site’s directory:
cd my-site
  1. Start the site:
npm start
  1. Open the source code and start editing. The site will be running at http://localhost:8000 and the documentation at http://localhost:8000/docs.

Summary

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.