mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-01 19:36:32 +02:00
docs: update menu for v0.12 (#1755)
This commit is contained in:
parent
b16236496b
commit
b959ddbfc1
1 changed files with 2 additions and 1 deletions
|
@ -37,10 +37,11 @@ module.exports = {
|
|||
rel: "",
|
||||
},
|
||||
{
|
||||
text: "v0.11.x", // current tagged version
|
||||
text: "v0.12.x", // current tagged version
|
||||
ariaLabel: "Version menu",
|
||||
items: [
|
||||
{ text: "🚧Dev", link: "https://master.docs.pomerium.io/docs" },
|
||||
{ text: "v0.12.x", link: "https://0-12-0.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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue