From 5f8d5f10a6c5c74195eaa0e60111a63f15955f26 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 5 Jul 2020 11:14:48 +0200 Subject: [PATCH] docs: rename documentation chapter Avoids confusion about this being the documentation itself. --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 924b0ab5..4b097c8c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -28,7 +28,7 @@ pages: - 'Place Ranking' : 'develop/Ranking.md' - 'Postcodes' : 'develop/Postcodes.md' - 'Setup Test Environment' : 'develop/Setup.md' - - 'Documentation' : 'develop/Documentation.md' + - 'Building Documentation' : 'develop/Documentation.md' - 'External Data Sources': 'develop/data-sources.md' - 'Appendix': - 'Installation on CentOS 7' : 'appendix/Install-on-Centos-7.md'