22 Commits

Author SHA1 Message Date
as-op bbf020c3f9 create 8bit PNGs, reduce color palettes, max width 2000 px 2025-10-23 11:52:29 +02:00
Tobias Dillmann b7b9a91ecb [#66093] API: capitalize errors correctly, use compact keys 2025-09-24 19:19:03 +02:00
Tobias Dillmann 9ee1a6eb4e [#66093] API returns calculated value errors 2025-09-24 19:19:03 +02:00
as-op 5c79c89ae2 fix broken anchor link 2024-09-02 09:57:05 +02:00
as-op 1b63e44703 lint fix 2024-04-29 17:13:24 +02:00
as-op 732ca546f9 chore(lint): consistent spelling in markdown 2024-01-25 15:02:03 +01:00
as-op de9878e9ed chore(lint): fix typos with cspell 2024-01-22 11:37:17 +01:00
as-op 954bce84a6 chore(SEO): use links to community without redirect 2024-01-18 18:07:04 +01:00
as-op d58e281c49 docs(png): recode with oxipng 2024-01-16 17:03:42 +01:00
Torsten Knauf c1ffd5afa5 fix: correct typo in example parameter 2023-10-23 11:29:16 +02:00
Christophe Bliard 19de155f50 Fix broken documentation links
Also make some links more self-descriptive for accessibility reasons.

Remove trailing white spaces because my editor removes them
automatically (and yours should too).

Broken links were found with markdown-link-check with the following
command:
```
find . -name tmp -prune -o -name node_modules -prune -o -name \*.md -print0 | xargs -0 -n1 markdown-link-check
```
2023-09-26 09:33:53 +02:00
as-op 27bcaa9acf feat(docs): cleanup/add markdown fence languages 2023-08-23 14:53:53 +02:00
as-op 73a1d62e35 fix(docs): reduce images sizes (oxipng) 2023-08-23 10:38:40 +02:00
as-op 910f22aae3 fix(docs): remove unused images 2023-08-23 09:21:05 +02:00
Christophe Bliard f1155a9780 Fix some spacing issues in documentation
[skip ci]
2022-08-12 09:20:42 +02:00
Frank Bergmann fe58b2694d Fixed OAuth2 documentation regarding how to test with Postman (#10653)
* Fixed OAuth2 documentation regarding how to test with Postman

* Fixed OAuth2 documentation regarding how to test with Postman

* Merged the API Example page with the Admin Guide OAuth2 page.
2022-07-05 20:30:49 +02:00
Andrej Sandorf 887dbfe7b0 Docs cherry picks from release-12.0 (#10527)
* Chore/doc pngs (#10422)

* feat(docs): remove uppercase duplicate pngs

* feat(docs): reduce png file sizes

* Make the menu item for dev FAQ conistent

* Remove section

it does not add any value

* Initial draft

* Make the capitalization consistent for Release notes

* Make the menu entry for installation & operations guide consistent with heading

* Make the capitalization consistent for Enterprise guide

* Make capitalization consistent for System admin guide

* Make the capitalization consistent for API documentation

* Added missing elements, udpated status for each

Added links to some components and patterns that were missing and updated the status to accurately reflect the documentation status for each. No doc status for foundation library yet (some elements like Illustrations and Spacing don't need documentation, the rest is in progress)

* Example for implementation of Action bar

* Fixed markdown table, added implementation examples

* Adding link to Calendar module as example for an implemented component

* Added some examples, but they're mostly Include projects

* Correct capitalization of User guid in docs

Co-authored-by: Niels Lindenthal <lindenthal@users.noreply.github.com>
Co-authored-by: Parimal Satyal <88370597+psatyal@users.noreply.github.com>
2022-04-21 09:21:46 +02:00
Andrej Sandorf 37f3b9a30d Task/40080 reduce excessive image file sizes in docs [skip ci] (#9887)
* [#40080] Reduce excessive image file sizes in docs
* fix(docs): do not use html image tag & custom style in markdown

https://community.openproject.org/work_packages/40080
2021-11-22 16:02:42 +01:00
Andrej Sandorf 638ef7b368 Fix/docs (#9442)
* fix(editorconfig): there's markdown in api yml - don't trim trailing whitespace

* fix(markdown): adjust markdown for kramdown parser

* fix(api-doc): adjust description markdowns, unify descriptions
2021-07-12 16:18:56 +02:00
luz paz 3683042c9b Fix typos in user facing and non-user facing code
Found via `codespell v2.1.dev0`
2021-01-24 15:08:21 +01:00
ulferts 9d639ea48a rephrasing 2020-09-23 14:00:07 +02:00
ulferts 4d1b1732a8 Feature/api example (#8699)
* fix structure of api v3 documentation

* provide examples for api v3 usage
2020-09-23 11:40:03 +02:00