mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-24 20:18:13 +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: [
|
||||
"vuepress-plugin-element-tabs",
|
||||
[
|
||||
"check-md", {
|
||||
pattern: "**/*.md",
|
||||
"check-md",
|
||||
{
|
||||
pattern: "**/*.md",
|
||||
},
|
||||
],
|
||||
[
|
||||
"sitemap", {
|
||||
"sitemap",
|
||||
{
|
||||
hostname: "https://www.pomerium.com",
|
||||
outFile: "docs/sitemap.xml",
|
||||
},
|
||||
],
|
||||
[
|
||||
"@vuepress/google-analytics", {
|
||||
"@vuepress/google-analytics",
|
||||
{
|
||||
ga: "UA-129872447-2",
|
||||
},
|
||||
],
|
||||
|
@ -221,11 +224,11 @@ module.exports = {
|
|||
"/enterprise/reference/configure",
|
||||
"/enterprise/reference/manage",
|
||||
"/enterprise/reference/reports",
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue