diff --git a/docs/cli/cli-info.json b/docs/cli/cli-info.json index 64f046d8e1..431464d92e 100644 --- a/docs/cli/cli-info.json +++ b/docs/cli/cli-info.json @@ -1,5 +1,5 @@ { - "version": "1.10.0", + "version": "1.10.1", "commands": [ { "name": "render", diff --git a/docs/reference/formats/presentations/revealjs.json b/docs/reference/formats/presentations/revealjs.json index 696687a3dd..45e6d68a1e 100644 --- a/docs/reference/formats/presentations/revealjs.json +++ b/docs/reference/formats/presentations/revealjs.json @@ -479,10 +479,6 @@ "name": "brand-mode", "description": "The brand mode to use for rendering the document, `light` or `dark`.\n" }, - { - "name": "grid", - "description": "Properties of the grid system used to layout Quarto HTML pages." - }, { "name": "max-width", "description": "Adds a css `max-width` to the body Element." diff --git a/docs/reference/formats/typst.json b/docs/reference/formats/typst.json index bb910019ef..0141ba972a 100644 --- a/docs/reference/formats/typst.json +++ b/docs/reference/formats/typst.json @@ -109,17 +109,7 @@ }, { "name": "page-numbering", - "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" - } - ] - }, - { - "name": "reveal-layout", - "title": "Slide Layout", - "options": [ - { - "name": "margin", - "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" + "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" } ] },