From fba9a132144d0fbcc70c8109019cd89abf929d53 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Sat, 4 Mar 2017 15:17:26 +0100 Subject: [PATCH] Add testing.md to docs --- docs/{TESTING.md => testing.md} | 0 mkdocs.yml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename docs/{TESTING.md => testing.md} (100%) diff --git a/docs/TESTING.md b/docs/testing.md similarity index 100% rename from docs/TESTING.md rename to docs/testing.md diff --git a/mkdocs.yml b/mkdocs.yml index ab3b28ee8..e90ca073f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,4 +15,6 @@ pages: - 'Home': index.md - 'Features': features.md - 'Install': install.md - - 'Documentation': documentation.md + - 'Development': + - 'Testing': testing.md + - 'Documentation': documentation.md