mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +02:00
docs: add sitemap
This commit is contained in:
parent
603e6a17b9
commit
96f4b8bd61
2 changed files with 24 additions and 8 deletions
|
@ -2,14 +2,14 @@
|
|||
module.exports = {
|
||||
title: "Pomerium",
|
||||
description: "An open source identity-aware access proxy.",
|
||||
plugins: [
|
||||
[
|
||||
'@vuepress/google-analytics',
|
||||
{
|
||||
'ga': 'UA-129872447-2'
|
||||
}
|
||||
]
|
||||
],
|
||||
plugins: {
|
||||
'sitemap': {
|
||||
hostname: 'https://www.pomerium.io'
|
||||
},
|
||||
'@vuepress/google-analytics': {
|
||||
ga: 'UA-129872447-2'
|
||||
}
|
||||
},
|
||||
themeConfig: {
|
||||
repo: "pomerium/pomerium",
|
||||
editLinks: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue