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
+[](https://travis-ci.org/freqtrade/freqtrade)
+[](https://coveralls.io/github/freqtrade/freqtrade?branch=develop)
+[](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'