diff --git a/docs/configuration/index.rst b/docs/configuration/index.rst
deleted file mode 100644
index c00a54bb81bd515c19fb58a99deb79d1781a8bc2..0000000000000000000000000000000000000000
--- a/docs/configuration/index.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-=============
-Configuration
-=============
-
-Satella provides a rich functionality to:
-
-1. Load data from particular sources_ (defined using JSON)_
-2. Validate_ that config data and standardize it as far as types are concerned (defined using JSON)_
-
-.. _sources: sources.html
-.. _Validate: schema.html
-
-You can craft them either out of Python objects at runtime, or load them using an elegant JSON-based schema.
-
-Satella treats your config files as a huge dictionary, at the topmost level,
-although you could possibly make them anything you want (including plain strings, although in this case
-it would be a plain bother to use Satella for that).
diff --git a/docs/index.rst b/docs/index.rst
index c705bc32c867f5ed8ca86adff4b31700f2cdb74a..5684be53e281db6ea00a6b8d766377736b7e00c4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,11 +1,11 @@
+===================================
 Welcome to satella's documentation!
 ===================================
 
 .. toctree::
            :maxdepth: 2
-           :caption: Contents:
+           :caption: Contents
 
-           configuration/index
            configuration/schema
            configuration/sources
            coding/functions