You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #86. The docs site (Quarto landing + quartodoc at /py/, pkgdown at /r/, TypeDoc at /js/) ships with stock themes: Quarto cosmo, pkgdown Bootstrap 5 default, TypeDoc default.
Give it one look across all three:
Add _brand.yml (colors, fonts, logo/shiny-react.svg) and switch pkg-py/docs/_quarto.yml to theme: [brand] (shinychat does this)
Point pkg-r/_pkgdown.yml at the same brand file (template: brand: is supported by pkgdown ≥ 2.1)
TypeDoc: customCss matching the brand palette, or accept the default
Follow-up to #86. The docs site (Quarto landing + quartodoc at
/py/, pkgdown at/r/, TypeDoc at/js/) ships with stock themes: Quartocosmo, pkgdown Bootstrap 5 default, TypeDoc default.Give it one look across all three:
_brand.yml(colors, fonts,logo/shiny-react.svg) and switchpkg-py/docs/_quarto.ymltotheme: [brand](shinychat does this)pkg-r/_pkgdown.ymlat the same brand file (template: brand:is supported by pkgdown ≥ 2.1)customCssmatching the brand palette, or accept the defaulthomepageUrlto https://posit-dev.github.io/shinyreact/ once the first deploy lands