docs: add / redirect (#1241)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
bobby 2020-08-09 21:08:21 -07:00 committed by GitHub
parent 07be1e9530
commit 18a223e1ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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",