Skip to content

Commit

Permalink
Organize vignettes, update site template (#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua authored Aug 29, 2023
1 parent 8f62cb8 commit 5720933
Showing 1 changed file with 29 additions and 15 deletions.
44 changes: 29 additions & 15 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,52 @@
url: https://insightsengineering.github.io/rtables

template:
bootstrap: 5
bootswatch: flatly
package: nesttemplate

navbar:
type: default
right:
- icon: fa-github fa-lg
href: https://github.com/insightsengineering/rtables


articles:
- title: For Users
desc: Vignettes aimed at package users
- title: Getting Started
navbar: Getting Started
contents:
- introduction
- clinical_trials
- exploratory_analysis
- subsetting_tables
- split_functions
- tabulation_dplyr
- tabulation_concepts

- title: Clinical Trials
navbar: Clinical Trials
contents:
- clinical_trials
- baseline
- sorting_pruning
- manual_table_construction
- title_footer

- title: Table Customization
navbar: Table Customization
contents:
- custom_appearance
- advanced_usage
- title_footer
- sorting_pruning

- title: \{rtables\} Concepts
contents:
- subsetting_tables
- split_functions
- format_precedence
- tabulation_concepts

- title: Advanced Usage
contents:
- advanced_usage
- example_analysis_coxreg

- title: Other
contents:
- manual_table_construction
- tabulation_dplyr

reference:

- title: Argument Conventions
desc: The following dummy functions are unexported and used to document argument conventions in the framework.
contents:
Expand Down

0 comments on commit 5720933

Please sign in to comment.