File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,8 +189,7 @@ Sponsor and donor entries live in [`data/sponsors.yml`](data/sponsors.yml), whic
189189├── requirements-dev.in # Dev-only dependency pins (e.g. Pillow)
190190├── requirements-dev.txt # Compiled dev dependencies
191191├── scripts/
192- │ |── find_tags_categories.py # List all existing tags and categories
193- │ |── find_tags_categories.py # List all existing tags and categories
192+ │ ├── find_tags_categories.py # List all existing tags and categories
194193│ └── optimize_image.py # Optimize images for the web (PNG/JPEG → WebP)
195194├── data/
196195│ └── sponsors.yml # Sponsor & donor data (consumed by macros plugin)
Original file line number Diff line number Diff line change 66#
77# Sponsor fields:
88# name (required) Display name.
9- # image (optional) Filename in docs/sponsors/.
9+ # image (optional) Filename in docs/assets/ sponsors/.
1010# tier (optional) Short label shown on the card (e.g. "Primary Sponsor").
1111# description (optional) Short thank-you or description line.
1212# links (optional) List of { label, url } pairs shown on the card back.
You can’t perform that action at this time.
0 commit comments