docs: add dev guide of tinymist-query (#1064)

This commit is contained in:
Myriad-Dreamin 2024-12-25 12:20:09 +08:00 committed by GitHub
parent dd67518248
commit c66615934c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 136 additions and 6 deletions

View file

@ -17,7 +17,7 @@
"maintainers": "typst query MAINTAINERS.typ \"<maintainer-meta>\" --pretty --one --field value --input=action=help",
"docs": "shiroa serve --font-path assets/fonts -w . docs/tinymist",
"docs:typ": "node scripts/link-docs.mjs",
"docs:rs": "cargo doc --workspace --no-deps",
"docs:rs": "cargo doc --workspace --document-private-items --no-deps",
"test:grammar": "cd syntaxes/textmate && yarn run test",
"build:typlite": "cargo build --bin typlite",
"typlite": "target/debug/typlite",