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