Skip to content

Commit

Permalink
docs: fix pkgdown navbar config to not lose search
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Aug 12, 2024
1 parent 2fc3479 commit e9b80a7
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ templates:
bootswatch: cerulean

navbar:
left:
- text: Vignette
href: articles/full_vignettes/iheatmapr.html
- text: Reference
href: reference/index.html
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
components:
articles:
text: vignette
href: articles/full_vignettes/iheatmapr.html

0 comments on commit e9b80a7

Please sign in to comment.