Skip to content

Commit

Permalink
PrefectHQ#213 Includesthe @dovy/vuepress-plugin-clipboard-copy plugin…
Browse files Browse the repository at this point in the history
… to add a copy button to code blocks.
  • Loading branch information
Nicholas committed Aug 27, 2019
1 parent 14878a8 commit 354bb57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ module.exports = {
{
ga: "UA-115585378-1"
}
]
],
["@dovyp/vuepress-plugin-clipboard-copy", true]
],
themeConfig: {
repo: "PrefectHQ/prefect",
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "0.5.0",
"license": "Apache-2.0",
"dependencies": {
"@dovyp/vuepress-plugin-clipboard-copy": "^1.0.0-alpha.7",
"glob": "^7.1.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
Expand Down

0 comments on commit 354bb57

Please sign in to comment.