Commit Graph

12 Commits

Author SHA1 Message Date
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