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.
1 parent 5fff486 commit 7931dacCopy full SHA for 7931dac
docs/authoring/brand.qmd
@@ -259,16 +259,16 @@ The **brand.yml** specification allows you to specify a `light` and `dark` versi
259
260
#### Document logo customization
261
262
-The document `logo` option allows extra customization of the logo.
+You can further customize the logo at the document-level with the `logo` option.
263
264
-To choose a brand logo resource:
+For example, you can specify a particular brand logo resource:
265
```{.yaml filename="document.qmd"}
266
---
267
logo: large
268
269
```
270
271
-To choose a brand logo resource and change the alt text:
+Or, specify a brand logo and change the alt text:
272
273
274
0 commit comments