From 09136441413fb3fe24bcd083b5d7332d6a9c6bed Mon Sep 17 00:00:00 2001 From: Freddy Date: Thu, 9 Dec 2021 19:10:01 -0700 Subject: [PATCH] Update stray ref to old admin-partition cmd (#11797) --- .../commands/{admin-partition.mdx => partition.mdx} | 0 website/data/commands-nav-data.json | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename website/content/commands/{admin-partition.mdx => partition.mdx} (100%) diff --git a/website/content/commands/admin-partition.mdx b/website/content/commands/partition.mdx similarity index 100% rename from website/content/commands/admin-partition.mdx rename to website/content/commands/partition.mdx diff --git a/website/data/commands-nav-data.json b/website/data/commands-nav-data.json index eeb3c346aa..e34f9e0c38 100644 --- a/website/data/commands-nav-data.json +++ b/website/data/commands-nav-data.json @@ -173,10 +173,6 @@ } ] }, - { - "title": "admin-partition", - "path": "admin-partition" - }, { "title": "agent", "path": "agent" @@ -437,6 +433,10 @@ } ] }, + { + "title": "partition", + "path": "partition" + }, { "title": "reload", "path": "reload"