diff --git a/.github/sharp-p2p-logo.png b/.github/sharp-p2p-logo.png
new file mode 100644
index 0000000..5001c21
Binary files /dev/null and b/.github/sharp-p2p-logo.png differ
diff --git a/Cargo.toml b/Cargo.toml
index eed6798..bc48ec8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,7 +17,7 @@ members = [
 exclude = []
 
 [workspace.package]
-version = "0.1.0"
+version = "0.1.3"
 edition = "2021"
 repository = "https://github.com/iosis-tech/sharp-p2p"
 license-file = "LICENSE"
diff --git a/README.md b/README.md
index a3df278..69ef705 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,17 @@
 # SHARP-P2P
 
+<div align="center">
+  <img src=".github/sharp-p2p-logo.png" alt="SHARP-P2P Logo" width="200">
+  <br><br>
+  <img src="https://img.shields.io/badge/v0.1.3-green?style=flat-square&logo=git&logoColor=white&label=version" alt="Version">
+  <a href="https://docs.sharp-p2p.iosis.tech/introduction.html">
+    <img src="https://img.shields.io/badge/v0.1.3-blue?style=flat-square&logo=mdbook&logoColor=white&label=docs" alt="Docs">
+  </a>
+  <img src="https://img.shields.io/github/actions/workflow/status/iosis-tech/sharp-p2p/test.yaml?style=flat-square&logo=githubactions&logoColor=white&label=Continuous%20Integration" alt="Continuous Integration">
+</div>
+
+## Overview
+
 The Sharp p2p is a shared peer-to-peer network of Zero-Knowledge Provers. This network allows any party to join and utilize its services, operating with two main user roles:
 
 1. **Delegators**: Users who present jobs to be executed on the network.
diff --git a/docs/book.toml b/docs/book.toml
index 8a0bd0b..90288f7 100644
--- a/docs/book.toml
+++ b/docs/book.toml
@@ -1,6 +1,10 @@
 [book]
-authors = ["Okm165"]
-language = "en"
-multilingual = false
-src = "src"
 title = "SHARP-P2P documentation"
+description = "Documentation for SHARP-P2P, a shared peer-to-peer network of Zero-Knowledge Provers."
+authors = ["Okm165 - Bartosz Nowak"]
+language = "en"
+
+[output.html]
+smart-punctuation = true
+mathjax-support = true
+git-repository-url = "https://github.com/iosis-tech/sharp-p2p"
\ No newline at end of file