From 1567fe76443e2ca60a8ae446faef0af26f1275ba Mon Sep 17 00:00:00 2001 From: mgreiff <marcusgreiff.93@hotmail.com> Date: Tue, 19 Dec 2017 14:32:50 +0100 Subject: [PATCH] Minor revisions to the documentation --- docs/mkdocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 433123b..3d54589 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -22,4 +22,10 @@ markdown_extensions: docs_dir: 'build' pages: - - Home: index.md + - Home: 'index.md' + - Examples: + - Running tests: 'examples/testing.md' + - Running BB examples: 'examples/examples.md' + - Guide: + - Introduction: 'man/introduction.md' + - Installation: 'man/installation.md' -- GitLab