diff options
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 |