Skip to content

Commit

Permalink
Merge pull request #1409 from znicholasbrown/213-code-copy-button
Browse files Browse the repository at this point in the history
213 code copy button
  • Loading branch information
cicdw committed Aug 27, 2019
2 parents fea0298 + e697db2 commit 2adbcd9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ These changes are available in the [master branch](https://github.com/PrefectHQ/

### Enhancements

- Adds a copy to clipboard button for codeblocks - [#213](https://github.com/prefecthq/prefect/issues/213)
- Updates Vuepress to v1.0.3 - [#770](https://github.com/prefecthq/prefect/issues/770)
- Introduce configurable default for storage class on Flows - [#1044](https://github.com/PrefectHQ/prefect/issues/1044)
- Allow for min and max workers to be specified in `DaskKubernetesEnvironment` - [#1338](https://github.com/PrefectHQ/prefect/pulls/1338)
Expand Down
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 2adbcd9

Please sign in to comment.