Skip to content

Commit

Permalink
feat: Some references to Rezo Zero Nuxt starter
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Oct 18, 2022
1 parent a225eda commit 557ec2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/developer/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ API Resources using `DTO (data transfer objects) <https://api-platform.com/docs/
exposing_node_types
extending_serialization
serialization

We recommend using `Rezo Zero Nuxt starter <https://github.com/rezozero/nuxt-starter>`_ to build your frontend applications.
This starter is built to use Roadiz API and relies on dynamic routing and supports API redirections.
5 changes: 5 additions & 0 deletions src/developer/api/web_response.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ API will expose a WebResponse single item containing:
* Item realms
* and if blocks are hidden by Realm configuration

.. note::

Roadiz *WebResponse* is used in `Rezo Zero Nuxt Starter <https://github.com/rezozero/nuxt-starter#dynamic-page-data-based-on-requestpath>`_
to populate all data during the ``asyncData()`` routine in ``_.vue`` page

.. code-block:: json
{
Expand Down

0 comments on commit 557ec2b

Please sign in to comment.