aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.