Skip to content

Commit

Permalink
Merge pull request #40 from driehle/documentation/sidebar
Browse files Browse the repository at this point in the history
Add sidebar to documentation
  • Loading branch information
SenseException authored Oct 27, 2021
2 parents 603cce7 + 55e5967 commit 34af2d9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This library provides Doctrine hydrators for Laminas.
Run the following to install this library using [Composer](https://getcomposer.org/):

```bash
$ composer require doctrine/doctrine-laminas-hydrator
composer require doctrine/doctrine-laminas-hydrator
```

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Usage of doctrine-laminas-hydrator
==================================
Introduction
============

Hydrators insert an array of data into object properties (this is called
"hydrating") and convert object properties back to an array (this is called
Expand Down
9 changes: 9 additions & 0 deletions docs/en/sidebar.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.. toctree::
:depth: 3

index
basic-usage
collections-strategy
by-value-by-reference
laminas-form
performance-considerations

0 comments on commit 34af2d9

Please sign in to comment.