Skip to content

Commit 60a0fae

Browse files
github-actions[bot]cderv
authored andcommitted
Update reference pages for prerelease v1.10.1
1 parent 7194e91 commit 60a0fae

3 files changed

Lines changed: 2 additions & 16 deletions

File tree

docs/cli/cli-info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.10.0",
2+
"version": "1.10.1",
33
"commands": [
44
{
55
"name": "render",

docs/reference/formats/presentations/revealjs.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,6 @@
479479
"name": "brand-mode",
480480
"description": "The brand mode to use for rendering the document, `light` or `dark`.\n"
481481
},
482-
{
483-
"name": "grid",
484-
"description": "Properties of the grid system used to layout Quarto HTML pages."
485-
},
486482
{
487483
"name": "max-width",
488484
"description": "Adds a css `max-width` to the body Element."

docs/reference/formats/typst.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -109,17 +109,7 @@
109109
},
110110
{
111111
"name": "page-numbering",
112-
"description": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
113-
}
114-
]
115-
},
116-
{
117-
"name": "reveal-layout",
118-
"title": "Slide Layout",
119-
"options": [
120-
{
121-
"name": "margin",
122-
"description": "For `revealjs`, the factor of the display size that should remain empty around the content (e.g. 0.1).\n\nFor `typst`, a dictionary with the fields defined in the Typst documentation:\n`x`, `y`, `top`, `bottom`, `left`, `right` (margins are specified in `cm` units,\ne.g. `5cm`).\n"
112+
"description": "Schema to use for numbering pages, e.g. `1` or `i`, or `false` to omit page numbering.\n\nSee [Typst Numbering](https://typst.app/docs/reference/model/numbering/) \nfor additional information.\n"
123113
}
124114
]
125115
},

0 commit comments

Comments
 (0)