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. // Here are guides only related to modifying the server/client.
"WorkInProgress": "demo.md" "WorkInProgress": "demo.md"
}, },
"Ressources": { "Resources": {
"Index": "ressources/index.md", "Index": "resources/index.md",
"Player profile": "ressources/ressources_player_profile.md", "Player profile": "resources/resources_player_profile.md",
"Quests": "ressources/ressources_quests.md", "Quests": "resources/resources_quests.md",
"Locations": "ressources/ressources_locations.md", "Locations": "resources/resources_locations.md",
"Item stats": "ressources/ressources_items_stats.md", "Item stats": "resources/resources_items_stats.md",
"Other": "ressources/ressources_other.md", "Other": "resources/resources_other.md",
},
"Development": {
// Documents related to maintaining the project
"Dump game data": "development/dump_data.md"
}, },
// "DEBUG": { // "DEBUG": {
// "** Markdown Demo": "demo.md" // "** Markdown Demo": "demo.md"