Skip to content

Commit

Permalink
Tweak structure of reference
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 20, 2023
1 parent 6839b6e commit c37f628
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,25 @@ reference:
- glimpse
- dm_mutate_tbl
- title: Primary keys
contents: matches("_pk")
contents:
- matches("_pk")
- -enum_pk_candidates
- -dm_enum_pk_candidates
- title: Foreign keys
contents:
- matches("_fk")
- -enum_fk_candidates
- -dm_enum_fk_candidates
- title: Unique keys
contents: matches("_uk")
- title: Foreign keys
contents: matches("_fk")
- title: Visualize
contents:
- dm_gui
- dm_draw
- ends_with("_colors")
- ends_with("_table_description")
- dm_paste
- title: Select columns
- title: Columns
contents:
- dm_select
- dm_rename
Expand All @@ -58,7 +64,7 @@ reference:
- dm_pack_tbl
- dm_unnest_tbl
- dm_unpack_tbl
- title: Operations on data frames and lazy tables
- title: Nested and packed data
contents:
- pack_join
- starts_with("json_")
Expand All @@ -76,10 +82,12 @@ reference:
- decompose_table
- reunite_parent_child
- reunite_parent_child_from_list
- title: Check keys and cardinalities
- title: Keys and cardinalities
contents:
- matches("cardinality|cardinalities")
- dm_examine_constraints
- enum_pk_candidates
- enum_fk_candidates
- starts_with("check_")
- title: Database schemas
contents: starts_with("db_schema_")
Expand Down

0 comments on commit c37f628

Please sign in to comment.