diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-10-25 02:14:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 02:14:05 +0200 |
commit | 8e38a6714e5884f06174ec632b86707107e0a44d (patch) | |
tree | 17e52eb22f47f1c768a1326ff2287eee33e7f71d /docs | |
parent | 343b42c8a40298596dc83fdc8147b2a992ce7fb4 (diff) | |
download | NorthstarWiki-8e38a6714e5884f06174ec632b86707107e0a44d.tar.gz NorthstarWiki-8e38a6714e5884f06174ec632b86707107e0a44d.zip |
feat: Add initial page for hosting on Windows (#245)
Still empty for now
Co-authored-by: NoCatt <86153630+NoCatt@users.noreply.github.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 039459d..2169dfe 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -36,6 +36,7 @@ * [Hosting a Basic Listen Server](hosting-a-server-with-northstar/basic-listen-server.md) * [Hosting a Dedicated Server](hosting-a-server-with-northstar/dedicated-server/README.md) * [Best practices](hosting-a-server-with-northstar/dedicated-server/best-practices.md) + * [Hosting on Windows](hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md) * [Hosting on Linux](hosting-a-server-with-northstar/dedicated-server/hosting-on-linux.md) * [Server settings](hosting-a-server-with-northstar/server-settings/README.md) * [Startup arguments](hosting-a-server-with-northstar/server-settings/startup-args.md) diff --git a/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md new file mode 100644 index 0000000..efe8b45 --- /dev/null +++ b/docs/hosting-a-server-with-northstar/dedicated-server/hosting-on-windows.md @@ -0,0 +1 @@ +# Hosting on Windows |