We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
baesPath
metadata.json
mise run generate-docs
1 parent d43f4ab commit 1afc729Copy full SHA for 1afc729
.mise.toml
@@ -8,8 +8,11 @@ pinact = "3.1.1"
8
yes = true
9
idiomatic_version_file_enable_tools = []
10
11
+[vars]
12
+_.file = "website/metadata.json"
13
+
14
[tasks.generate-docs]
-run = "cargo run --package typst-docs -- --assets-dir assets --out-file docs.json --base /docs/"
15
+run = "cargo run --package typst-docs -- --assets-dir assets --out-file docs.json --base {{vars.basePath}}"
16
17
[tasks.generate-web]
18
depends = ["install-website"]
0 commit comments