From 1b1b937fc7e6bd7fe52e9d62aff53dade2417194 Mon Sep 17 00:00:00 2001 From: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Fri, 5 May 2023 09:24:11 +1000 Subject: [PATCH] Add redirect. (#454) Signed-off-by: bgravenorst --- docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docusaurus.config.js b/docusaurus.config.js index c95cc416f..deaa3f050 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -398,6 +398,10 @@ const config = { from: "/Concepts/ArchitectureOverview", to: "/concepts/architecture", }, + { + from: "/Reference/CLI/CLI-Syntax", + to: "/reference/cli", + }, ], createRedirects(existingPath) { if (existingPath.includes("/how-to")) {