mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 15:47:36 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
45a348de2a
commit
ea49feff43
1 changed files with 2 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue