From 18b282cabb285234bcd51bf0cb9a186b151a6e39 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Wed, 5 Oct 2022 03:16:21 +1000 Subject: [PATCH] docs(quickstart): styling fixes (#4356) --- docs/quickstart/aws.md | 8 ++++++++ docs/quickstart/azure.md | 11 ++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/quickstart/aws.md b/docs/quickstart/aws.md index 7eb4545561..4fca0d1705 100644 --- a/docs/quickstart/aws.md +++ b/docs/quickstart/aws.md @@ -1,3 +1,5 @@ +# Amazon Web Services + ## Requirements This quickstart assumes you are assigned `AdministratorAccess` policy to AWS. @@ -142,3 +144,9 @@ coder templates create ``` Congrats! You can now navigate to your Coder dashboard and use this Linux on AWS template to create a new workspace! + +## Next Steps + +- [Port-forward](../networking/port-forwarding.md.md) +- [Learn more about template configuration](../templates.md) +- [Configure more IDEs](../ides/web-ides.md) diff --git a/docs/quickstart/azure.md b/docs/quickstart/azure.md index 046ac64c36..73d53da813 100644 --- a/docs/quickstart/azure.md +++ b/docs/quickstart/azure.md @@ -1,6 +1,10 @@ +# Microsoft Azure + +This quickstart will show you how to set up the Coder server on Azure and then set up an Azure hosted Linux based workspace, which allows users to create there own instances of these workspaces and use the Coder product. + ## Requirements -This quickstart will show you how to set up the Coder server on Azure and then set up an Azure hosted Linux based workspace, which allows users to create there own instances of these workspaces and use the Coder product. This quickstart assumes you have access to admin level access to Azure. +This quickstart assumes you have access to admin level access to Azure. ## Create An Azure VM @@ -104,3 +108,8 @@ coder templates create Congrats! You can now navigate to your Coder dashboard and use this Linux on Azure template to create a new workspace! +## Next Steps + +- [Port-forward](../networking/port-forwarding.md.md) +- [Learn more about template configuration](../templates.md) +- [Configure more IDEs](../ides/web-ides.md)