diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index c2957afa9..044dd83e3 100644 --- a/developer_manual/app/index.rst +++ b/developer_manual/app/index.rst @@ -32,6 +32,7 @@ backgroundjobs logging testing + publishing =============== App Development @@ -56,6 +57,10 @@ After this you can start with the tutorial * :doc:`tutorial` +Once you are ready for publishing, check out the app store process: + +* :doc:`publishing` + App development =============== Take a look at the changes in this version: @@ -134,4 +139,4 @@ PHPDoc Class Documentation -------------------------- ownCloud class and function documentation: -* `ownCloud App API `_ \ No newline at end of file +* `ownCloud App API `_ diff --git a/developer_manual/general/publishing.rst b/developer_manual/app/publishing.rst similarity index 100% rename from developer_manual/general/publishing.rst rename to developer_manual/app/publishing.rst