diff --git a/docs/for-ops/how-to/install-with-dns.md b/docs/get-started/install-with-dns.md similarity index 91% rename from docs/for-ops/how-to/install-with-dns.md rename to docs/get-started/install-with-dns.md index ed8eb2135..cd0df64cc 100644 --- a/docs/for-ops/how-to/install-with-dns.md +++ b/docs/get-started/install-with-dns.md @@ -4,9 +4,18 @@ title: Install Otomi with DNS sidebar_label: Install with DNS --- +Installing Otomi with DNS unlocks Otomi's full potential and is strongly advised. + +Her you will find detailed instructions on how to install Otomi with DNS using: + +- AWS Route53 +- Civo DNS + +We will add instructions for Azure public DNS and Google DNS soon. + ## Route53 -Follow the following steps to install Otomi with DNS using AWS Route53. +Follow these steps to install Otomi with DNS using AWS Route53. 1. Register a domain and retrieve the Hosted zone ID 2. Create a `dns-policy.json` file for the policy and add the Zone ID: diff --git a/docs/get-started/installation.md b/docs/get-started/installation.md index c04c5d77b..f442d2539 100644 --- a/docs/get-started/installation.md +++ b/docs/get-started/installation.md @@ -151,7 +151,7 @@ dns: # project: '' ``` -See [here](../for-ops/how-to/install-with-dns.md) for more examples on how to install Otomi with DNS. +See [here](/docs/get-started/install-with-dns.md) for more examples on how to install Otomi with DNS. ### Use Azure AD as IDP diff --git a/sidebar-docs.js b/sidebar-docs.js index c87cae7b8..2f2937c3b 100644 --- a/sidebar-docs.js +++ b/sidebar-docs.js @@ -3,6 +3,7 @@ module.exports = { "Getting Started": [ "get-started/prerequisites", "get-started/installation", + "get-started/install-with-dns", "get-started/activation", "get-started/known-issues", "for-devs/get-started/overview", @@ -45,7 +46,6 @@ module.exports = { "for-ops/how-to/ingress-classes", "for-ops/how-to/use-team-admin", "for-ops/how-to/core-only", - "for-ops/how-to/install-with-dns", "for-ops/how-to/switch-to-dns", "for-ops/how-to/create-and-restore-backups", ],