build: generate docs with internal links (#1831)

* build: generate docs with internal links

* build: detect link kind
This commit is contained in:
Myriad-Dreamin 2025-06-22 15:28:27 +08:00 committed by GitHub
parent 4658fe7218
commit 483de6f00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 62 additions and 39 deletions

View file

@ -46,7 +46,7 @@ regex.workspace = true
tinymist-tests.workspace = true
[features]
default = ["no-content-hint"]
default = ["no-content-hint", "cli"]
clap = ["dep:clap"]
# Note: this is the feature for typlite as a CLI, not for others.
# `docx` is enabled in CLI mode, but not in library mode.