mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-27 21:49:12 +02:00
install VuePress Plugin Tabs
https://www.npmjs.com/package/vuepress-plugin-tabs
This commit is contained in:
parent
834fa85058
commit
ac2cb31582
3 changed files with 22 additions and 12 deletions
|
@ -3,18 +3,25 @@ module.exports = {
|
||||||
title: "Pomerium",
|
title: "Pomerium",
|
||||||
description:
|
description:
|
||||||
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
|
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
|
||||||
plugins: {
|
plugins: [
|
||||||
"check-md": {
|
"tabs",
|
||||||
|
[
|
||||||
|
"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",
|
||||||
},
|
},
|
||||||
},
|
],
|
||||||
|
],
|
||||||
markdown: {
|
markdown: {
|
||||||
externalLinkSymbol: false,
|
externalLinkSymbol: false,
|
||||||
},
|
},
|
||||||
|
|
1
docs/.vuepress/styles/index.styl
Normal file
1
docs/.vuepress/styles/index.styl
Normal file
|
@ -0,0 +1 @@
|
||||||
|
@require '~vuepress-plugin-tabs/dist/themes/default.styl'
|
|
@ -11,6 +11,8 @@
|
||||||
"docs:check-md": "vuepress check-md"
|
"docs:check-md": "vuepress check-md"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"esm": "3.2.25"
|
"esm": "3.2.25",
|
||||||
|
"vue-tabs-component": "^1.5.0",
|
||||||
|
"vuepress-plugin-tabs": "^0.3.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue