aboutsummaryrefslogtreecommitdiff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorEmma Miler <27428383+emma-miler@users.noreply.github.com>2022-03-27 03:09:31 +0200
committerGitHub <noreply@github.com>2022-03-27 03:09:31 +0200
commit6adc0b842b9f265a1e9a78a90d34f14c2db0aac8 (patch)
treecf7a858dac822bbb097ea70ad537f5e8d7bb80aa /docs/SUMMARY.md
parentb7f6d76402fa1a1d5cc86241ecf5cb845f1a1f07 (diff)
downloadNorthstarWiki-6adc0b842b9f265a1e9a78a90d34f14c2db0aac8.tar.gz
NorthstarWiki-6adc0b842b9f265a1e9a78a90d34f14c2db0aac8.zip
Remove all modding-related content and move it to RTD (#53)
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index 6a9c09c..efaff6d 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -34,30 +34,6 @@
## Modding and Development
* [Modding](modding/README.md)
- * [Getting Started](modding/getting-started.md)
- * [Modding Tools](modding/tools.md)
- * [Tutorials](modding/tutorials/modding-tutorials.md)
- * [Cheatsheet](modding/cheatsheet.md)
- * [Squirrel](modding/squirrel/what-is-squirrel.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)
- * [Tables and arrays](modding/squirrel/tables-and-arrays.md)
- * [Callbacks](modding/squirrel/what-are-callbacks.md)
- * [Gamemode modding](modding/squirrel/gamemode-mods/creatinggamemodes.md)
- * [The Mod Init](modding/squirrel/gamemode-mods/the-mod-init.md)
- * [Custom settings](modding/squirrel/setting-mods/settingmodsintro.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)
- * [Keyvalues](modding/keyvalues.md)
- * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md)
- * [Localisation](modding/localisation\_files.md)
- * [Publishing](modding/publishing.md)
-* [Development](modding-and-development/development/README.md)
- * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md)
- * [NorthstarMasterServer](modding-and-development/development/northstarmasterserver/README.md)
- * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md)
## Other