From 27c860147d8e567011d4f72809aff3662b7635b7 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Tue, 16 Jun 2015 16:41:20 +0200 Subject: [PATCH] move publishing to app section where it belongs --- developer_manual/app/index.rst | 7 ++++++- developer_manual/{general => app}/publishing.rst | 0 2 files changed, 6 insertions(+), 1 deletion(-) rename developer_manual/{general => app}/publishing.rst (100%) 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