docs: update upgrading / changelog to v0.7.2 (#601)

Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Bobby DeSimone 2020-04-13 16:20:29 -07:00 committed by GitHub
parent e0dd6734d3
commit b423b234e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 183 additions and 152 deletions

View file

@ -1,18 +1,18 @@
// .vuepress/config.js
module.exports = {
// title: "Pomerium",
title: "Pomerium",
description:
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
plugins: {
sitemap: {
hostname: "https://www.pomerium.io",
hostname: "https://www.pomerium.io"
},
"@vuepress/google-analytics": {
ga: "UA-129872447-2",
},
ga: "UA-129872447-2"
}
},
markdown: {
externalLinkSymbol: false,
externalLinkSymbol: false
},
themeConfig: {
logo: "/logo-long-civez.png",
@ -38,13 +38,13 @@ module.exports = {
{ text: "v0.4.x", link: "https://0-4-0.docs.pomerium.io/docs" },
{ text: "v0.3.x", link: "https://0-3-0.docs.pomerium.io/docs" },
{ text: "v0.2.x", link: "https://0-2-0.docs.pomerium.io/docs" },
{ text: "v0.1.x", link: "https://0-1-0.docs.pomerium.io/docs" },
],
},
{ text: "v0.1.x", link: "https://0-1-0.docs.pomerium.io/docs" }
]
}
],
algolia: {
apiKey: "1653e881f3a6c17d3ad37f4d4c428e20",
indexName: "pomerium",
indexName: "pomerium"
},
sidebar: {
"/docs/": [
@ -59,8 +59,8 @@ module.exports = {
"releases",
"upgrading",
"CHANGELOG",
"FAQ",
],
"FAQ"
]
},
{
title: "Quick Start",
@ -74,8 +74,8 @@ module.exports = {
"quick-start/helm",
"quick-start/kubernetes",
"quick-start/synology",
"quick-start/from-source",
],
"quick-start/from-source"
]
},
{
title: "Identity Providers",
@ -91,8 +91,8 @@ module.exports = {
"identity-providers/github",
"identity-providers/google",
"identity-providers/okta",
"identity-providers/one-login",
],
"identity-providers/one-login"
]
},
{
title: "Community",
@ -104,8 +104,8 @@ module.exports = {
"community/",
"community/contributing",
"community/code-of-conduct",
"community/security",
],
"community/security"
]
},
{
title: "Reference",
@ -119,9 +119,9 @@ module.exports = {
"reference/impersonation",
"reference/programmatic-access",
"reference/getting-users-identity",
"reference/production-deployment",
],
},
"reference/production-deployment"
]
}
],
"/recipes/": [
{
@ -130,8 +130,8 @@ module.exports = {
collapsable: false,
sidebarDepth: 1,
children: ["", "ad-guard", "vs-code-server", "kubernetes"],
},
children: ["", "ad-guard", "vs-code-server", "kubernetes"]
}
],
"/enterprise/": [
{
@ -139,8 +139,8 @@ module.exports = {
type: "group",
collapsable: false,
sidebarDepth: 1,
children: [""],
},
children: [""]
}
],
"/configuration/": [
{
@ -148,9 +148,9 @@ module.exports = {
type: "group",
collapsable: false,
sidebarDepth: 1,
children: ["", "examples"],
},
],
},
},
children: ["", "examples"]
}
]
}
}
};

View file

@ -42,12 +42,22 @@ $MQMobileNarrow = 419px
background-color: $navbar-background !important
color: $navbar-text-color !important
padding-left 0rem
.site-name
display: none !important
.nav-links
a
&:hover, &.router-link-active
color lighten($textColor, 8%) !important
.dropdown-wrapper
.dropdown-title
color $textColor !important
.nav-dropdown
.dropdown-item
color $textColor !important
@media (min-width: $MQMobile)
.nav-links a
&:hover, &.router-link-active
@ -56,19 +66,14 @@ $MQMobileNarrow = 419px
&:hover, &.router-link-active
margin-bottom -2px
border-bottom 2px solid lighten($navbar-text-color, 8%) !important
.dropdown-wrapper
.dropdown-title
color $navbar-text-color !important
@media (max-width: $MQMobile)
.dropdown-wrapper
.dropdown-title
color $textColor !important
@media (min-width: $MQMobile)
.dropdown-wrapper
.dropdown-title
color $navbar-text-color !important
.nav-dropdown
.dropdown-item
color $textColor !important
@media (max-width: $MQMobile)
.navbar
.site-name
display: none !important