mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-27 15:08:14 +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'
|
ga: 'UA-129872447-2'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
extend: '@vuepress/theme-default',
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: "pomerium/pomerium",
|
repo: "pomerium/pomerium",
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
|
@ -19,7 +20,13 @@ module.exports = {
|
||||||
nav: [
|
nav: [
|
||||||
{ text: "Documentation", link: "/docs/" },
|
{ text: "Documentation", link: "/docs/" },
|
||||||
{ text: "Quick Start", link: "/guide/" },
|
{ 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: {
|
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 |
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 |
16
docs/.vuepress/styles/palette.styl
Normal file
16
docs/.vuepress/styles/palette.styl
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue