From fa8a82fd739872b2dabdec493d67dae1feca8718 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 16 Jun 2022 15:55:36 +0000 Subject: GitBook: [#49] Add "Contributing" and "Releases" sections --- docs/SUMMARY.md | 2 ++ .../development/contributing-code-to-northstar.md | 10 ++++++++++ docs/modding-and-development/development/releases.md | 8 ++++++++ 3 files changed, 20 insertions(+) create mode 100644 docs/modding-and-development/development/contributing-code-to-northstar.md create mode 100644 docs/modding-and-development/development/releases.md 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 + -- cgit v1.2.3