Skip to content

Commit

Permalink
chore: urlchecker::url_update()
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jan 30, 2025
1 parent e03bdee commit 7ee3f2c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

## New features

* bslib now supports unified theming with [brand.yml](https://posit-dev.github.io/brand-yml). brand.yml lets you theme your Shiny apps, Quarto documents and more with a single, portable YAML file. Learn more in the new [Unified theming with brand.yml](https://rstudio.github.io/bslib/dev/articles/brand-yml/) article. (#1148)
* bslib now supports unified theming with [brand.yml](https://posit-dev.github.io/brand-yml/). brand.yml lets you theme your Shiny apps, Quarto documents and more with a single, portable YAML file. Learn more in the new [Unified theming with brand.yml](https://rstudio.github.io/bslib/dev/articles/brand-yml/) article. (#1148)

## Improvements and bug fixes

Expand Down
4 changes: 2 additions & 2 deletions R/bs-theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#' provide a value of `"bootstrap"` (this value will also work in
#' `bs_theme_update()` to remove a `preset` or `bootswatch` theme).
#' @param brand Specifies how to apply branding to your theme using
#' [brand.yml](https://posit-dev.github.io/brand-yml), a simple YAML file that
#' [brand.yml](https://posit-dev.github.io/brand-yml/), a simple YAML file that
#' defines key brand elements like colors, fonts, and logos. Valid options:
#'
#' - `NULL` (default): Automatically looks for a `_brand.yml` file in the
Expand All @@ -106,7 +106,7 @@
#' the brand.yml structure.
#'
#' Learn more about creating and using brand.yml files at the
#' [brand.yml homepage](https://posit-dev.github.io/brand-yml) or run
#' [brand.yml homepage](https://posit-dev.github.io/brand-yml/) or run
#' `shiny::runExample("brand.yml", package = "bslib")` to try brand.yml in a
#' demo app.
#' @param bootswatch The name of a bootswatch theme (see [bootswatch_themes()]
Expand Down
4 changes: 2 additions & 2 deletions man/bs_theme.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions man/navset.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ee3f2c

Please sign in to comment.