diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-11 17:44:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 17:44:22 +0200 |
commit | 23849da8988eb016c769efa78f1323242ac34a97 (patch) | |
tree | b180542b527a7eca0371c0db49cb47e8f4e2544a /docs/SUMMARY.md | |
parent | 97665ea7ad1b65a0e6542326b01aca6d116e7fba (diff) | |
download | NorthstarWiki-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.md | 22 |
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 |