diff --git a/docs/en/index.rst b/docs/en/index.rst index 4534194..a79e7dc 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -40,9 +40,11 @@ you to manually install all dependencies that are listed in Next Steps ---------- -.. toctree:: - :caption: Table of Contents - - usage - user-guide - development +- :doc:`Setting up DoctrineMongoODMModule `: + this explains how to access the command line and the service manager, and + lists the available configuration options. +- :doc:`User guide for developing a Laminas application `: + explains how to get MongoDB ODM running with this module. +- :doc:`Contributing to the development`: + learn how to run unit tests using Docker, to contribute to the development + of DoctrineMongoODMModule. diff --git a/docs/en/sidebar.rst b/docs/en/sidebar.rst index 986f907..a9f25e9 100644 --- a/docs/en/sidebar.rst +++ b/docs/en/sidebar.rst @@ -1,8 +1,10 @@ :orphan: + .. toctree:: - :depth: 3 + :caption: Doctrine MongoODM Module + :depth: 3 - index - usage - user-guide - development + index + usage + user-guide + development