diff options
-rw-r--r-- | docs/SUMMARY.md | 5 | ||||
-rw-r--r-- | docs/contributing.md | 2 | ||||
-rw-r--r-- | docs/modding-and-development/development/README.md (renamed from docs/development.md) | 7 | ||||
-rw-r--r-- | docs/modding-and-development/development/northstarlauncher.md | 7 | ||||
-rw-r--r-- | docs/modding-and-development/development/northstarmasterserver/README.md | 3 | ||||
-rw-r--r-- | docs/modding-and-development/development/northstarmasterserver/deploy.md | 3 |
6 files changed, 19 insertions, 8 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index d321228..6a9c09c 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -54,7 +54,10 @@ * [Setup Syntax Highlighting](modding/squirrel/setup-syntax-highlighting.md) * [Localisation](modding/localisation\_files.md) * [Publishing](modding/publishing.md) -* [Development](development.md) +* [Development](modding-and-development/development/README.md) + * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md) + * [NorthstarMasterServer](modding-and-development/development/northstarmasterserver/README.md) + * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md) ## Other diff --git a/docs/contributing.md b/docs/contributing.md index 55f38fc..26c4730 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -12,4 +12,4 @@ Read [CONTRIBUTING.md](https://github.com/R2Northstar/Northstar/blob/main/CONTRI Please remember that issues created in the Northstar repositories should be related to the mod, avoid creating issues asking for tech support or problems unrelated to the project. {% endhint %} -Check the [Development](development.md) section if you are unsure of where to open a ticket. +Check the [Development](modding-and-development/development/) section if you are unsure of where to open a ticket. diff --git a/docs/development.md b/docs/modding-and-development/development/README.md index 11f2e9b..2df9d7b 100644 --- a/docs/development.md +++ b/docs/modding-and-development/development/README.md @@ -10,7 +10,7 @@ description: >- Northstar is split over multiple git repositories that fulfill different functions. -* [Northstar](development.md#repositories):\ +* [Northstar](./#repositories):\ Contains compiled and packaged releases * [NorthstarLauncher](https://github.com/R2Northstar/NorthstarLauncher):\ Contains the source for the launcher used to modify the Titanfall|2 install to allow mods to be loaded. @@ -21,8 +21,3 @@ Northstar is split over multiple git repositories that fulfill different functio * [NorthstarWiki](https://github.com/R2Northstar/NorthstarWiki):\ The repository for this wiki. -## Setup - -Build instructions for the launcher can be found here: - -{% embed url="https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUILD.md" %} diff --git a/docs/modding-and-development/development/northstarlauncher.md b/docs/modding-and-development/development/northstarlauncher.md new file mode 100644 index 0000000..89aeca4 --- /dev/null +++ b/docs/modding-and-development/development/northstarlauncher.md @@ -0,0 +1,7 @@ +# NorthstarLauncher + +### Setup + +Build instructions for the launcher can be found here: + +{% embed url="https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUILD.md" %} diff --git a/docs/modding-and-development/development/northstarmasterserver/README.md b/docs/modding-and-development/development/northstarmasterserver/README.md new file mode 100644 index 0000000..a647fea --- /dev/null +++ b/docs/modding-and-development/development/northstarmasterserver/README.md @@ -0,0 +1,3 @@ +# NorthstarMasterServer + +TODO diff --git a/docs/modding-and-development/development/northstarmasterserver/deploy.md b/docs/modding-and-development/development/northstarmasterserver/deploy.md new file mode 100644 index 0000000..c01ea79 --- /dev/null +++ b/docs/modding-and-development/development/northstarmasterserver/deploy.md @@ -0,0 +1,3 @@ +# Deploy + +TODO |