diff --git a/README.md b/README.md index 6eac4e7a..603b626f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ [![Gitter chat](https://img.shields.io/gitter/room/TechnologyAdvice/Stardust.svg)](https://gitter.im/vue-chartjs/Lobby) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/apertureless/vue-chartjs/blob/master/LICENSE.txt) [![CDNJS version](https://img.shields.io/cdnjs/v/vue-chartjs.svg)](https://cdnjs.com/libraries/vue-chartjs) +[![Known Vulnerabilities](https://snyk.io/test/github/apertureless/vue-chartjs/badge.svg)](https://snyk.io/test/github/apertureless/vue-chartjs) +[![Maintainability](https://api.codeclimate.com/v1/badges/8c0256b16ba7a50a9f93/maintainability)](https://codeclimate.com/github/apertureless/vue-chartjs/maintainability) +[![Donate](assets/donate.svg)](paypal) # vue-chartjs @@ -307,3 +310,5 @@ For a detailed explanation of how things work, check out the [guide](http://vuej ## License This software is distributed under [MIT license](LICENSE.txt). + +[paypal]: https://www.paypal.me/apertureless/50eur diff --git a/assets/donate.svg b/assets/donate.svg new file mode 100644 index 00000000..e7f00358 --- /dev/null +++ b/assets/donate.svg @@ -0,0 +1,2 @@ + +DonateDonate diff --git a/docs/config.js b/docs/config.js index 3c1510d0..0a6bbe8c 100644 --- a/docs/config.js +++ b/docs/config.js @@ -11,6 +11,11 @@ const langs = [ docute.init({ title: 'vue-chartjs docs', + announcement(route) { + const info = { type: 'success' } + info.html = 'Donate! Support vue-chartjs development by a one-time donation.' + return info + }, landing: true, landing: '_landing.html', repo: 'apertureless/vue-chartjs', diff --git a/docs/index.html b/docs/index.html index f0d5b645..27a8df94 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ vue-chartjs doc - +