mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 23:57:34 +02:00
v0.10.0 (#1225)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
7da513f42c
commit
bfc3fb67da
3 changed files with 215 additions and 14 deletions
|
@ -50,10 +50,11 @@ module.exports = {
|
|||
{ text: "Guides", link: "/guides/" },
|
||||
{ text: "Enterprise", link: "/enterprise/" },
|
||||
{
|
||||
text: "v0.9.x", // current tagged version
|
||||
text: "v0.10.x", // current tagged version
|
||||
ariaLabel: "Version menu",
|
||||
items: [
|
||||
{ text: "🚧Dev", link: "https://master.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.8.x", link: "https://0-8-0.docs.pomerium.io/docs" },
|
||||
{ text: "v0.7.x", link: "https://0-7-0.docs.pomerium.io/docs" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue