aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+gitbook@protonmail.com>2022-01-15 18:50:32 +0000
committergitbook-bot <ghost@gitbook.com>2022-01-15 18:50:32 +0000
commita9195530b5f5d18edac35193090f527e3f84dcfd (patch)
treee6dacc664f672d4a2b103a73d671343b1e59fae2 /docs
parent7698d67798a9b74d3e10e57501d175b513cff8cc (diff)
downloadNorthstarWiki-a9195530b5f5d18edac35193090f527e3f84dcfd.tar.gz
NorthstarWiki-a9195530b5f5d18edac35193090f527e3f84dcfd.zip
GitBook: [#37] Clean up modding section in sidebar
Diffstat (limited to 'docs')
-rw-r--r--docs/SUMMARY.md15
-rw-r--r--docs/modding/README.md5
2 files changed, 12 insertions, 8 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index dad5a04..302f6d4 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -31,17 +31,16 @@
* [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md)
* [Troubleshoot](hosting-a-server-with-northstar/dedicated-server/troubleshoot.md)
* [Guides](hosting-a-server-with-northstar/hosting-guides.md)
-## Modding
-
-* [Getting Started](modding/getting-started.md)
-* [Tutorials](modding/tutorials/modding-tutorials.md)
-* [Cheatsheet](modding/cheatsheet.md)
-* [Squirrel](modding/squirrel/what-is-squirrel.md)
-* [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md)
-* [Localisation](modding/localisation_files.md)
***
+* [Modding](modding/README.md)
+ * [Getting Started](modding/getting-started.md)
+ * [Tutorials](modding/tutorials/modding-tutorials.md)
+ * [Cheatsheet](modding/cheatsheet.md)
+ * [Squirrel](modding/squirrel/what-is-squirrel.md)
+ * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md)
+ * [Localisation](modding/localisation\_files.md)
* [Development](development.md)
## Other
diff --git a/docs/modding/README.md b/docs/modding/README.md
new file mode 100644
index 0000000..6255a88
--- /dev/null
+++ b/docs/modding/README.md
@@ -0,0 +1,5 @@
+# Modding
+
+This section describes how to create your own mods. It's still WIP.
+
+Check [the next page](getting-started.md) to get started.