diff --git a/docs/authoring/brand.qmd b/docs/authoring/brand.qmd index 5c2fc305c..e0d2a9f14 100644 --- a/docs/authoring/brand.qmd +++ b/docs/authoring/brand.qmd @@ -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