mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 04:28:35 +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",
|
||||
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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue