This commit is contained in:
SPT-dev 2023-03-02 21:09:58 -05:00
parent a5d1d5d53b
commit e210fe0db9

View File

@ -44,12 +44,12 @@
<script src="./assets/js/aki-navigator.js"></script>
<script>
// TODO: keep updating old files and add them the the routes list
// TODO: work on routes nesting
const routes = {
"SPT-AKI": {
"About": "spt-aki/about.md",
"Install": "spt-aki/install.md",
"FAQ": "spt-aki/faq.md",
// TODO: work on routes nesting
},
"Tutorials": {
// Generalist tutorials (walkthrough projects)
@ -60,6 +60,7 @@
"WorkInProgress": "demo.md"
},
"Resources": {
// Here are ressources (mostly ingame ids list) to help with modding.
"Index": "resources/index.md",
"Player profile": "resources/player_profile.md",
"Quests": "resources/quests.md",