Skip to content

jlengstorf/gatsby-theme-simple-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gatsby Theme: Simple Docs

Use this theme you want to quickly create docs from a folder full of Markdown files.

Install

# Create a new directory for your site.
mkdir mydocssite

# Move into the directory.
cd mydocssite/

# Create a `package.json`.
yarn init -y

# Add dependencies
yarn add react react-dom gatsby gatsby-theme-simple-docs

# Create a `gatsby-config.js`.
touch gatsby-config.js

Inside gatsby-config.js, set up the theme:

module.exports = {
  __experimentalThemes: ['gatsby-theme-simple-docs']
};

Start the server:

npx gatsby develop

About

A Gatsby theme for creating docs from a folder full of Markdown files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published