From b4b6adfd212289b1b25e799a7ea0459543faea8b Mon Sep 17 00:00:00 2001 From: ILikePlayingGames Date: Fri, 29 Sep 2023 13:34:11 -0400 Subject: Add discord bot list and reorganize nav --- mkdocs.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index 9fbbe78..4ef851b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,6 +39,8 @@ nav: - General Mod List: 'mod-lists/general-mod-list.md' - Development: - Getting started with Mod Development: 'development/getting-started.md' - - Other Resources: - - Website List: 'other-resources/website-list.md' - - Discord Server List: 'other-resources/discord-server-list.md' + - Tools: + - Website List: 'tools/website-list.md' + - Discord Bot List: 'tools/discord-bot-list.md' + - Communities: + - Discord Server List: 'communities/discord-server-list.md' -- cgit