Updated routes

This commit is contained in:
Atomos821 2020-11-06 16:22:04 +01:00
parent 005801ed21
commit de1500ab7e

View File

@ -43,48 +43,52 @@
<script src="./assets/js/prism.js"></script>
<script src="./assets/js/aki-navigator.js"></script>
<script>
// TODO: keep updating old files and add them the the routes list
const routes = {
"SPT-AKI": {
"Installing a release": "spt-aki/install.md",
"About":"spt-aki/about.md",
"About": "spt-aki/about.md",
"FAQ": "spt-aki/faq.md",
// TODO: work on routes nesting
// "foo" : {
// "item1": "#",
// "item2": "#"
// }
},
"Tutorials": {
// Generalist tutorials (walkthrough projects)
"WorkInProgress":"demo.md"
"WorkInProgress": "demo.md"
},
"Modding": {
// Here are guides only related to modifying the server/client.
"WorkInProgress":"demo.md"
"WorkInProgress": "demo.md"
},
"DEBUG": {
"** Markdown Demo": "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",
},
"Tutorials-old":{
"Create a mod on SP-Tarkov": ".old/tutorials/create_a_mod.md", // TODO: Create a "modding 101 series"
"How to report a bug": ".old/tutorials/bug-report.md", // TODO: include in FAQ
"Editing differents things in my player profile": ".old/tutorials/edit_the_player_profile.md",
"Change some traders behaviour": ".old/tutorials/edit_traders_values.md",
"How to customize maps values": ".old/tutorials/edit_location_values.md",
"Change global values of the server": ".old/tutorials/edit_globals_values.md",
"Edit weapons textures": ".old/tutorials/edit_weapons_textures.md",
"Edit weapons textures with photoshop": ".old/tutorials/photoshop_texture_editing.md",
"Customize weather presets": ".old/tutorials/create_weather.md",
"Add new bundles to the game": ".old/tutorials/add_new_bundles.md"
},
"Modding":{
"All items stats resources":"resources/itemsStats_resources.md",
"All locations resources":"resources/locations_resources.md",
"All player profile resources":"resources/playerProfile_resources.md",
"All quest resources":"resources/quests_resources.md",
"All other resources":"resources/other_resources.md"
}
// "DEBUG": {
// "** Markdown Demo": "demo.md"
// },
// "Tutorials-old":{
// "Create a mod on SP-Tarkov": ".old/tutorials/create_a_mod.md", // TODO: Create a "modding 101 series"
// "How to report a bug": ".old/tutorials/bug-report.md", // TODO: include in FAQ
// "Editing differents things in my player profile": ".old/tutorials/edit_the_player_profile.md",
// "Change some traders behaviour": ".old/tutorials/edit_traders_values.md",
// "How to customize maps values": ".old/tutorials/edit_location_values.md",
// "Change global values of the server": ".old/tutorials/edit_globals_values.md",
// "Edit weapons textures": ".old/tutorials/edit_weapons_textures.md",
// "Edit weapons textures with photoshop": ".old/tutorials/photoshop_texture_editing.md",
// "Customize weather presets": ".old/tutorials/create_weather.md",
// "Add new bundles to the game": ".old/tutorials/add_new_bundles.md"
// },
// "Modding":{
// "All items stats resources":"resources/itemsStats_resources.md",
// "All locations resources":"resources/locations_resources.md",
// "All player profile resources":"resources/playerProfile_resources.md",
// "All quest resources":"resources/quests_resources.md",
// "All other resources":"resources/other_resources.md"
// }
};
/**