diff --git a/docs/Drawings/Pyr0-Piezo_Standalone_v2.0.1_Components_Layout.pdf b/docs/Drawings/Pyr0-Piezo_Standalone_v2.0.1_Components_Layout.pdf new file mode 100644 index 0000000..20ce9d3 Binary files /dev/null and b/docs/Drawings/Pyr0-Piezo_Standalone_v2.0.1_Components_Layout.pdf differ diff --git a/docs/about.md b/docs/about.md new file mode 100644 index 0000000..ae0c808 --- /dev/null +++ b/docs/about.md @@ -0,0 +1 @@ +#Under Construction \ No newline at end of file diff --git a/docs/config.md b/docs/config.md new file mode 100644 index 0000000..23d844b --- /dev/null +++ b/docs/config.md @@ -0,0 +1 @@ +#Under construction \ No newline at end of file diff --git a/docs/faq.md b/docs/faq.md new file mode 100644 index 0000000..23d844b --- /dev/null +++ b/docs/faq.md @@ -0,0 +1 @@ +#Under construction \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index d388039..484bf71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 49c5f9a..f5876b2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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'] + \ No newline at end of file