diff --git a/docs/img/logo.png b/docs/img/logo.png
new file mode 100644
index 0000000..5b6aae8
Binary files /dev/null and b/docs/img/logo.png differ
diff --git a/docs/img/logo.svg b/docs/img/logo.svg
new file mode 100644
index 0000000..d06dfb1
--- /dev/null
+++ b/docs/img/logo.svg
@@ -0,0 +1,746 @@
+
+
+
+
diff --git a/docs/index.md b/docs/index.md
index e802901..25f4a4e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -28,7 +28,6 @@ Here this edge computing is brought into a practical oriented example, where a A
{: style="width:200px"}
-
### Web interface
{: style="width:600px"}
@@ -49,16 +48,3 @@ The task to be demonstrated here is a automated readout of an analog water meter
There are two types of CNN implemented, a classification network for reading the digital numbers and a single output network for digitalize the analog pointers for the sub digit readings.
This project is a evolution of the [water-meter-system-complete](https://github.com/jomjol/water-meter-system-complete), which uses ESP32-CAM just for taking the image and a 1GB-Docker image to run the neural networks backbone. Here everything is integrated in an ESP32-CAM module with 8MB of RAM and a SD-Card as data storage.
-
-
-## Functionality
-This systems implements several functions:
-
-* Water/gas/electrity/... meter readout
-* Picture provider
-* File server
-* OTA Update functionality
-* Graphical configuration manager
-* Web server
-
-The details can be found here: [Integrated Functions](Integrated Functions)
diff --git a/mkdocs.yml b/mkdocs.yml
index f34aa5e..031bc13 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,9 @@ site_url: https://jomjol.github.io/AI-on-the-edge-device-docs/
repo_url: https://github.com/jomjol/AI-on-the-edge-device-docs
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
-theme: readthedocs
+theme:
+ name: readthedocs
+ custom_dir: readthedocs-mod/
favicon: favicon.ico
diff --git a/readthedocs-mod/main.html b/readthedocs-mod/main.html
new file mode 100644
index 0000000..a3201c3
--- /dev/null
+++ b/readthedocs-mod/main.html
@@ -0,0 +1,15 @@
+{% extends "base.html" %}
+
+{%- block site_name %}
+
+
+{%- if config.theme.logo %}
+
+{%- else %}
+ {{ config.site_name }}
+{%- endif %}
+{%- if config.theme.logo %}
+
+{%- endif %}
+
+{%- endblock %}
\ No newline at end of file