1.0.1 β€’ Published 4 years ago

@commitd/gatsby-theme-docs v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

A Gatsby theme for documentaion sites. See http://committed.software/theme for instructions.

Development

We use workspaces to develop the theme alongside an example usage that also serves as instructions. This is managed through yarn workspaces. See parent README.md for more details.

🧐 What's inside?

A quick look at the top-level files and directories you'll see in a Gatsby project.

.
β”œβ”€β”€ node_modules
β”œβ”€β”€ src
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
β”œβ”€β”€ gatsby-config.js
β”œβ”€β”€ gatsby-node.js
β”œβ”€β”€ LICENSE
β”œβ”€β”€ package.json
└── README.md
  1. /node_modules: This directory contains all of the modules of code that this project depends on (npm packages) are automatically installed.

  2. /src: This directory will contain all of the code related to what you will see on the front-end of the site using the theme.

  3. gatsby-config.js: This is the main configuration file for the Gatsby theme. This specifies which Gatsby plugins are included, etc. (Check out the config docs for more detail).

  4. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby Node APIs (if any). These set up the docs pages.

  5. LICENSE: licensed under the MIT license.

  6. package.json: A manifest file for the projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.

  7. README.md: A text file containing useful reference information about your project.

πŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.