mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-10 07:37:33 +02:00
deployment: add google analytics
This commit is contained in:
parent
b18a462681
commit
7c7939cf5b
1 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,14 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: "Pomerium",
|
title: "Pomerium",
|
||||||
description: "An open source identity-aware access proxy.",
|
description: "An open source identity-aware access proxy.",
|
||||||
|
plugins: [
|
||||||
|
[
|
||||||
|
'@vuepress/google-analytics',
|
||||||
|
{
|
||||||
|
'ga': 'UA-129872447-2'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: "pomerium/pomerium",
|
repo: "pomerium/pomerium",
|
||||||
editLinks: true,
|
editLinks: true,
|
||||||
|
@ -33,7 +40,7 @@ function docsSidebar(title) {
|
||||||
{
|
{
|
||||||
title,
|
title,
|
||||||
collapsable: false,
|
collapsable: false,
|
||||||
children: ["", "identity-providers", "signed-headers", "examples","config-reference"]
|
children: ["", "identity-providers", "signed-headers", "examples", "config-reference"]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue