File tree Expand file tree Collapse file tree 2 files changed +26
-19
lines changed
Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,17 @@ Run the following to install this library using `Composer <https://getcomposer.o
2323 Next Steps
2424----------
2525
26- .. toctree ::
27- :caption: Table of Contents
28-
29- user-guide
30- developer-tools
31- configuration
32- cache
33- migrations
34- forms
35- miscellaneous
26+ - :doc: `User Guide <user-guide >`:
27+ general introduction.
28+ - :doc: `Developer Tools <developer-tools >`:
29+ setting up Laminas Developer Tools.
30+ - :doc: `Configuration <configuration >`:
31+ learn how to configure DoctrineORMModule.
32+ - :doc: `Caching <cache >`:
33+ learn how to configure caches.
34+ - :doc: `Migrations <migrations >`:
35+ learn how to use database migrations.
36+ - :doc: `Laminas Forms <forms >`:
37+ learn about custom Laminas form elements.
38+ - :doc: `Laminas Forms <miscellaneous >`:
39+ learn about authentication and custom DBAL types.
Original file line number Diff line number Diff line change 1+ :orphan:
2+
13.. toctree ::
2- :depth: 3
4+ :caption: Doctrine ORM Module
5+ :depth: 3
36
4- index
5- user-guide
6- developer-tools
7- configuration
8- cache
9- migrations
10- forms
11- miscellaneous
7+ index
8+ user-guide
9+ developer-tools
10+ configuration
11+ cache
12+ migrations
13+ forms
14+ miscellaneous
You can’t perform that action at this time.
0 commit comments