diff --git a/pkg-r/DESCRIPTION b/pkg-r/DESCRIPTION index 4c38d1845..d602bde47 100644 --- a/pkg-r/DESCRIPTION +++ b/pkg-r/DESCRIPTION @@ -10,7 +10,9 @@ Description: Adds an LLM-powered chatbot to your 'shiny' app, that can against your data, and return the result as a reactive dataframe. Use it to drive reactive calculations, visualizations, downloads, etc. License: MIT + file LICENSE -Depends: +URL: https://posit-dev.github.io/querychat/pkg-r, + https://posit-dev.github.io/querychat +Depends: R (>= 4.1.0) Imports: bslib, diff --git a/pkg-r/pkgdown/_brand.yml b/pkg-r/pkgdown/_brand.yml new file mode 100644 index 000000000..11fe30fa4 --- /dev/null +++ b/pkg-r/pkgdown/_brand.yml @@ -0,0 +1,47 @@ +color: + palette: + blue: "#007bc2" + indigo: "#4b00c1" + purple: "#74149c" + pink: "#bf007f" + red: "#c10000" + orange: "#f45100" + yellow: "#f9b928" + green: "#00891a" + teal: "#00bf7f" + cyan: "#03c7e8" + white: "#ffffff" + black: "#1D1F21" + + foreground: black + background: white + primary: blue + secondary: gray + success: green + info: cyan + warning: yellow + danger: red + light: "#f8f8f8" + dark: "#212529" + +typography: + fonts: + - family: Open Sans + source: bunny + - family: Source Code Pro + source: bunny + + headings: + family: Open Sans + weight: 400 + monospace: Source Code Pro + monospace-inline: + color: pink + background-color: transparent + size: 0.95em + +defaults: + bootstrap: + defaults: + navbar-bg: $brand-blue + code-color-dark: "#fa88d4" diff --git a/pkg-r/pkgdown/_pkgdown.yml b/pkg-r/pkgdown/_pkgdown.yml new file mode 100644 index 000000000..5cef05a7e --- /dev/null +++ b/pkg-r/pkgdown/_pkgdown.yml @@ -0,0 +1,39 @@ +url: https://posit-dev.github.io/querychat + +destination: "../docs/r" + +development: + mode: auto + +authors: + Posit Software, PBC: + href: https://www.posit.co + html: >- + Posit + Joe Cheng: + href: https://github.com/jcheng5 + Carson Sievert: + href: https://cpsievert.me + Garrick Aden-Buie: + href: https://garrickadenbuie.com + Barret Schloerke: + href: https://schloerke.com/ + Daniel Chen: + href: https://chendaniely.github.io + +template: + bootstrap: 5 + light-switch: true + theme: github-light + theme-dark: github-dark + bslib: + brand: pkgdown/_brand.yml + +reference: +- title: Chat interfaces + contents: + - querychat_init + - querychat_server + - querychat_sidebar + - querychat_system_prompt + - querychat_ui