aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-27 14:27:45 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-01-27 14:27:45 +0100
commitf96e75b3fc201c6719bd68d45ab3923be013a339 (patch)
treeaf4219541556b79b59138b9cbde5d513e10caa92 /docs
parent8ebc0a67c03886fe09c771af432683500ecabf83 (diff)
downloadNorthstarWiki-f96e75b3fc201c6719bd68d45ab3923be013a339.tar.gz
NorthstarWiki-f96e75b3fc201c6719bd68d45ab3923be013a339.zip
Add new pages to sidebar
Diffstat (limited to 'docs')
-rw-r--r--docs/SUMMARY.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 2820aee..116b6d8 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -37,6 +37,15 @@
* [Tutorials](modding/tutorials/modding-tutorials.md)
* [Cheatsheet](modding/cheatsheet.md)
* [Squirrel](modding/squirrel/what-is-squirrel.md)
+ * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md)
+ * [Handling threads](modding/squirrel/handling-threads-and-waits.md)
+ * [Basic control blocks](modding/squirrel/loops-functions-and-if.md)
+ * [Respawn's functions](modding/squirrel/respawns-functions.md)
+ * [The JSON](modding/squirrel/setting-mods/the-json.md)
+ * [The Language File](modding/squirrel/setting-mods/the-language-file.md)
+ * [The mod file](modding/squirrel/setting-mods/the-mod-file.md)
+ * [Tables and arrays](modding/squirrel/tables-and-arrays.md)
+ * [Callbacks](modding/squirrel/what-are-callbacks.md)
* [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md)
* [Localisation](modding/localisation\_files.md)
* [Development](development.md)