Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
driehle committed Dec 24, 2024
1 parent 00a95ce commit 7d2f4d1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/composer.lock
/phpcs.xml
/phpunit.xml
/output/
/vendor/
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"laminas/laminas-log": "^2.15.3",
"laminas/laminas-serializer": "^2.13.0",
"laminas/laminas-session": "^2.13.0",
"phpdocumentor/guides-cli": "^1.5.0",
"phpstan/phpstan": "^1.9.2",
"phpstan/phpstan-phpunit": "^1.3.0",
"phpunit/phpunit": "^9.5.27",
Expand Down
11 changes: 11 additions & 0 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@ You can find more details about the features offered by DoctrineModule:
this chapter explains how to use ObjectExists and NoObjectExists
validator, that allow you to easily validate if a given entity exists
or not.


.. toctree::
:caption: Table of Contents

authentication
caching
cli
form-element
paginator
validator
1 change: 1 addition & 0 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
:orphan:
.. toctree::
:depth: 3

Expand Down

0 comments on commit 7d2f4d1

Please sign in to comment.