started adding structure to the site
This commit is contained in:
parent
1f20019d57
commit
69c9405e0f
6 changed files with 13 additions and 15 deletions
BIN
docs/Drawings/Pyr0-Piezo_Standalone_v2.0.1_Components_Layout.pdf
Normal file
BIN
docs/Drawings/Pyr0-Piezo_Standalone_v2.0.1_Components_Layout.pdf
Normal file
Binary file not shown.
1
docs/about.md
Normal file
1
docs/about.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
#Under Construction
|
||||
1
docs/config.md
Normal file
1
docs/config.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
#Under construction
|
||||
1
docs/faq.md
Normal file
1
docs/faq.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
#Under construction
|
||||
|
|
@ -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
|
||||
|
|
@ -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']
|
||||
|
||||
Loading…
Reference in a new issue