mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 21:48:23 +02:00
docs: add versioning (#141)
docs: make colors and logos consistent Fixes #109
This commit is contained in:
parent
794b7996db
commit
80612247e3
4 changed files with 26 additions and 3 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue