Skip to content

Commit 38dc6cb

Browse files
committed
Documentation updates
1 parent 2c3ada5 commit 38dc6cb

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/apicontrollers.rst

+6
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,9 @@ Pagination
119119
All results from the ``index`` route are paginated using the standard Laravel paginator
120120
Therefore you can add a ``page`` and ``per_page`` parameter to those queries.
121121
You can also return all results by adding ``paginate=no`` to the query string.
122+
123+
124+
Exception Handling
125+
------------------
126+
127+
@todo

docs/index.rst

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
About
22
=====
33

4-
.. warning:: This project is still under heavy development, and does not currently have a tagged release. However it
5-
should be ok for use in production code.
6-
See the
7-
:doc:`../introduction`,
8-
for more details.
4+
.. warning:: This project is still under heavy development, and does not currently have a tagged release. However it should be ok for use in production code. See the :doc:`../introduction` for more details.
95

106
.. toctree::
117
:maxdepth: 2

0 commit comments

Comments
 (0)