Skip to content

Commit

Permalink
Add the Upgrading Reference to the sidebar
Browse files Browse the repository at this point in the history
Backports #46490

Closes #46124

Add the Upgrading Reference as a sidebar entry to `config.json`, giving
it a more explicit slug.
  • Loading branch information
ptgott committed Sep 12, 2024
1 parent 8ada959 commit d0d642f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
13 changes: 11 additions & 2 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@
{
"title": "Set up Automatic Agent Updates",
"slug": "/upgrading/automatic-agent-updates/"
}
},
{
"title": "Upgrading Reference",
"slug": "/upgrading/upgrading-reference/"
}
]
},
{
Expand Down Expand Up @@ -2626,7 +2630,12 @@
},
{
"source": "/upgrading/reference/",
"destination": "/upgrading/upgrading/",
"destination": "/upgrading/upgrading-reference/",
"permanent": true
},
{
"source": "/upgrading/upgrading/",
"destination": "/upgrading/upgrading-reference/",
"permanent": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Teleport cluster. You can also set up automatic agent upgrades in a self-hosted
Enterprise cluster.

For more information about upgrading, for example, to upgrade manually, read the
[Upgrading Reference](upgrading/upgrading.mdx).
[Upgrading Reference](upgrading/upgrading-reference.mdx).

You can find more information regarding the automatic updates architecture in the
[Agent Update Management](reference/architecture/agent-update-management.mdx) page.
2 changes: 1 addition & 1 deletion docs/pages/upgrading/automatic-agent-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ regular maintenance window.

- A Teleport Enterprise cluster. If you do not have one, [sign
up](https://goteleport.com/signup) for a free trial or consult the [Update
Reference](upgrading.mdx) to read about manual updates.
Reference](upgrading-reference.mdx) to read about manual updates.
- Familiarity with the [Upgrading Compatibility Overview](./overview.mdx) guide,
which describes the sequence in which to upgrade components in your cluster.
- Teleport agents that are not yet enrolled in automatic updates.
Expand Down
File renamed without changes.

0 comments on commit d0d642f

Please sign in to comment.