Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/authoring/brand.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -732,11 +732,13 @@ Quarto requires all assets, including logos and font files, to live in a single

:::

Quarto 1.8 introduces the [brand extension](../extensions/brand.qmd), a Quarto-specific way to distribute brand metadata and assets using a Git repository.
Quarto 1.8 introduced the [brand extension](../extensions/brand.qmd), a Quarto-specific way to distribute brand metadata and assets using a Git repository.

Quarto extensions install to the `_extensions/` subdirectory of your project. You will have a copy of the brand metadata and assets in each project; use [`quarto update`](../extensions/managing.qmd#updating) to update the brand extension from its repository.

Quarto 1.9 will introduce `quarto use brand` for a simpler way to share brands. Watch [this page on the prerelease documentation](https://prerelease.quarto.org/docs/authoring/brand.html#sharing-brands-across-projects) for availability.
Quarto 1.9 will introduce `quarto use brand` for a simpler way to share brands, compatible with Shiny and other applications. It will still copy the `brand.yml` file and assets into your project directory.

Watch this page for availability.


## Combining brands and themes
Expand Down