From c1b1e83f3059f08144f7d1f6ad681c4ef11ca8e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 7 Sep 2021 06:02:07 +0200 Subject: [PATCH] Closes #319. - Order help topics on pkgdown site. - Use `@examplesIf` in method documentation. --- _pkgdown.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/_pkgdown.yml b/_pkgdown.yml index abe2e258..3ead06de 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -11,6 +11,35 @@ home: - text: DBI project website href: https://r-dbi.org +reference: +- title: Connecting and disconnecting + desc: Connecting to and disconnecting from a database. + contents: + - Postgres + - Redshift + +- title: Tables + desc: Reading and writing entire tables. + contents: + - '`postgres-tables`' + - quote + +- title: Queries and statements + desc: Sending queries and executing statements. + contents: + - '`postgres-query`' + +- title: Transactions + desc: Ensuring multiple statements are executed together, or not at all. + contents: + - '`postgres-transactions`' + +- title: Misellaneous + desc: Functions specific to Postgres + contents: + - '`RPostgres-package`' + - postgresHasDefault + - postgresWaitForNotify development: mode: auto