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" },