moved titles to mkdocs config file

This commit is contained in:
Kristjan Komlosi
2019-06-23 00:30:27 +02:00
parent 6af5d94b8a
commit 6f5c01fccc
3 changed files with 2 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# TeraHz build guide
## 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
source is a time consuming and painful process, even more so if you don't know
@@ -109,7 +109,7 @@ to run:
- Hostapd - Wi-Fi access point
They are available from the Raspbian repository. Install it via `apt`.
```
apt install hostapd dnsmasq hostapd
```

View File

@@ -1,4 +1,3 @@
# Development-stable dependencies
The current development version of TeraHz has been verified to work with:
- Raspbian Stretch (9)
- Python 3.6.8 (built from source code and altinstall'd)

View File

@@ -1,2 +1 @@
# Start page
This is the start page for the TeraHz documentation.