install VuePress Plugin Tabs

https://www.npmjs.com/package/vuepress-plugin-tabs
This commit is contained in:
alexfornuto 2021-07-14 13:22:24 -05:00
parent 834fa85058
commit ac2cb31582
3 changed files with 22 additions and 12 deletions

View file

@ -3,18 +3,25 @@ module.exports = {
title: "Pomerium",
description:
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
plugins: {
"check-md": {
plugins: [
"tabs",
[
"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",
},
},
],
],
markdown: {
externalLinkSymbol: false,
},

View file

@ -0,0 +1 @@
@require '~vuepress-plugin-tabs/dist/themes/default.styl'

View file

@ -11,6 +11,8 @@
"docs:check-md": "vuepress check-md"
},
"dependencies": {
"esm": "3.2.25"
"esm": "3.2.25",
"vue-tabs-component": "^1.5.0",
"vuepress-plugin-tabs": "^0.3.0"
}
}