Commit Graph
4 Commits
Author SHA1 Message Date
Taiki Endo 5e39eccdb6 Update mdbook-mermaid@latest to 0.17.1 2026-08-15 21:24:38 +09:00
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
Frank Elsinga ddb68c9d25 Support mdbook-mermaid (#1359) 2025-12-17 18:27:22 +09:00