deployment: add google analytics

This commit is contained in:
Bobby DeSimone 2019-03-28 22:28:37 -07:00
parent b18a462681
commit 7c7939cf5b
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E

View file

@ -2,7 +2,14 @@
module.exports = {
title: "Pomerium",
description: "An open source identity-aware access proxy.",
plugins: [
[
'@vuepress/google-analytics',
{
'ga': 'UA-129872447-2'
}
]
],
themeConfig: {
repo: "pomerium/pomerium",
editLinks: true,
@ -33,7 +40,7 @@ function docsSidebar(title) {
{
title,
collapsable: false,
children: ["", "identity-providers", "signed-headers", "examples","config-reference"]
children: ["", "identity-providers", "signed-headers", "examples", "config-reference"]
}
];
}