mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-09 23:27:43 +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 = {
|
||||
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"]
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue