Previous discussions: #38
Is there any plan for supporting future versions of typst?
Note that docs.json is no longer supported officially, but it looks like it won't be difficult to recover it with a typst script (Generated with cargo docit in typst/typst#4461 (comment) has a script that iterates the definitions).
Is there any plan for supporting future versions of typst?
When you update https://github.com/typst-jp/docs/ to Typst v0.15+ in the future, will you migrate to the canonical
cargo docit, or continue using typst-docs-web?Does typst dev builds have to publish
docs.jsonand docs assets (or something similar) for newer versions of typst?feat(docs): migrate to the new infrastructure dev-builds#16
Note that
docs.jsonis no longer supported officially, but it looks like it won't be difficult to recover it with a typst script (Generated with cargo docit in typst/typst#4461 (comment) has a script that iterates the definitions).