fix doc for api

This commit is contained in:
2021-05-07 12:42:49 +02:00
parent 2c9edf3741
commit 8002725c87
3 changed files with 49 additions and 5 deletions

View File

@@ -16,6 +16,7 @@ As Chill rely on the `symfony <http://symfony.com>`_ framework, reading the fram
Instructions to create a new bundle <create-a-new-bundle.rst>
CRUD (Create - Update - Delete) for one entity <crud.rst>
Helpers for building a REST API <api.rst>
Routing <routing.rst>
Menus <menus.rst>
Forms <forms.rst>