From e75c8914d72c25463cc16f9c551bc9479eb9085b Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 11 Apr 2021 15:16:37 +1000 Subject: [PATCH] Add some badges to the index page --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7fcd762..bfb44bc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,6 +4,10 @@ title: InvenTree ## InvenTree - Intuitive Inventory Management +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![Docker Pulls](https://img.shields.io/docker/pulls/inventree/inventree)](https://hub.docker.com/inventree/inventree) +[![Coverage Status](https://coveralls.io/repos/github/inventree/InvenTree/badge.svg)](https://coveralls.io/github/inventree/InvenTree) + InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.