Skip to content

Commit

Permalink
add links to packages documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Jul 20, 2024
1 parent 889c661 commit c740f04
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/handling-data/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@ You'll learn how to them for simple cases and how they become indispensable as a
```sh
composer require innmind/immutable:~5.3
```

## Advanced usage

Full documentation available [here](http://innmind.github.io/Immutable/).
4 changes: 4 additions & 0 deletions docs/getting-started/operating-system/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,7 @@ Here we tell the abstraction that we work on a case insensitive filesystem and t
{.annotate}

1. You should do this only when working locally. Do **NOT** do this in production.

## Advanced usage

Full documentation available [here](https://innmind.github.io/OperatingSystem/).
4 changes: 4 additions & 0 deletions docs/getting-started/orm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ Since it focuses on usage and not _abstracting a persistence model_ this ORM all
- Filesystem
- Elasticsearch

## Advanced usage

Full documentation available [here](https://formal-php.github.io/orm/).

*[ORM]: Object Relational Mapping

0 comments on commit c740f04

Please sign in to comment.