Skip to content

Commit

Permalink
Closes r-dbi#319.
Browse files Browse the repository at this point in the history
- Order help topics on pkgdown site.
- Use `@examplesIf` in method documentation.
  • Loading branch information
krlmlr committed Sep 7, 2021
1 parent 1ec44fc commit c1b1e83
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1b1e83

Please sign in to comment.