Skip to content

Commit

Permalink
Update vuepress-theme-chartjs to version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Mar 26, 2021
1 parent 345ca33 commit 9bc91c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ module.exports = {
],
themeConfig: {
repo: 'chartjs/chartjs-plugin-datalabels',
docsDir: 'docs',
editLinks: true,
logo: '/favicon.png',
lastUpdated: 'Last Updated',
editLinks: true,
docsDir: 'docs',
searchPlaceholder: 'Search...',
algolia: {
apiKey: '7224f458f773f7cf4cbbc4c53621d30c',
indexName: 'chartjs-plugin-datalabels',
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript": "^4.2.3",
"vuepress": "1.8.1",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-theme-chartjs": "^0.1.0",
"vuepress-theme-chartjs": "^0.2.0",
"yargs": "^16.2.0"
},
"peerDependencies": {
Expand Down

0 comments on commit 9bc91c8

Please sign in to comment.