diff --git a/docs/book.json b/docs/book.json index e0edfcd..2bd173f 100644 --- a/docs/book.json +++ b/docs/book.json @@ -3,17 +3,13 @@ "readme": "index.md" }, "plugins": [ - "disqus", "tonic", "edit-link" ], "pluginsConfig": { "edit-link": { - "base": "https://gitlab.com/pushrocks/npmts/edit/master/", + "base": "https://gitlab.com/pushrocks/npmts/edit/master/docs/", "label": "Edit on GitLab" - }, - "disqus": { - "shortName": "mojoio-docs" } } } \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index 9b4487c..1694d34 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,13 @@ # npmts Write npm modules with TypeScript without hassle. TypeScript ready. Fully ES6. -## Status +## Availabililty +[![npm](https://img.shields.io/badge/npm-npmjs.com-blue.svg)](https://www.npmjs.com/package/npmts) +[![git](https://img.shields.io/badge/git-gitlab.com-blue.svg)](https://gitlab.com/pushrocks/npmts) +[![git](https://img.shields.io/badge/git%20mirror-github.com-blue.svg)](https://github.com/pushrocks/npmts) +[![docs](https://img.shields.io/badge/docs-gitlab.io-blue.svg)](https://pushrocks.gitlab.io/npmts/docs) + +## Status for master [![build status](https://gitlab.com/pushrocks/npmts/badges/master/build.svg)](https://gitlab.com/pushrocks/npmts/commits/master) [![coverage report](https://gitlab.com/pushrocks/npmts/badges/master/coverage.svg)](https://gitlab.com/pushrocks/npmts/commits/master) [![Dependency Status](https://david-dm.org/pushrocks/npmts.svg)](https://david-dm.org/pushrocks/npmts)