mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-04 04:46:01 +02:00
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com> Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
parent
f03ea99649
commit
8d655030aa
2 changed files with 7 additions and 2 deletions
|
@ -29,7 +29,12 @@ module.exports = {
|
|||
{ text: "Documentation", link: "/docs/" },
|
||||
{ text: "Reference", link: "/reference/" },
|
||||
{ text: "Guides", link: "/guides/" },
|
||||
{ text: "Enterprise", link: "/", target: "_self", rel: "" },
|
||||
{
|
||||
text: "Enterprise",
|
||||
link: "https://www.pomerium.com/",
|
||||
target: "_self",
|
||||
rel: "",
|
||||
},
|
||||
{
|
||||
text: "v0.10.x", // current tagged version
|
||||
ariaLabel: "Version menu",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
<!-- Simply redirect back to docs! -->
|
||||
<Redirect to="/docs/" />
|
||||
<Redirect to="https://www.pomerium.com/" />
|
||||
|
|
Loading…
Add table
Reference in a new issue