mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
restructure page
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
========
|
||||
Settings
|
||||
========
|
||||
=============
|
||||
Configuration
|
||||
=============
|
||||
|
||||
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>
|
||||
|
||||
@@ -27,7 +27,7 @@ App Development
|
||||
l10n
|
||||
schema
|
||||
database
|
||||
settings
|
||||
configuration
|
||||
filesystem
|
||||
users
|
||||
hooks
|
||||
@@ -81,23 +81,17 @@ The app's presentation layer:
|
||||
* :doc:`css`
|
||||
* :doc:`l10n`
|
||||
|
||||
Model (Database access)
|
||||
-----------------------
|
||||
Create database tables and run Sql queries:
|
||||
Storage
|
||||
-------
|
||||
Create database tables, run Sql queries, store/retrieve configuration information and access the filesystem:
|
||||
|
||||
* :doc:`schema`
|
||||
* :doc:`database`
|
||||
* :doc:`settings`
|
||||
|
||||
|
||||
Filesystem
|
||||
----------
|
||||
Accessing the filesystem:
|
||||
|
||||
* :doc:`configuration`
|
||||
* :doc:`filesystem`
|
||||
|
||||
Users
|
||||
-----
|
||||
Authentication & Users
|
||||
----------------------
|
||||
Creating, deleting, updating, searching, login and logout:
|
||||
|
||||
* :doc:`users`
|
||||
|
||||
Reference in New Issue
Block a user