diff options
-rw-r--r-- | docs/SUMMARY.md | 2 | ||||
-rw-r--r-- | docs/modding-and-development/development/contributing-code-to-northstar.md | 10 | ||||
-rw-r--r-- | docs/modding-and-development/development/releases.md | 8 |
3 files changed, 20 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 415acba..a74a8bf 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -40,7 +40,9 @@ * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md) * [NorthstarMasterServer](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) + * [Releases](modding-and-development/development/releases.md) ## Other diff --git a/docs/modding-and-development/development/contributing-code-to-northstar.md b/docs/modding-and-development/development/contributing-code-to-northstar.md new file mode 100644 index 0000000..a54dc30 --- /dev/null +++ b/docs/modding-and-development/development/contributing-code-to-northstar.md @@ -0,0 +1,10 @@ +--- +description: Useful information when contributing to Northstar +--- + +# Contributing code to Northstar + +{% hint style="info" %} +TODO +{% endhint %} + diff --git a/docs/modding-and-development/development/releases.md b/docs/modding-and-development/development/releases.md new file mode 100644 index 0000000..53d86ba --- /dev/null +++ b/docs/modding-and-development/development/releases.md @@ -0,0 +1,8 @@ +--- +description: >- + Information intended mostly for internal use on what to consider when making + new releases +--- + +# Releases + |