diff options
author | GeckoEidechse <gecko.eidechse+gitbook@protonmail.com> | 2022-06-14 16:44:40 +0000 |
---|---|---|
committer | gitbook-bot <ghost@gitbook.com> | 2022-06-14 16:44:40 +0000 |
commit | 1169ecab8debd86dd2ae4f14f7424864464ac7fc (patch) | |
tree | ea674148c7a079af4b3f5e08f50483709e4a65c2 /docs | |
parent | c3c7ea2495fcfb34c58d98d4748a81477bbf0495 (diff) | |
download | NorthstarWiki-1169ecab8debd86dd2ae4f14f7424864464ac7fc.tar.gz NorthstarWiki-1169ecab8debd86dd2ae4f14f7424864464ac7fc.zip |
GitBook: [#44] Add testing section
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/modding-and-development/testing.md | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 0a515a7..29f0afc 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -38,6 +38,7 @@ * [NorthstarLauncher](modding-and-development/development/northstarlauncher.md) * [NorthstarMasterServer](modding-and-development/development/northstarmasterserver/README.md) * [Deploy](modding-and-development/development/northstarmasterserver/deploy.md) +* [Testing](modding-and-development/testing.md) ## Other diff --git a/docs/modding-and-development/testing.md b/docs/modding-and-development/testing.md new file mode 100644 index 0000000..c336420 --- /dev/null +++ b/docs/modding-and-development/testing.md @@ -0,0 +1,13 @@ +--- +description: >- + Instructions regarding testing new features, directed at both developers and + maintainers +--- + +# Testing + +{% hint style="info" %} +This section is very much still WIP. Feel free to help expand it. +{% endhint %} + +TODO |