diff --git a/source/FAQ/faq.rst b/source/FAQ/index.rst similarity index 100% rename from source/FAQ/faq.rst rename to source/FAQ/index.rst diff --git a/source/get-started/get-started.rst b/source/get-started/index.rst similarity index 100% rename from source/get-started/get-started.rst rename to source/get-started/index.rst diff --git a/source/guides/guides.rst b/source/guides/index.rst similarity index 100% rename from source/guides/guides.rst rename to source/guides/index.rst diff --git a/source/index.rst b/source/index.rst index d8df5d08..b73ce481 100644 --- a/source/index.rst +++ b/source/index.rst @@ -39,9 +39,9 @@ Our documentation is divided into the following sections: :maxdepth: 2 :hidden: - get-started/get-started + get-started/index about - guides/guides - tutorials/tutorials - reference/reference - FAQ/faq \ No newline at end of file + guides/index + tutorials/index + reference/index + FAQ/index \ No newline at end of file diff --git a/source/reference/reference.rst b/source/reference/index.rst similarity index 100% rename from source/reference/reference.rst rename to source/reference/index.rst diff --git a/source/tutorials/tutorials.rst b/source/tutorials/index.rst similarity index 100% rename from source/tutorials/tutorials.rst rename to source/tutorials/index.rst