From 9999c0c3912a65333ab780bbe5114b9e75859426 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:44:31 +0100 Subject: Move source file for NorthstarLauncher page (#271) So that it's together with the other repository pages --- docs/SUMMARY.md | 2 +- docs/development/northstarlauncher.md | 7 ------- docs/development/repositories/northstarlauncher.md | 7 +++++++ docs/development/testing.md | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 docs/development/northstarlauncher.md create mode 100644 docs/development/repositories/northstarlauncher.md (limited to 'docs') diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index e980c84..e285b77 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -53,7 +53,7 @@ * [Repositories](development/repositories/README.md) * [Atlas](development/repositories/atlas.md) * [NorthstarMods](development/repositories/northstarmods.md) - * [NorthstarLauncher](development/northstarlauncher.md) + * [NorthstarLauncher](development/repositories/northstarlauncher.md) * [NorthstarMasterServer (old)](development/northstarmasterserver/README.md) * [Deploy](development/northstarmasterserver/deploy.md) * [Contributing code to Northstar](development/contributing-code-to-northstar.md) diff --git a/docs/development/northstarlauncher.md b/docs/development/northstarlauncher.md deleted file mode 100644 index 89aeca4..0000000 --- a/docs/development/northstarlauncher.md +++ /dev/null @@ -1,7 +0,0 @@ -# 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/development/repositories/northstarlauncher.md b/docs/development/repositories/northstarlauncher.md new file mode 100644 index 0000000..89aeca4 --- /dev/null +++ b/docs/development/repositories/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/development/testing.md b/docs/development/testing.md index 8ba01ff..bbbd12b 100644 --- a/docs/development/testing.md +++ b/docs/development/testing.md @@ -55,7 +55,7 @@ Before starting, make sure you have a **working and up-to-date Northstar install ![rcon4](https://user-images.githubusercontent.com/40122905/179727511-877641f8-e5fc-4a34-bcf1-29bafefc1ad2.png) 5. Once downloaded, open the zip and copy `Northstar.dll` and `NorthstarLauncher.exe` to your Titanfall2 folder, overwriting the existing DLL and EXE in there. -Alternatively, compiling the PR'd code from source is also an option. For this, refer to [northstarlauncher.md](northstarlauncher.md "mention") +Alternatively, compiling the PR'd code from source is also an option. For this, refer to [northstarlauncher.md](repositories/northstarlauncher.md) #### NorthstarMods -- cgit v1.2.3