Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reword and reformat
  • Loading branch information
pspanja committed Oct 16, 2018
1 parent 86a7e45 commit 356595d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Expand Up @@ -9,8 +9,8 @@ Netgen's Site API for eZ Platform

**Site API** is a lightweight layer built on top of eZ Platform's **Repository API**. It's purpose
is to provide better developer experience in context of building websites. It will increase PHP
developer's productivity, but it's intention is also to open most the development to **roles other
than PHP developer**.
developer's productivity, but it's intention is also to open most of the development process to
**roles other than PHP developer**.

If you are new to Site API, read the :doc:`Introduction </introduction/index>` first.

Expand Down
10 changes: 5 additions & 5 deletions docs/introduction/index.rst
Expand Up @@ -20,8 +20,8 @@ things you would not typically want to do in Repository API, like lazy loaded pr
methods that enable Location tree traversal. With Site API we can do that because:

1. it's a dedicated layer for building websites
2. it's not intended to be layered (meaning no different API implementations like Cache, Permission
etc)
2. | it's not intended to be layered (meaning no different API implementations
| like Cache, Permission etc)
Objects
~~~~~~~
Expand Down Expand Up @@ -73,9 +73,9 @@ their counterparts in eZ Platform's Repository API:

- ``Location``

Site ``Location`` is very similar to Repository Location, but the objects it aggregates are Site
API objects instead of Repository objects. It also provides methods for simple tree traversal.
Example usage from Twig:
Site ``Location`` is similar to Repository Location, but the objects it aggregates are Site API
objects instead of Repository objects. It also provides properties and methods to enable simple
Location tree traversal (siblings, children, parents, ancestors etc). Example usage from Twig:

.. code-block:: twig
Expand Down

0 comments on commit 356595d

Please sign in to comment.