Skip to content

Commit

Permalink
use pkgdown defaults where possible and modernize custom navbar specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ Yetman - RMI authored and CJ Yetman - RMI committed Aug 26, 2024
1 parent addb0cd commit a75efa3
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,36 @@ home:
- text: Learn more
href: https://www.transitionmonitor.com/
navbar:
type: default
left:
- text: Get started
href: articles/r2dii-match.html
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: Calculating Matching Coverage
href: articles/matching-coverage.html
- text: Using `match_name()` with large loanbooks
href: articles/chunk-your-data.html
- text: News
menu:
- text: r2dii blog posts
href: https://rmi-pacta.github.io/#category:r2dii
- text: '----------------------'
- text: Change log
href: news/index.html
right:
- text: Packages
menu:
- text: r2dii.data
href: https://rmi-pacta.github.io/r2dii.data
- text: r2dii.match
href: https://rmi-pacta.github.io/r2dii.match
- text: r2dii.analysis
href: https://rmi-pacta.github.io/r2dii.analysis
- text: r2dii.plot
href: https://rmi-pacta.github.io/r2dii.plot
- icon: fa-github
href: https://github.com/RMI-PACTA/r2dii.match
structure:
left: [intro, reference, articles, news]
right: [search, packages, github]
components:
articles:
text: Articles
menu:
- text: Calculating Matching Coverage
href: articles/matching-coverage.html
- text: Using `match_name()` with large loanbooks
href: articles/chunk-your-data.html
news:
text: News
menu:
- text: r2dii blog posts
href: https://rmi-pacta.github.io/#category:r2dii
- text: '----------------------'
- text: Change log
href: news/index.html
packages:
text: Packages
menu:
- text: r2dii.data
href: https://rmi-pacta.github.io/r2dii.data
- text: r2dii.match
href: https://rmi-pacta.github.io/r2dii.match
- text: r2dii.analysis
href: https://rmi-pacta.github.io/r2dii.analysis
- text: r2dii.plot
href: https://rmi-pacta.github.io/r2dii.plot
reference:
- title: Main functions
contents: has_concept("main functions")
Expand Down

0 comments on commit a75efa3

Please sign in to comment.