From fe6f3031b876111bef026e6b32f30393425b4742 Mon Sep 17 00:00:00 2001 From: SPT-dev Date: Thu, 2 Mar 2023 21:09:49 -0500 Subject: [PATCH] Fix wrong and missing paths in index.html --- docs/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/docs/index.html b/docs/index.html index 8bf2a2f..a6c46b5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -59,13 +59,17 @@ // Here are guides only related to modifying the server/client. "WorkInProgress": "demo.md" }, - "Ressources": { - "Index": "ressources/index.md", - "Player profile": "ressources/ressources_player_profile.md", - "Quests": "ressources/ressources_quests.md", - "Locations": "ressources/ressources_locations.md", - "Item stats": "ressources/ressources_items_stats.md", - "Other": "ressources/ressources_other.md", + "Resources": { + "Index": "resources/index.md", + "Player profile": "resources/resources_player_profile.md", + "Quests": "resources/resources_quests.md", + "Locations": "resources/resources_locations.md", + "Item stats": "resources/resources_items_stats.md", + "Other": "resources/resources_other.md", + }, + "Development": { + // Documents related to maintaining the project + "Dump game data": "development/dump_data.md" }, // "DEBUG": { // "** Markdown Demo": "demo.md"