From 58adeb5a99201ce40e8001bcea6a5ca5cff7230e Mon Sep 17 00:00:00 2001 From: Travis Groth Date: Wed, 9 Dec 2020 07:36:39 -0500 Subject: [PATCH] docs: add v0.11 link to version menu (#1663) --- docs/.vuepress/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 9a6a04ba2..5442945f2 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -37,10 +37,11 @@ module.exports = { rel: "", }, { - text: "v0.10.x", // current tagged version + text: "v0.11.x", // current tagged version ariaLabel: "Version menu", items: [ { text: "🚧Dev", link: "https://master.docs.pomerium.io/docs" }, + { text: "v0.11.x", link: "https://0-11-0.docs.pomerium.io/docs" }, { text: "v0.10.x", link: "https://0-10-0.docs.pomerium.io/docs" }, { text: "v0.9.x", link: "https://0-9-0.docs.pomerium.io/docs" }, { text: "v0.8.x", link: "https://0-8-0.docs.pomerium.io/docs" },