mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
structure changes
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
============
|
||||
ownCloud API
|
||||
============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
access
|
||||
externalapi
|
||||
filesystem
|
||||
hooks
|
||||
share-api
|
||||
vcategories
|
||||
@@ -1,5 +1,5 @@
|
||||
Getting Started
|
||||
===============
|
||||
Getting Started With App Development
|
||||
====================================
|
||||
|
||||
.. sectionauthor:: Bernhard Posselt <nukeawhale@gmail.com>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
=================
|
||||
Apps Developement
|
||||
=================
|
||||
================
|
||||
App Developement
|
||||
================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@@ -18,3 +18,9 @@ Apps Developement
|
||||
formfactors
|
||||
unittesting
|
||||
middleware
|
||||
access
|
||||
externalapi
|
||||
filesystem
|
||||
hooks
|
||||
share-api
|
||||
vcategories
|
||||
|
||||
@@ -14,7 +14,6 @@ ownCloud documentation contents
|
||||
|
||||
general/index
|
||||
app/index
|
||||
api/index
|
||||
core/index
|
||||
classes/index
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
====
|
||||
Core
|
||||
====
|
||||
=================
|
||||
Core Developement
|
||||
=================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
===================
|
||||
General Information
|
||||
===================
|
||||
=======
|
||||
General
|
||||
=======
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
@@ -35,8 +35,8 @@ General
|
||||
* :doc:`general/angular` | `AngularJS Documentation <http://angularjs.org/>`_
|
||||
* :doc:`general/dependencyinjection` | `Pimple`_
|
||||
|
||||
Apps Developement
|
||||
=================
|
||||
App Developement
|
||||
================
|
||||
|
||||
* :doc:`app/gettingstarted`
|
||||
* :doc:`app/settings` | `Pimple`_
|
||||
@@ -79,26 +79,26 @@ Middleware
|
||||
* :php:class:`OCA\\AppFramework\\Middleware\\Security\\SecurityMiddleware`
|
||||
* :php:class:`OCA\\AppFramework\\Middleware\\Twig\\TwigMiddleware`
|
||||
|
||||
ownCloud APIs
|
||||
=============
|
||||
ownCloud Interfaces
|
||||
-------------------
|
||||
|
||||
* :doc:`api/access`
|
||||
* :doc:`api/externalapi`
|
||||
* :doc:`api/filesystem`
|
||||
* :doc:`api/hooks`
|
||||
* :doc:`api/share-api`
|
||||
* :doc:`api/vcategories`
|
||||
* :doc:`app/access`
|
||||
* :doc:`app/externalapi`
|
||||
* :doc:`app/filesystem`
|
||||
* :doc:`app/hooks`
|
||||
* :doc:`app/share-api`
|
||||
* :doc:`app/vcategories`
|
||||
|
||||
|
||||
Core
|
||||
====
|
||||
Core Developement
|
||||
=================
|
||||
* :doc:`core/translation`
|
||||
* :doc:`core/unit-testing`
|
||||
* :doc:`core/theming`
|
||||
* :doc:`core/configfile`
|
||||
|
||||
Sourcecode Documentation
|
||||
========================
|
||||
API Documentation
|
||||
=================
|
||||
* :doc:`classes/appframework/index`
|
||||
* :doc:`classes/core/index`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user