Commit Graph

10 Commits

Author SHA1 Message Date
Christoph Wurst
6128eac146 Fix duplicate target warnings of Sphinx for external links
Apparently Sphinx doesn't like that we use the same name multiple times,
though the link pointed to different URLs.
https://github.com/sphinx-doc/sphinx/issues/3921#issuecomment-315581557
suggests using `__` for "anonymous references".

This will remove some of the github action comments that show for every
PR.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-27 10:33:41 +00:00
PanCakeConnaisseur
584fb91534 Fix typo 2020-10-12 14:56:36 +00:00
Christoph Wurst
fff6c0f0e1 Document deprecated getters of IServerContainer in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-07 08:49:33 +00:00
Christoph Wurst
4adc884c61 Document two more deprecations in 20
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 11:30:20 +00:00
Christoph Wurst
2ad7c29e93 Document Nextcloud 20 removed jQuery plugin(s)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 08:21:13 +00:00
Christoph Wurst
cca977937f Document the escape-html removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 07:01:18 +00:00
Christoph Wurst
b7c0fb34b9 Document Nextcloud 20 critical changes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 06:22:19 +00:00
J0WI
d1066679dc Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 18:37:02 +00:00
Christoph Wurst
eb3228f05c
Document PSR-11 integration
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-07-16 14:34:41 +02: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