docs: update version menu for v0.16 (#2847)

This commit is contained in:
Travis Groth 2021-12-22 18:24:00 -05:00 committed by GitHub
parent 45a348de2a
commit adb0727018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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