From cc375f613ab23ff5b2e38071b45dca48793989dd Mon Sep 17 00:00:00 2001 From: Paul Gottschling Date: Wed, 11 Sep 2024 12:08:53 -0400 Subject: [PATCH] Add the Upgrading Reference to the sidebar Closes #46124 Add the Upgrading Reference as a sidebar entry to `config.json`, giving it a more explicit slug. --- docs/config.json | 17 +++++++++++++---- .../{upgrading.mdx => upgrading-reference.mdx} | 0 2 files changed, 13 insertions(+), 4 deletions(-) rename docs/pages/upgrading/{upgrading.mdx => upgrading-reference.mdx} (100%) diff --git a/docs/config.json b/docs/config.json index 7d825c90cebd8..29f7d215105c6 100644 --- a/docs/config.json +++ b/docs/config.json @@ -29,9 +29,13 @@ "slug": "/upgrading/overview/" }, { - "title": "Set up Automatic Agent Updates", - "slug": "/upgrading/automatic-agent-updates/" - } + "title": "Set up Automatic Agent Updates", + "slug": "/upgrading/automatic-agent-updates/" + }, + { + "title": "Upgrading Reference", + "slug": "/upgrading/upgrading-reference/" + } ] }, { @@ -2568,7 +2572,12 @@ }, { "source": "/upgrading/reference/", - "destination": "/upgrading/upgrading/", + "destination": "/upgrading/upgrading-reference/", + "permanent": true + }, + { + "source": "/upgrading/upgrading/", + "destination": "/upgrading/upgrading-reference/", "permanent": true }, { diff --git a/docs/pages/upgrading/upgrading.mdx b/docs/pages/upgrading/upgrading-reference.mdx similarity index 100% rename from docs/pages/upgrading/upgrading.mdx rename to docs/pages/upgrading/upgrading-reference.mdx