Skip to content

Commit 3d3f696

Browse files
authored
Fix pkgdown (#102)
Update pkgdown yaml
1 parent ff4680a commit 3d3f696

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_pkgdown.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,9 @@ reference:
9494
- title: Secrets
9595
contents: starts_with("db_secrets", internal = TRUE)
9696
- title: SQL Statement Execution
97-
contents: starts_with("db_sql_exec", internal = TRUE)
98-
- title: SQL Connector
9997
contents:
100-
- install_db_sql_connector
101-
- db_sql_client
102-
- DatabricksSqlClient
98+
- db_sql_query
99+
- starts_with("db_sql_exec", internal = TRUE)
103100
- title: Tables (Unity Catalog)
104101
contents:
105102
- starts_with("db_uc_table", internal = TRUE)

0 commit comments

Comments
 (0)