docs: add / redirect (#1241) (#1242)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>

Co-authored-by: bobby <1544881+desimone@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2020-08-09 21:09:22 -07:00 committed by GitHub
parent f03ea99649
commit 8d655030aa
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: "Documentation", link: "/docs/" },
{ text: "Reference", link: "/reference/" }, { text: "Reference", link: "/reference/" },
{ text: "Guides", link: "/guides/" }, { 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 text: "v0.10.x", // current tagged version
ariaLabel: "Version menu", ariaLabel: "Version menu",

View file

@ -1,2 +1,2 @@
<!-- Simply redirect back to docs! --> <!-- Simply redirect back to docs! -->
<Redirect to="/docs/" /> <Redirect to="https://www.pomerium.com/" />