From 13a9d4fbfb13593bbba20e606528760ca88d0c9a Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 22:11:41 -0400 Subject: [PATCH] docs: update default version to v0.15 (#2437) (#2438) * docs: update default version to v0.15 * Update docs/.vuepress/config.js Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> Co-authored-by: Travis Groth Co-authored-by: bobby <1544881+desimone@users.noreply.github.com> --- 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 f5540c55a..ffe1fd167 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -45,10 +45,11 @@ module.exports = { link: "/enterprise/about/", }, { - text: "v0.14.x", // current tagged version + text: "v0.15.x", // current tagged version ariaLabel: "Version menu", items: [ { text: "🚧Dev", link: "https://master.docs.pomerium.io/docs" }, + { text: "v0.15.x", link: "https://0-15-0.docs.pomerium.io/docs" }, { text: "v0.14.x", link: "https://0-14-0.docs.pomerium.io/docs" }, { text: "v0.13.x", link: "https://0-13-0.docs.pomerium.io/docs" }, { text: "v0.12.x", link: "https://0-12-0.docs.pomerium.io/docs" },