docs: add sitemap

This commit is contained in:
Bobby DeSimone 2019-04-14 17:59:31 -07:00
parent 603e6a17b9
commit 96f4b8bd61
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
2 changed files with 24 additions and 8 deletions

View file

@ -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,