Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/appstore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Wolfsteller <felix.wolfsteller@gmail.com>2019-11-07 14:50:34 +0300
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2019-11-07 14:50:34 +0300
commit754de37e5871e821c76252d40eaf5239f1bfe199 (patch)
treed966fde9690ada719421d02427f92371430d52d2 /docs
parentd86d3541ec5398ffa0cf9600d7e59c518ac39ac5 (diff)
Update developer.rst (#624)
Link to app development doc (I was expecting to find all the info about app development here, but this documentation part is mainly concerned with integrating apps into the store).
Diffstat (limited to 'docs')
-rw-r--r--docs/developer.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/developer.rst b/docs/developer.rst
index 046e4afa47..cf7121a1ca 100644
--- a/docs/developer.rst
+++ b/docs/developer.rst
@@ -1,6 +1,9 @@
App Developer Guide
===================
+Note: Documentation and a tutorial about App Development itself (vs "app development and the App Store") is found at
+`https://docs.nextcloud.com/server/stable/developer_manual/app/index.html <https://docs.nextcloud.com/server/stable/developer_manual/app/index.html>`_.
+
Most of today's developers publish their source code on GitHub, BitBucket, GitLab or on their own GitLab instance. These tools typically also provide a way to release new versions based on Git tags or by uploading custom archives.
Experienced users and package maintainers typically prefer to download the app directly from these services whereas administrators or novice users look for app releases on the App Store. This means that you have to take care of publishing two releases on two different platforms.