Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-08-06 21:08:19 -07:00 committed by GitHub
parent 7da513f42c
commit bfc3fb67da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 215 additions and 14 deletions

View file

@ -50,10 +50,11 @@ module.exports = {
{ text: "Guides", link: "/guides/" },
{ text: "Enterprise", link: "/enterprise/" },
{
text: "v0.9.x", // current tagged version
text: "v0.10.x", // current tagged version
ariaLabel: "Version menu",
items: [
{ text: "🚧Dev", link: "https://master.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" },
{ text: "v0.7.x", link: "https://0-7-0.docs.pomerium.io/docs" },