refactor: complete docs logo PNG-to-SVG migration (#1601)

Update docs.json logo paths from PNG to SVG, matching the frontend
convention (sencho-logo-dark.svg / sencho-logo-light.svg). Remove old
PNG assets from docs/images/logo/.
This commit is contained in:
Anso
2026-07-08 22:26:41 -04:00
committed by GitHub
parent 1de9f5e4b2
commit beb1f9ef07
6 changed files with 10 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
"dark": "#00BEC7"
},
"logo": {
"light": "/images/logo/logo-light.png",
"dark": "/images/logo/logo-dark.png",
"light": "/images/logo/sencho-logo-light.svg",
"dark": "/images/logo/sencho-logo-dark.svg",
"href": "https://sencho.io"
},
"favicon": "/images/logo/favicon.ico",
Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 14 KiB