Skip to content

Commit fea5b75

Browse files
authored
docs: fix cli args in docs (#226)
1 parent 4240a2b commit fea5b75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

github-pages/docs/cli/build.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ shiroa build --path-to-root /shiroa/ book-project1
6161
== #cli-flag;mode
6262

6363
The `--mode` option allows you to specify the mode of rendering typst document. The default mode is `normal`.
64-
- (Default) `dynamic-paged`: dynamically render as paged document.
64+
- (Default) `dyn-paged`: dynamically render as paged document.
6565
- (Experimental) `static-html`: statically render the whole document, the embedded
6666
frames are not resizable.
67-
- (Todo) `static-html-static-paged`: statically render html parts as much as
67+
- (Todo) `static-html-dyn-paged`: statically render html parts as much as
6868
possible, and leave frames rendered dynamically.
6969

7070
The dynamically rendering means that some elements will be rendered by a wasm renderer in the browser.

0 commit comments

Comments
 (0)