From be1969adc881213d984ea158ea4f85cddf4cd153 Mon Sep 17 00:00:00 2001 From: misagh Date: Sun, 30 Dec 2018 18:22:28 +0100 Subject: [PATCH] added widgets to index documents --- docs/index.md | 12 +++++++++ docs/partials/header.html | 52 +++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 65 insertions(+) create mode 100644 docs/partials/header.html diff --git a/docs/index.md b/docs/index.md index 161d4c6ef..fedbb98f5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,16 @@ # Freqtrade +[![Build Status](https://travis-ci.org/freqtrade/freqtrade.svg?branch=develop)](https://travis-ci.org/freqtrade/freqtrade) +[![Coverage Status](https://coveralls.io/repos/github/freqtrade/freqtrade/badge.svg?branch=develop&service=github)](https://coveralls.io/github/freqtrade/freqtrade?branch=develop) +[![Maintainability](https://api.codeclimate.com/v1/badges/5737e6d668200b7518ff/maintainability)](https://codeclimate.com/github/freqtrade/freqtrade/maintainability) + + +Star + +Fork + +Download + +Follow @freqtrade ## Introduction Freqtrade is a cryptocurrency trading bot written in Python. diff --git a/docs/partials/header.html b/docs/partials/header.html new file mode 100644 index 000000000..84c254b5a --- /dev/null +++ b/docs/partials/header.html @@ -0,0 +1,52 @@ +
+ + + +
\ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 0a4701e1d..c553d1fc7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -19,6 +19,7 @@ nav: theme: name: material logo: 'images/logo.png' + custom_dir: 'docs' palette: primary: 'blue grey' accent: 'tear'