aboutsummaryrefslogtreecommitdiff
path: root/docs/SUMMARY.md
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-10-11 17:44:22 +0200
committerGitHub <noreply@github.com>2023-10-11 17:44:22 +0200
commit23849da8988eb016c769efa78f1323242ac34a97 (patch)
treeb180542b527a7eca0371c0db49cb47e8f4e2544a /docs/SUMMARY.md
parent97665ea7ad1b65a0e6542326b01aca6d116e7fba (diff)
downloadNorthstarWiki-23849da8988eb016c769efa78f1323242ac34a97.tar.gz
NorthstarWiki-23849da8988eb016c769efa78f1323242ac34a97.zip
Adjust development section folder structure (#235)
* Adjust development section folder structure The structure of development related pages is a leftover from when modding and development were combined in a single folder. Modding related content has since long moved to ModdingDocs. As such we should update the folder structure accordingly * Update broken links
Diffstat (limited to 'docs/SUMMARY.md')
-rw-r--r--docs/SUMMARY.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md
index f5bcd4f..da57276 100644
--- a/docs/SUMMARY.md
+++ b/docs/SUMMARY.md
@@ -47,17 +47,17 @@
## Modding and Development
* [Modding](modding/README.md)
-* [Development](modding-and-development/development/README.md)
- * [Repositories](modding-and-development/development/repositories/README.md)
- * [Atlas](modding-and-development/development/repositories/atlas.md)
- * [NorthstarMods](modding-and-development/development/repositories/northstarmods.md)
- * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md)
- * [NorthstarMasterServer (old)](modding-and-development/development/northstarmasterserver/README.md)
- * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md)
- * [Contributing code to Northstar](modding-and-development/development/contributing-code-to-northstar.md)
- * [Testing](modding-and-development/testing.md)
- * [Reviewing](modding-and-development/development/reviewing.md)
- * [Releases](modding-and-development/development/releases.md)
+* [Development](development/README.md)
+ * [Repositories](development/repositories/README.md)
+ * [Atlas](development/repositories/atlas.md)
+ * [NorthstarMods](development/repositories/northstarmods.md)
+ * [NorthstarLauncher](development/northstarlauncher.md)
+ * [NorthstarMasterServer (old)](development/northstarmasterserver/README.md)
+ * [Deploy](development/northstarmasterserver/deploy.md)
+ * [Contributing code to Northstar](development/contributing-code-to-northstar.md)
+ * [Testing](development/testing.md)
+ * [Reviewing](development/reviewing.md)
+ * [Releases](development/releases.md)
## Other