7 Commits

Author SHA1 Message Date
Christoph Wurst
ae9bc1e560 feat(admin): Document server autoloading and class maps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2024-08-06 08:54:14 +02:00
Christoph Wurst
6ad7941e5d fix(devmanual): Roll back recommendation for authoritative class maps
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-06-07 21:12:20 +02:00
Christoph Wurst
75a85b80fb feat(devmanual): Document PSR-0 autoloader removal
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-04-27 10:44:53 +02:00
Ferdinand Thiessen
0e9ffc2df4 fix(developer): Typo in class loader PSR-4 instead of PSR-0
Signed-off-by: Ferdinand Thiessen <rpm@fthiessen.de>
2023-02-21 13:33:16 +01:00
Christoph Wurst
f851c6ce90 feat(dev-manual): Document performance optimizations with class loaders
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-01-20 16:56:25 +01:00
Christoph Wurst
c07a59c43b Link from classloader docs to composer docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-26 09:42:03 +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