diff --git a/docs/build.md b/docs/build.md index 7769c53..f95c38a 100644 --- a/docs/build.md +++ b/docs/build.md @@ -1,3 +1,7 @@ +# TeraHz build guide +This document describes the process of building/installing TeraHz from the Git +repository. + ## Warning The recommended way of getting TeraHz is the official Raspberry Pi SD card image provided under the releases tab in the GitHub repository. Installing TeraHz from diff --git a/docs/dependencies.md b/docs/dependencies.md index abb6221..e7e0aab 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -1,3 +1,4 @@ +# Development-stable dependencies The current development version of TeraHz has been verified to work with: - Raspbian Stretch (9) diff --git a/docs/hookup.md b/docs/hookup.md new file mode 100644 index 0000000..e69de29 diff --git a/docs/imgs/logo-sq.png b/docs/imgs/logo-sq.png new file mode 100755 index 0000000..97a8df6 Binary files /dev/null and b/docs/imgs/logo-sq.png differ diff --git a/docs/index.md b/docs/index.md index ab02f7c..d18e29f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1 +1,3 @@ -This is the start page for the TeraHz documentation. +TeraHz logo +# TeraHz documentation - index +This is the starting point of TeraHz documentation. diff --git a/mkdocs.yml b/mkdocs.yml index 64c5ee0..b7406f7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: TeraHz Documentation theme: readthedocs nav: - - Start page: 'index.md' - - Build guide: 'build.md' - - Development-stable dependencies: 'dependencies.md' + - 'index.md' + - 'build.md' + - 'dependencies.md'