mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 00:17:34 +02:00
Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
parent
a3005bfe2d
commit
749e7b953b
2 changed files with 6 additions and 1 deletions
|
@ -6,6 +6,10 @@ module.exports = {
|
|||
plugins: [
|
||||
"vuepress-plugin-element-tabs",
|
||||
'vuepress-plugin-mermaidjs',
|
||||
[
|
||||
'vuepress-plugin-code-copy',
|
||||
true
|
||||
],
|
||||
[
|
||||
"check-md",
|
||||
{
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"esm": "3.2.25",
|
||||
"markdown-it-include": "^2.0.0"
|
||||
"markdown-it-include": "^2.0.0",
|
||||
"vuepress-plugin-code-copy": "^1.0.6"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue