mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-27 21:49:12 +02:00
run prettier on config.js
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
a51adb4c34
commit
c0218a6610
1 changed files with 10 additions and 7 deletions
|
@ -6,18 +6,21 @@ module.exports = {
|
||||||
plugins: [
|
plugins: [
|
||||||
"vuepress-plugin-element-tabs",
|
"vuepress-plugin-element-tabs",
|
||||||
[
|
[
|
||||||
"check-md", {
|
"check-md",
|
||||||
|
{
|
||||||
pattern: "**/*.md",
|
pattern: "**/*.md",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"sitemap", {
|
"sitemap",
|
||||||
|
{
|
||||||
hostname: "https://www.pomerium.com",
|
hostname: "https://www.pomerium.com",
|
||||||
outFile: "docs/sitemap.xml",
|
outFile: "docs/sitemap.xml",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
"@vuepress/google-analytics", {
|
"@vuepress/google-analytics",
|
||||||
|
{
|
||||||
ga: "UA-129872447-2",
|
ga: "UA-129872447-2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -221,11 +224,11 @@ module.exports = {
|
||||||
"/enterprise/reference/configure",
|
"/enterprise/reference/configure",
|
||||||
"/enterprise/reference/manage",
|
"/enterprise/reference/manage",
|
||||||
"/enterprise/reference/reports",
|
"/enterprise/reference/reports",
|
||||||
]
|
],
|
||||||
}
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue