From 17b08c9e18af9a86848e24af62026aa14cfb7e5e Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Sun, 1 Oct 2023 01:37:51 +0100 Subject: [PATCH] Updated Navigation --- mkdocs.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index a4f197a2..1ff23bc6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,12 +99,22 @@ nav: - Using BeamMP: en/game/playing.md - Running a Server: - Installation: en/server/create-a-server.md - - Server Manual: en/server/server-manual.md - - FAQ: - - Installation: en/faq.md + - Server Manual: en/server/manual.md + - Support: + - Game FAQ: en/support/game-faq.md + - Server FAQ: en/support/server-faq.md - Guides: - - Mod Creation: en/guides/mod-creation.md + - en/guides/index.md + - Mod Creation: + - UI Apps: en/guides/modding/ui-apps.md + - IMGUI Windows: en/guides/modding/imgui-windows.md + - Lua Mods: en/guides/modding/lua-mods.md + - Resource Creation: + - UI Apps: en/guides/resources/getting-started.md - BeamNG Documentation: - Installation: en/beamng/index.md + - Scripting Reference: + - Mod (In-Game): en/scripting/mod/index.md + - Server: en/scripting/server/index.md - Contributing: - - Getting Started: en/contributing/index.md \ No newline at end of file + - Getting Started: en/contributing.md \ No newline at end of file