diff --git a/pkg-py/docs/_quarto.yml b/pkg-py/docs/_quarto.yml
index 84aa019d..eaf0c7c2 100644
--- a/pkg-py/docs/_quarto.yml
+++ b/pkg-py/docs/_quarto.yml
@@ -27,8 +27,8 @@ website:
background: "#193D56"
search: true
title: 'QueryChat'
- #title: '
QueryChat'
-
+ #title: '
QueryChat'
+
right:
- text: API Reference
href: reference/index.qmd
@@ -57,7 +57,7 @@ website:
format:
html:
- theme:
+ theme:
- styles.scss
toc: true
@@ -94,7 +94,7 @@ quartodoc:
signature_name: short
- name: types.SQLAlchemySource
signature_name: short
-
+
- title: Tools
desc: The underlying tools provided to the LLM
contents:
diff --git a/pkg-py/docs/images/hex.png b/pkg-py/docs/images/hex.png
deleted file mode 100644
index a8c24b4e..00000000
Binary files a/pkg-py/docs/images/hex.png and /dev/null differ
diff --git a/pkg-py/docs/images/querychat.png b/pkg-py/docs/images/querychat.png
new file mode 100644
index 00000000..78a36725
Binary files /dev/null and b/pkg-py/docs/images/querychat.png differ
diff --git a/pkg-py/docs/index.qmd b/pkg-py/docs/index.qmd
index 3a569ddf..94490ff5 100644
--- a/pkg-py/docs/index.qmd
+++ b/pkg-py/docs/index.qmd
@@ -7,7 +7,7 @@ lightbox: true
```
-
+
Explore data using natural language queries
@@ -94,7 +94,7 @@ See the [Provide context](context.qmd) and [Tools](tools.qmd) articles to learn
### Bespoke interfaces
-While the quickstart app is a great way to get started, querychat is designed to be highly extensible.
+While the quickstart app is a great way to get started, querychat is designed to be highly extensible.
You can not only customize the underlying model and data source, but also build fully custom Shiny apps around the core chat functionality.
For a motivating example, consider the following ([sidebot](https://shiny.posit.co/py/docs/genai-inspiration.html#sidebot)) app that leverages querychat's tooling to create reactive summaries and visualizations based on the user's natural language queries:
diff --git a/pkg-r/README.md b/pkg-r/README.md
index 0ffdb5d8..49f3ca4d 100644
--- a/pkg-r/README.md
+++ b/pkg-r/README.md
@@ -1,4 +1,4 @@
-# querychat: Chat with Shiny apps (R)
+# querychat: Chat with Shiny apps (R)
Imagine typing questions like these directly into your Shiny dashboard, and seeing the results in realtime:
diff --git a/pkg-r/man/figures/logo.png b/pkg-r/man/figures/logo.png
new file mode 100644
index 00000000..8b4b15cb
Binary files /dev/null and b/pkg-r/man/figures/logo.png differ
diff --git a/pkg-r/pkgdown/_pkgdown.yml b/pkg-r/pkgdown/_pkgdown.yml
index 7534c3eb..c404739b 100644
--- a/pkg-r/pkgdown/_pkgdown.yml
+++ b/pkg-r/pkgdown/_pkgdown.yml
@@ -32,4 +32,11 @@ template:
reference:
- title: Chat interfaces
contents:
+ - querychat
- QueryChat
+
+- title: Data Sources
+ contents:
+ - DataSource
+ - DataFrameSource
+ - DBISource
diff --git a/pkg-r/pkgdown/favicon/apple-touch-icon.png b/pkg-r/pkgdown/favicon/apple-touch-icon.png
new file mode 100644
index 00000000..2625265d
Binary files /dev/null and b/pkg-r/pkgdown/favicon/apple-touch-icon.png differ
diff --git a/pkg-r/pkgdown/favicon/favicon-96x96.png b/pkg-r/pkgdown/favicon/favicon-96x96.png
new file mode 100644
index 00000000..7c36ad63
Binary files /dev/null and b/pkg-r/pkgdown/favicon/favicon-96x96.png differ
diff --git a/pkg-r/pkgdown/favicon/favicon.ico b/pkg-r/pkgdown/favicon/favicon.ico
new file mode 100644
index 00000000..7c245a9f
Binary files /dev/null and b/pkg-r/pkgdown/favicon/favicon.ico differ
diff --git a/pkg-r/pkgdown/favicon/favicon.svg b/pkg-r/pkgdown/favicon/favicon.svg
new file mode 100644
index 00000000..9900a2d3
--- /dev/null
+++ b/pkg-r/pkgdown/favicon/favicon.svg
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/pkg-r/pkgdown/favicon/site.webmanifest b/pkg-r/pkgdown/favicon/site.webmanifest
new file mode 100644
index 00000000..4ebda26b
--- /dev/null
+++ b/pkg-r/pkgdown/favicon/site.webmanifest
@@ -0,0 +1,21 @@
+{
+ "name": "",
+ "short_name": "",
+ "icons": [
+ {
+ "src": "/web-app-manifest-192x192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "background_color": "#ffffff",
+ "display": "standalone"
+}
\ No newline at end of file
diff --git a/pkg-r/pkgdown/favicon/web-app-manifest-192x192.png b/pkg-r/pkgdown/favicon/web-app-manifest-192x192.png
new file mode 100644
index 00000000..0f7af116
Binary files /dev/null and b/pkg-r/pkgdown/favicon/web-app-manifest-192x192.png differ
diff --git a/pkg-r/pkgdown/favicon/web-app-manifest-512x512.png b/pkg-r/pkgdown/favicon/web-app-manifest-512x512.png
new file mode 100644
index 00000000..7d015b39
Binary files /dev/null and b/pkg-r/pkgdown/favicon/web-app-manifest-512x512.png differ