mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-12 00:27:35 +02:00
Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
9e31944841
commit
3e988398d7
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