From e73ec3d956c78d3ef1922f0eb184ad512a445a59 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Sat, 6 Jul 2024 23:28:03 +0100 Subject: [PATCH] Add more nav page items --- mkdocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 2227d4b4f..b28231358 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,5 +25,11 @@ nav: - Download: download.md - Plugins: plugins - Support: + - FAQ: faq.md - User Guide: userguide/index.md - - Development: development + - Contributing: + - Bug Report: contributing/bugreporting.md + - Coding Style: contributing/codingstyle.md + - Pull Requests: contributing/pullrequests.md + - Development: + - Development: development/index.md