Merge pull request #3604 from nextcloud/api-docs-link

Add link to new phpdoc build
This commit is contained in:
Christoph Wurst
2020-08-27 09:21:34 +02:00
committed by GitHub

View File

@@ -1,25 +1,9 @@
.. only:: html
API documentation
=================
API reference
=============
PHP public API
--------------
.. toctree::
:maxdepth: 1
PHP public API
--------------
/OCP namespace <api/OCP/index>
PHP class reference
-------------------
Please note that only APIs in \OCP namespace are considered to be public. The
following documentation is just for reference:
.. toctree::
:maxdepth: 1
/ namespace <api/index>
/OC namespace <api/OC/index>
The public API is contained in the OCP namespace. See the `OCP API reference
<https://nextcloud-server.netlify.app/>`_ for further details.