add documentation for render and embeddable comments

This commit is contained in:
2021-03-25 22:44:48 +01:00
parent b79ec18a38
commit ae81e7be31
4 changed files with 277 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ As Chill rely on the `symfony <http://symfony.com>`_ framework, reading the fram
Searching <searching.rst>
Timelines <timelines.rst>
Exports <exports.rst>
Embeddable comments <embeddable-comments.rst>
Testing <make-test-working.rst>
Useful snippets <useful-snippets.rst>
manual/index.rst
@@ -40,6 +41,7 @@ Layout and UI
.. toctree::
:maxdepth: 2
Render entities automatically <render-entity.rst>
Layout / Template usage <user-interface/layout-template-usage.rst>
Classes and mixins <user-interface/css-classes.rst>
Widgets <user-interface/widgets.rst>