From 679e4457d23f74c3d00cf6f127a2773b7a01e49b Mon Sep 17 00:00:00 2001 From: Alexander Scheel Date: Fri, 18 Feb 2022 09:16:08 -0500 Subject: [PATCH] Add to side bar Signed-off-by: Alexander Scheel --- website/data/docs-nav-data.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 10ba45421c21..160694ebfeeb 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -1494,6 +1494,10 @@ "title": "Upgrade Plugins", "path": "upgrading/plugins" }, + { + "title": "Upgrade to 1.10.x", + "path": "upgrading/upgrade-to-1.10.x" + }, { "title": "Upgrade to 1.9.x", "path": "upgrading/upgrade-to-1.9.x"