Commit 053bcc9
committed
Add branding agent JSON schemas and include Wapuu asset
- Add JSON Schema definitions for a new header/footer "branding agent" used to
inject dynamic headers, footers, and badges into markdown content:
- schemas/header-footer-agent/agent-config.schema.json
- Top-level config for the branding agent (categories, tags, global badges).
- Defines a reusable "badge" definition and requires categories + badges.
- Uses JSON Schema draft-07.
- schemas/header-footer-agent/header-footer.schema.json
- Combined schema that groups header and footer variants by key.
- Validates headers and footers objects with patternProperties arrays.
- schemas/header-footer-agent/header.schema.json
- Schema focused on header variant sets (minProperties enforced).
- schemas/header-footer-agent/footer.schema.json
- Schema focused on footer variant sets (patternProperties for categories).
- Add Wapuu image asset for branding/badging:
- assets/wapuu-svg/yoduu-230x255.png
Rationale:
- Provide clear, machine-validated configuration contracts for the branding
agent so editors and automation can author and validate header/footer/badge
configurations reliably.
- Include the Wapuu asset for use by the branding agent or site branding.1 parent e205db8 commit 053bcc9
File tree
78 files changed
+4504
-247
lines changed- .github/instructions
- assets
- branding
- lsx-design
- png-Site-Icons
- png-logos
- svg-Logos
- svg-Site Icon
- tour-operator-plugin
- wapuu-svg
- Generic Wapuu SVGs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+4504
-247
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
9 | 33 | | |
10 | 34 | | |
11 | 35 | | |
| |||
87 | 111 | | |
88 | 112 | | |
89 | 113 | | |
90 | | - | |
| 114 | + | |
91 | 115 | | |
92 | 116 | | |
93 | 117 | | |
| |||
250 | 274 | | |
251 | 275 | | |
252 | 276 | | |
253 | | - | |
| 277 | + | |
254 | 278 | | |
255 | 279 | | |
256 | 280 | | |
| |||
272 | 296 | | |
273 | 297 | | |
274 | 298 | | |
275 | | - | |
| 299 | + | |
276 | 300 | | |
277 | 301 | | |
278 | 302 | | |
| |||
294 | 318 | | |
295 | 319 | | |
296 | 320 | | |
297 | | - | |
| 321 | + | |
298 | 322 | | |
299 | 323 | | |
300 | 324 | | |
| |||
345 | 369 | | |
346 | 370 | | |
347 | 371 | | |
348 | | - | |
| 372 | + | |
349 | 373 | | |
350 | 374 | | |
351 | 375 | | |
352 | 376 | | |
353 | 377 | | |
354 | | - | |
| 378 | + | |
355 | 379 | | |
356 | 380 | | |
357 | 381 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
| |||
Lines changed: 0 additions & 217 deletions
This file was deleted.
0 commit comments