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: {