diff --git a/docs/_static/dataset-logo.png b/docs/_static/dataset-logo.png
new file mode 100644
index 0000000..aa7e3b7
Binary files /dev/null and b/docs/_static/dataset-logo.png differ
diff --git a/docs/_themes/kr/sidebarlogo.html b/docs/_themes/kr/sidebarlogo.html
index c9e238b..86c7358 100644
--- a/docs/_themes/kr/sidebarlogo.html
+++ b/docs/_themes/kr/sidebarlogo.html
@@ -1,11 +1,15 @@
-
+
-
+Makes managing databases as simple as reading and writing JSON files.
-Documention
+
+
+Overview
\ No newline at end of file
+
+
+
diff --git a/docs/conf.py b/docs/conf.py
index e21220e..77e5223 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -137,7 +137,7 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
- 'index': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html'],
+ 'index': ['sidebarlogo.html', 'sourcelink.html', 'searchbox.html'],
'api': ['sidebarlogo.html', 'autotoc.html', 'sourcelink.html', 'searchbox.html'],
'**': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html']
}
diff --git a/docs/index.rst b/docs/index.rst
index 0759872..c515fa0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -14,7 +14,7 @@ Although managing data in relational database has plenty of benefits, we find th
Because **programmers are lazy**, and thus they tend to prefer the easiest solution they find. And in **Python**, a database wasn't the simplest solution for storing a bunch of structured data. This is what **dataset** is going to change!
-In short, dataset combines the straightforwardness of NoSQL interfaces with the full power and flexibility of relational databases.
+In short, dataset combines the straightforwardness of NoSQL interfaces with the full power and flexibility of relational databases. It makes database management as simple as reading and writing JSON files.
::
@@ -51,4 +51,6 @@ Contents
Contributors
------------
-``dataset`` is written and maintained by `Friedrich Lindenberg `_ and `Gregor Aisch `_. Its code is largely based on the preceding libraries `sqlaload `_ and `datafreeze `_. And of course, we're standing on the `shoulders of giants `_.
\ No newline at end of file
+``dataset`` is written and maintained by `Friedrich Lindenberg `_ and `Gregor Aisch `_. Its code is largely based on the preceding libraries `sqlaload `_ and `datafreeze `_. And of course, we're standing on the `shoulders of giants `_.
+
+Our cute little `naked mole rat `_ was drawn by `Johannes Koch `_.
\ No newline at end of file