From ca20a82eba257b1f9ca6bebca1b6bfe10baa7db1 Mon Sep 17 00:00:00 2001 From: Amie DD Date: Fri, 12 Nov 2021 14:13:30 -0800 Subject: [PATCH] Updated README.md (#64) Added prerequisites and troubleshooting guides to the main thundernetes README page. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 640861bc..f1ee7069 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ Thundernetes requires a Kubernetes cluster with Public IP per Node. We've tested > Quick reminder that you can try Azure (and AKS) for free at [azure.com/free](https://azure.com/free). +## Prerequisites + +Check our [prerequisites](docs/prerequisites.md) document that has resources that will fill the knowledge gaps when working with technologies within thundernetes. + ## Quickstart Check the [quickstart](docs/quickstart.md) document on how to install thundernetes on your cluster and run the sample game server. @@ -37,7 +41,9 @@ Click on the following image for a quick preview of the quickstart: ## Links +- [Prerequisites](docs/prerequisites.md) - resources that will fill the knowledge gaps when working with technologies within thundernetes - [Quickstart](docs/quickstart.md) - Recommended - how to install thundernetes on your cluster and run the sample game server +- [Troubleshooting Guide](docs/troubleshooting/README.md) - public repository for all of thundernetes Troubleshooting guides - [Defining a GameServerBuild](docs/gameserverbuild.md) - Recommended - how to define a GameServerBuild in YAML - [Your game server](docs/yourgameserver.md) - Recommended - how to use thundernetes with your own game server - [Architecture](docs/architecture.md)