mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
From https://github.com/nextcloud/server/pull/26982 Adds some documentation for the filesystem layer, both a high level overview of how the various pieces interact and a high level guide for apps interacting with the filesystem. Hopefully this will be useful to anyone trying to either use the filesystem or work on the filesystem. Signed-off-by: Louis Chemineau <louis@chmn.me>
16 lines
223 B
ReStructuredText
16 lines
223 B
ReStructuredText
.. _coreindex:
|
|
|
|
=================
|
|
Core development
|
|
=================
|
|
|
|
Please make sure you have set up a :ref:`devenv`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
unit-testing
|
|
externalapi
|
|
architecture/index
|
|
../how_to/index
|