From 6f5c01fcccf8579eeb98f29739102a9d3e6d61e7 Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Sun, 23 Jun 2019 00:30:27 +0200 Subject: [PATCH] moved titles to mkdocs config file --- docs/build.md | 4 ++-- docs/dependencies.md | 1 - docs/index.md | 1 - 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/build.md b/docs/build.md index 6c85201..851d33b 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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 ``` diff --git a/docs/dependencies.md b/docs/dependencies.md index c5ed47e..474ba47 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -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) diff --git a/docs/index.md b/docs/index.md index bde3998..ab02f7c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,2 +1 @@ -# Start page This is the start page for the TeraHz documentation.