mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-17 11:07:18 +02:00
* docs: fix image linkes for cdn * docs: use relative top level redirect * docs: generate sitemap under /docs/ Co-authored-by: Travis Groth <travisgroth@users.noreply.github.com>
This commit is contained in:
parent
fde2d905c7
commit
c5ce2f1996
14 changed files with 6 additions and 5 deletions
|
@ -9,6 +9,7 @@ module.exports = {
|
|||
},
|
||||
sitemap: {
|
||||
hostname: "https://www.pomerium.io",
|
||||
outFile: "docs/sitemap.xml"
|
||||
},
|
||||
"@vuepress/google-analytics": {
|
||||
ga: "UA-129872447-2",
|
||||
|
@ -19,7 +20,7 @@ module.exports = {
|
|||
},
|
||||
themeConfig: {
|
||||
home: false,
|
||||
logo: "/logo-long-civez.png",
|
||||
logo: "/img/logo-long-civez.png",
|
||||
repo: "pomerium/pomerium",
|
||||
editLinks: true,
|
||||
docsDir: "docs",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue