docs: add versioning (#141)

docs: make colors and logos consistent
Fixes #109
This commit is contained in:
Bobby DeSimone 2019-05-26 21:52:51 -07:00 committed by GitHub
parent 794b7996db
commit 80612247e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 26 additions and 3 deletions

View file

@ -10,6 +10,7 @@ module.exports = {
ga: 'UA-129872447-2'
}
},
extend: '@vuepress/theme-default',
themeConfig: {
repo: "pomerium/pomerium",
editLinks: true,
@ -19,7 +20,13 @@ module.exports = {
nav: [
{ text: "Documentation", link: "/docs/" },
{ text: "Quick Start", link: "/guide/" },
{ text: "Config Reference", link: "/reference/" }
{ text: "Config Reference", link: "/reference/" },
{
text: 'Versions',
items: [
{ text: 'v0.0.4', link: 'https://v0-0-4.docs.pomerium.io/' },
]
},
],
sidebar: {

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Before After
Before After

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 5.5 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

Before After
Before After

View file

@ -0,0 +1,16 @@
// colors
$accentColor = #6E43E8
$textColor = #24292e
$borderColor = #e8e8fb
$codeBgColor = #282c34
$arrowBgColor = #ccc
// layout
// $navbarHeight = 3.6rem
// $sidebarWidth = 20rem
// $contentWidth = 740px
// // responsive breakpoints
// $MQNarrow = 959px
// $MQMobile = 719px
// $MQMobileNarrow = 419px