feat(integration): add docs/visio logos, theme.css, and nginx updates

Add SVG logos for docs and visio apps. Update drive, mail, people logos.
Add theme.css served at /api/v2/theme.css for La Suite frontend theming.
Update nginx to serve theme endpoint and tighten cache headers.
Update Dockerfile to include new static assets.
This commit is contained in:
2026-03-06 11:46:01 +00:00
parent 14a01dd5e7
commit 11d5c624e4
9 changed files with 80 additions and 9 deletions

10
logos/docs.svg Normal file
View File

@@ -0,0 +1,10 @@
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- Document body -->
<path d="M10 6a2 2 0 00-2 2v32a2 2 0 002 2h28a2 2 0 002-2V16l-10-10H10z" fill="#f59e0b"/>
<!-- Folded corner -->
<path d="M30 6l10 10H32a2 2 0 01-2-2V6z" fill="#d97706"/>
<!-- Text lines -->
<rect x="14" y="22" width="20" height="2" rx="1" fill="#d97706"/>
<rect x="14" y="27" width="20" height="2" rx="1" fill="#d97706"/>
<rect x="14" y="32" width="14" height="2" rx="1" fill="#d97706"/>
</svg>

After

Width:  |  Height:  |  Size: 531 B