Fix wrong and missing paths in index.html

This commit is contained in:
Merijn Hendriks 2020-11-20 00:38:32 +01:00
parent 91bc3a7ff8
commit 1283b6f915

View File

@ -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"