19 Commits

Author SHA1 Message Date
46dc6bc2fe feat(c-apidoc-parser): Add description parsing
+fix brief description parsing
2025-09-30 10:44:16 +02:00
882df6d408 ref(Dockerfile): remove unused ls call
Call was needed for debug purposes.
2025-09-23 13:40:54 +02:00
3a98252e0c fix(c-apidoc-parser): add detailed description to the output 2025-09-23 13:39:43 +02:00
58cc08b084 fix: parsing of python method arguments
- Add proper handling of typing suggestions within Python parameters.
- Remove table headers to improve visual design (parameters are already within the `Parameters` section, and description is self-explanatory)
2025-09-22 23:06:32 +02:00
7c83d61415 cleanup: remove unused methods and variables 2025-09-22 18:28:35 +02:00
3594c85921 Update git repository link 2025-09-15 17:31:42 +02:00
c726a18335 Add example image 2025-09-01 16:51:42 +02:00
fa9f749ec9 Improve building documentation 2025-08-23 21:56:30 +02:00
c5ac5cce82 Improve wording of the quick start guide 2025-08-21 15:05:29 +02:00
4c57705efc Improve annotiation in quick start guide
Prior to the change annotations had multiple issues:
- lining up: potentially confusing, visually abstracting the UI
- excessive contract: while purple color provided juxtaposed soft tones, it also distracted the reader
2025-08-21 00:58:29 +02:00
4446d7ba6e Remove unused image 2025-08-21 00:43:58 +02:00
35a0480d96 Disable image pixelation
It works well to preserve original pixels only under certain conditions. When an image gets smaller, it becomes much worse due to pixelation issues.
2025-08-21 00:13:20 +02:00
9bbc8085da cleanup: remove some repetitive images 2025-08-19 06:21:18 +02:00
51833642db Update image and description for user interface in quick start page
- Updated UI description to include five main areas instead of four.
- Added Roster Subwindow.
- Enhanced clarity in wording for new users.
- Consolidated all UI images into a single image for simplicity and clarity.
- Updated image reference from PNG to WebP format.
2025-08-19 06:21:08 +02:00
44a7c24e64 Enhance image rendering for clearer display
- Add `image-rendering: pixelated` to ensure sharpness of images in Chromium-based browsers

Avoid using `Sharp` service since it's not configurable. It overcompresses images, reducing their quality. Preserving image quality is essential for tutorials and especially for theme gallery.
2025-08-19 06:21:08 +02:00
d705233441 Fix external links
Previous link led to a broken page.

Ideally, we should rewrite this part of the doc and provide formatting data ourselves.
2025-08-19 01:46:44 +02:00
ecbc5cdfcc Improve values on the hero page 2025-08-19 01:45:37 +02:00
619cda52f1 fix: editlink
`editLink` was incorrectly set, so Gitea was showing 404 responses.
2025-07-09 15:30:36 +02:00
c3aec55da4 Initial commit 2025-07-09 12:25:44 +02:00