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: {
hostname: "https://www.pomerium.com",
outFile: "docs/sitemap.xml",
},
"@vuepress/google-analytics": {
ga: "UA-129872447-2",
},
},
},
],
[
"sitemap", {
hostname: "https://www.pomerium.com",
outFile: "docs/sitemap.xml",
},
],
[
"@vuepress/google-analytics", {
ga: "UA-129872447-2",
},
],
],
markdown: {
externalLinkSymbol: false,
},