diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-11-04 22:51:24 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-11-04 22:51:24 +0000 |
commit | 3334717a33fa7f7653bd25784b79902be4a1b39a (patch) | |
tree | 31a81d41222006acfa1c9d7f2a5d44c559dc13b4 /docs | |
parent | bf8ca49960fa9ef175c246881c0a71dacf828966 (diff) | |
download | NorthstarWiki-3334717a33fa7f7653bd25784b79902be4a1b39a.tar.gz NorthstarWiki-3334717a33fa7f7653bd25784b79902be4a1b39a.zip |
GitBook: [#67] Update NorthstarMasterServer references to Atlas
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 4 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/atlas.md | 7 | ||||
-rw-r--r-- | docs/modding-and-development/development/repositories/northstarmods.md | 7 |
3 files changed, 17 insertions, 1 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index b1264e3..4eb7782 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -40,8 +40,10 @@ * [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](modding-and-development/development/northstarmasterserver/README.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) diff --git a/docs/modding-and-development/development/repositories/atlas.md b/docs/modding-and-development/development/repositories/atlas.md new file mode 100644 index 0000000..9f67c75 --- /dev/null +++ b/docs/modding-and-development/development/repositories/atlas.md @@ -0,0 +1,7 @@ +--- +description: A new Northstar master server written in Go +--- + +# Atlas + +TODO diff --git a/docs/modding-and-development/development/repositories/northstarmods.md b/docs/modding-and-development/development/repositories/northstarmods.md new file mode 100644 index 0000000..1798661 --- /dev/null +++ b/docs/modding-and-development/development/repositories/northstarmods.md @@ -0,0 +1,7 @@ +--- +description: Core squirrel mods +--- + +# NorthstarMods + +TODO |