diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-01-15 18:50:32 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-01-15 18:50:32 +0000 |
commit | a9195530b5f5d18edac35193090f527e3f84dcfd (patch) | |
tree | e6dacc664f672d4a2b103a73d671343b1e59fae2 | |
parent | 7698d67798a9b74d3e10e57501d175b513cff8cc (diff) | |
download | NorthstarWiki-a9195530b5f5d18edac35193090f527e3f84dcfd.tar.gz NorthstarWiki-a9195530b5f5d18edac35193090f527e3f84dcfd.zip |
GitBook: [#37] Clean up modding section in sidebar
-rw-r--r-- | docs/SUMMARY.md | 15 | ||||
-rw-r--r-- | docs/modding/README.md | 5 |
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. |