Commit Graph

12 Commits

Author SHA1 Message Date
Christoph Wurst
fd543da896
Drop Kanban development process, rework common labels
The Kanban dev process was used many years ago but never in Nextcloud.
Therefore the process description is not just outdated but misleading.

We still use the labels, albeit their description was mildly outdated.
They were restructured and grouped for better comprehensibility.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-30 15:53:43 +01:00
Christoph Wurst
0b5c8a87ac There are no mailing lists
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-12-28 15:33:08 +00:00
Christian Wolf
7e07b38c20 Fixed some more links in the dev manual
Signed-off-by: Christian Wolf <github@christianwolf.email>
2021-11-24 18:12:28 +00:00
Christoph Wurst
a1c3edb817 Fix dev manual links to the app controllers page
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-11-24 18:12:28 +00:00
Christoph Wurst
a9968f9674 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 16:09:43 +00:00
Christoph Wurst
9259b2df8c
Merge pull request #6932 from nextcloud/backport/6919/stable22
[stable22] Fix dev manual inconsistencies
2021-07-06 12:07:06 +02:00
Christoph Wurst
d3cf594c16 Fix code review link
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-06 10:01:08 +00:00
Christoph Wurst
b5f310ce6e Fix dev manual inconsistencies
* Add missing debugging page
* Remove dead request lifecycle sub pages TOC
* Remove dead link to core translations page
* Revive link to basics debugging page
* Fix traige workflow image path
* Remove dead link to performance page

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-07-06 10:01:07 +00:00
Roeland Jago Douma
eb82b93a46
Revert "Fix images and alt tags, fix #621, fix #622" 2021-04-30 13:18:44 +02:00
Jan C. Borchardt
444d91253e
Fix images and alt tags, fix #621, fix #622
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
2021-04-15 20:18:42 +02:00
J0WI
122ed88e53 Update urls to HTTPS
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-09-17 20:33:30 +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