mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 13:38:17 +02:00
docs: image, sitemap and redirect fixes (#1263)
* docs: fix image linkes for cdn * docs: use relative top level redirect * docs: generate sitemap under /docs/
This commit is contained in:
parent
8d7f82de4e
commit
6314c43f40
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