From dbc716afa4d41ede4cd11a83bbd7e1ab878faa67 Mon Sep 17 00:00:00 2001 From: trujillo-adam Date: Fri, 24 May 2024 22:21:31 +0000 Subject: [PATCH] backport of commit e6a40238f76701877d6d3a8bddfb470c9a4c3c60 --- website/content/docs/upgrade/v1_11.mdx | 0 website/data/docs-nav-data.json | 9 +++++++++ 2 files changed, 9 insertions(+) create mode 100644 website/content/docs/upgrade/v1_11.mdx diff --git a/website/content/docs/upgrade/v1_11.mdx b/website/content/docs/upgrade/v1_11.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 4820bc42a..dfff8889c 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -859,6 +859,15 @@ } ] }, + { + "title": "Upgrades", + "routes": [ + { + "title": "Upgrade to v1.11", + "path": "upgrade/v1_11" + } + ] + }, { "divider": true },