5 Commits

Author SHA1 Message Date
Alexander Piskun
e0927c0aa4 Fixed three Unexpected indentations errors and 3 warnings.
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
2023-03-22 12:45:48 +03:00
John Molakvoæ
efe787166c Update developer_manual/app_development/intro.rst
Co-authored-by: Carl Schwan <carl@carlschwan.eu>
2022-08-13 13:05:59 +02:00
Marcel Robitaille
dde067c2dc Add documentation for developping an existing app
The App development » Introduction documentation only discusses how to create a new app. Wanting to contribute to an existing app, I was confused by this. Once I figured out how to set everything up so that I could see my changes to the app in my development version of Nextcloud, I thought I would make this pull request to add this information to the docs.

Signed-off-by: Marcel Robitaille <mail@marcelrobitaille.me>
2022-03-16 10:12:00 -04:00
Christian Wolf
39db36fdb2 Fixed some more links in the dev manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 14:50:02 +01:00
Christoph Wurst
2647cd93c7 Restructure the dev manual
This moves lots of pages around. The high-level changes are

* Better main sections, so it's more *general*, *into*, *basics* and *details*
* Move more general topics to a *Basic* section, which are not
  app-specific
* Remove app docs to the stuff that is likely used, anything else goes
  into "Digging deeper"
* Move general guides into a prologue
* Try to *compress*/combine some pages with similar content
* Try to have better consistencs on level ob abstraction across pages
* Split app development and maintenance pages into two sections
* Integrate bugtracker info into prologue
* Integrate Android pages into client APIs section

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-22 18:35:59 +02:00