Skip to content

Commit

Permalink
docs: fix pkgdown navbar config (#35)
Browse files Browse the repository at this point in the history
* docs: fix pkgdown navbar config

* Update _pkgdown.yml
  • Loading branch information
maelle authored Sep 2, 2024
1 parent 31dfa37 commit 97f2a89
Showing 1 changed file with 13 additions and 18 deletions.
31 changes: 13 additions & 18 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
navbar:
title: ~
type: default
left:
- text: Reference
href: reference/index.html
- text: Articles
menu:
- text: JOSS paper
href: https://joss.theoj.org/papers/10.21105/joss.00056
- text: Abstract/Poster presented at AGU 2014
href: http://adsabs.harvard.edu/abs/2014AGUFM.H13H1209V
- text: Vignette
href: articles/index.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/hddtools/
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
components:
articles:
text: Articles
menu:
- text: JOSS paper
href: https://joss.theoj.org/papers/10.21105/joss.00056
- text: Abstract/Poster presented at AGU 2014
href: http://adsabs.harvard.edu/abs/2014AGUFM.H13H1209V
- text: Vignette
href: articles/index.html

reference:
- title: Get catalogues
Expand Down

0 comments on commit 97f2a89

Please sign in to comment.