Fix wrong and missing paths in index.html
This commit is contained in:
parent
db7fe23254
commit
fe6f3031b8
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user