4 Commits

Author SHA1 Message Date
Taiki Endo
0cc19d4b74 codegen: Remove flaky license auto-detection 2026-04-15 22:25:36 +09:00
Taiki Endo
7df5094d28 manifest-schema: Rename ManifestDownloadInfo::checksum to hash to reduce
manifest size

Before:
```
wc -c manifests/* | grep total
2808686 total
```

After:
```
wc -c manifests/* | grep total
2748178 total
```
2026-03-21 03:48:16 +09:00
Taiki Endo
f957bde7f4 Update mdbook-mermaid-ssr@latest to 0.3.0 2026-01-10 21:00:51 +09:00
Frank Elsinga
66210e3d43 Add mdbook-mermaid-ssr (#1400) 2026-01-10 20:50:10 +09:00