mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-25 12:39:50 +02:00
replace Vuepress tab plugin
now using https://github.com/superbiger/vuepress-plugin-tabs
This commit is contained in:
parent
e9209fed72
commit
5c3b7a5613
3 changed files with 3 additions and 5 deletions
|
@ -4,7 +4,7 @@ module.exports = {
|
|||
description:
|
||||
"Pomerium is a beyond-corp inspired, zero trust, open source identity-aware access proxy.",
|
||||
plugins: [
|
||||
"tabs",
|
||||
"vuepress-plugin-element-tabs",
|
||||
[
|
||||
"check-md", {
|
||||
pattern: "**/*.md",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
@require '~vuepress-plugin-tabs/dist/themes/default.styl'
|
|
@ -3,6 +3,7 @@
|
|||
"@vuepress/plugin-google-analytics": "1.8.2",
|
||||
"vuepress": "1.8.2",
|
||||
"vuepress-plugin-check-md": "0.0.2",
|
||||
"vuepress-plugin-element-tabs": "^0.2.8",
|
||||
"vuepress-plugin-sitemap": "2.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -11,8 +12,6 @@
|
|||
"docs:check-md": "vuepress check-md"
|
||||
},
|
||||
"dependencies": {
|
||||
"esm": "3.2.25",
|
||||
"vue-tabs-component": "^1.5.0",
|
||||
"vuepress-plugin-tabs": "^0.3.0"
|
||||
"esm": "3.2.25"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue