Skip to content

Commit 5ae46e0

Browse files
committed
Update reference
1 parent 1cbbc68 commit 5ae46e0

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

docs/reference/cells/cells-knitr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@
13601360
},
13611361
{
13621362
"name": "message",
1363-
"description": "Include messages in rendered output.",
1363+
"description": "Include messages in rendered output. Possible values are `true`, `false`, or `NA`. \nIf `true`, messages are included in the output. If `false`, messages are not included. \nIf `NA`, messages are not included in output but shown in the knitr log to console.\n",
13641364
"formats": [
13651365
"asciidoc",
13661366
"asciidoctor",

docs/reference/metadata/brand.json

Lines changed: 29 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"options": [
4646
{
4747
"name": "images",
48-
"description": ""
48+
"description": "A dictionary of named logo resources."
4949
},
5050
{
5151
"name": "small",
@@ -133,23 +133,23 @@
133133
},
134134
{
135135
"name": "headings",
136-
"description": "Settings for headings\n See [headings](#headings) for more information."
136+
"description": "Settings for headings, or a string specifying the font family only. See [headings](#headings) for more information."
137137
},
138138
{
139139
"name": "monospace",
140-
"description": "Settings for monospace text\n See [monospace](#monospace) for more information."
140+
"description": "Settings for monospace text, or a string specifying the font family only. See [monospace](#monospace) for more information."
141141
},
142142
{
143143
"name": "monospace-inline",
144-
"description": "Settings for inline code See [monospace-inline](#monospace-inline) for more information."
144+
"description": "Settings for inline code, or a string specifying the font family only. See [monospace-inline](#monospace-inline) for more information."
145145
},
146146
{
147147
"name": "monospace-block",
148-
"description": "Settings for code blocks See [monospace-block](#monospace-block) for more information."
148+
"description": "Settings for code blocks, or a string specifying the font family only. See [monospace-block](#monospace-block) for more information."
149149
},
150150
{
151151
"name": "link",
152-
"description": "Settings for links See [link](#link) for more information."
152+
"description": "Settings for links. See [link](#link) for more information."
153153
}
154154
]
155155
},
@@ -259,6 +259,29 @@
259259
}
260260
]
261261
},
262+
{
263+
"name": "brand-font-common",
264+
"title": "common",
265+
"level": 4,
266+
"options": [
267+
{
268+
"name": "family",
269+
"description": "The font family name, which must match the name of the font on the foundry website."
270+
},
271+
{
272+
"name": "weight",
273+
"description": "The font weights to include."
274+
},
275+
{
276+
"name": "style",
277+
"description": "The font styles to include."
278+
},
279+
{
280+
"name": "display",
281+
"description": "The font display method, determines how a font face is font face is shown depending on its download status and readiness for use.\n"
282+
}
283+
]
284+
},
262285
{
263286
"name": "brand-typography-options-base",
264287
"title": "base",
@@ -276,10 +299,6 @@
276299
"name": "weight",
277300
"description": "The font weight."
278301
},
279-
{
280-
"name": "color",
281-
"description": "The text color."
282-
},
283302
{
284303
"name": "line-height",
285304
"description": "The distance between lines of text."

0 commit comments

Comments
 (0)