Skip to content

Commit

Permalink
fix: move dns how to
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Oct 16, 2023
1 parent 86cad51 commit fc87588
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion sidebar-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
],
Expand Down

0 comments on commit fc87588

Please sign in to comment.