started adding structure to the site

This commit is contained in:
pyr0ball 2019-07-01 14:18:27 -07:00
parent 1f20019d57
commit 69c9405e0f
6 changed files with 13 additions and 15 deletions

1
docs/about.md Normal file
View file

@ -0,0 +1 @@
#Under Construction

1
docs/config.md Normal file
View file

@ -0,0 +1 @@
#Under construction

1
docs/faq.md Normal file
View file

@ -0,0 +1 @@
#Under construction

View file

@ -1,17 +1,4 @@
# Welcome to MkDocs
# Documentation for Pyr0-Piezo
For full documentation visit [mkdocs.org](https://mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs help` - Print this help message.
## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.
## Under Construction

View file

@ -1 +1,9 @@
site_name: Pyr0-Piezo
nav:
- 'Home': 'docs/index.md'
- 'About': 'docs/about.md'
- 'FAQ': 'docs/faq.md'
- 'Configuration': 'docs/config.md'
google_analytics: ['UA-135668867-1', 'pyroballpcbs.com']