Skip to content

Commit

Permalink
chore: lint the pkgdown yaml configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Jun 14, 2023
1 parent f9f441b commit 4d616c2
Showing 1 changed file with 36 additions and 38 deletions.
74 changes: 36 additions & 38 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ template:
params:
bootswatch: sandstone
search:
exclude: ['news/index.html']
exclude: ["news/index.html"]
news:
cran_dates: true

Expand All @@ -19,42 +19,40 @@ navbar:
aria-label: slack

reference:
- title: The six core xportr functions
- contents:
- xportr_type
- xportr_length
- xportr_label
- xportr_write
- xportr_format
- xportr_order

- title: xportr helper functions
- contents:
- label_log
- length_log
- type_log
- var_names_log
- var_ord_msg
- xportr_logger
- xportr_df_label
- xportr_metadata

- title: xportr example datasets and specification files
- contents:
- adsl
- var_spec

- title: internal
contents:
- cli_theme_tests
- expect_attr_width
- minimal_metadata
- minimal_table

- title: The six core xportr functions
- contents:
- xportr_type
- xportr_length
- xportr_label
- xportr_write
- xportr_format
- xportr_order

- title: xportr helper functions
- contents:
- label_log
- length_log
- type_log
- var_names_log
- var_ord_msg
- xportr_logger
- xportr_df_label
- xportr_metadata

- title: xportr example datasets and specification files
- contents:
- adsl
- var_spec

- title: internal
contents:
- cli_theme_tests
- expect_attr_width
- minimal_metadata
- minimal_table

articles:
- title: ~
navbar: ~
contents:
- deepdive

- title: ~
navbar: ~
contents:
- deepdive

0 comments on commit 4d616c2

Please sign in to comment.