Commit Graph

21 Commits

Author SHA1 Message Date
Carl Schwan
9ffb8c4ee1 Fix highlighting (missing php start tag)
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2021-10-26 18:44:52 +00:00
Christoph Wurst
c5c791090b
Drop all references of IRC
We don't use this anymore, so let's also not send people there. The
forum is our main place to get help.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-10-20 18:12:56 +02:00
Christoph Wurst
58b88fb797 Drop deleted testing dir from digging deeper toc
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-05 12:11:14 +00:00
Michael Hirschler
4d1f4054e3 Update publicpage.rst 2021-01-15 16:46:11 +00:00
Christoph Wurst
f31ed3b35c Document PSR-0 and PSR-4 as two supported PSRs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-22 13:36:34 +00:00
Christoph Wurst
2a0da8158c Fix outdated unified search result entry class suggestion
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-12-04 08:38:40 +00:00
Christoph Wurst
1bc2e56c8f Remove dead preupdate.php note
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-26 15:47:09 +00:00
Christoph Wurst
0e085b7853 Use LoggerInterface in the example repair step
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-10-06 06:22:19 +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
Joas Schilling
368e31136b
Fix missing imports
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 13:30:34 +02:00
Joas Schilling
4aa1d8ad2b
Some more documentation fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 08:36:01 +02:00
Joas Schilling
42e36802db
It's OCS Api now
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-15 08:24:17 +02:00
Maxence Lange
d3bab2129b
Update search.rst 2020-09-15 08:14:58 +02:00
Julius Härtl
1cdd9eb363
Add link to new phpdoc build
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-27 08:41:32 +02:00
Morris Jobke
93f373b8c5
Merge pull request #2168 from nextcloud/enh/noid/dashboard
Add docs for new dashboard api
2020-08-13 14:50:05 +02:00
Julius Härtl
44982a143c
Add docs for new dashboard api
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-08-13 13:46:34 +02:00
Baran Sekin
b50e5ffa54 Added missing import
The IURLGenerator class is used at the constructor parameter, but importing that namespace was missing.

Signed-off-by: Baran Sekin <baransekin@gmail.com>
2020-07-20 12:53:08 +03: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
e830ceb5e4
Document unified search API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-06-24 14:40:35 +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