diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-06-16 15:55:36 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-06-16 15:55:36 +0000 |
commit | fa8a82fd739872b2dabdec493d67dae1feca8718 (patch) | |
tree | 22dd19ace15e64e5a0a495ff3b9158f8487b2a9f | |
parent | 027605225a7985c768879035c14946729888a88b (diff) | |
download | NorthstarWiki-fa8a82fd739872b2dabdec493d67dae1feca8718.tar.gz NorthstarWiki-fa8a82fd739872b2dabdec493d67dae1feca8718.zip |
GitBook: [#49] Add "Contributing" and "Releases" sections
-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 + |