mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-24 21:48:23 +02:00
add copy button to code snippets (#2597)
This commit is contained in:
parent
2f7a79d4f5
commit
8bc39a682b
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