Hi everyone,
Would anybody know where I can find the full Typst documentation source code? Namely, all the docs from here.
I was only able to find a subset of the documentation on Github.
Any help is appreciated. Thanks.
Hi everyone,
Would anybody know where I can find the full Typst documentation source code? Namely, all the docs from here.
I was only able to find a subset of the documentation on Github.
Any help is appreciated. Thanks.
The reference is generated from Rust comments, located here: typst/crates/typst-library/src at main · typst/typst · GitHub. Take table() as an example.
Like with the web app and the Typst landing page, the full source code is not public; only the content of the docs.
There are also contents that are generated by rust codes (real code, not comments). Details can found in 📝 Memo: Editing typst.app/docs.
Besides, if you only want the direct source of the documentation, you can download docs.json and docs-assets.zip from Release docs-v0.13.1 · typst-community/dev-builds · GitHub.