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