Skip to content

Commit

Permalink
docs: add search to pkgdown navbar (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle authored Sep 2, 2024
1 parent 29d9708 commit 196dbfd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,29 @@ reference:
- '`nlm_randomrectangularcluster`'
navbar:
title: nlmr | Neutral landscape models with R
left:
- text: "Get Started"
structure:
left: [intro, howto, record]
right: [news, reference, search, github]
components:
intro:
text: "Get Started"
icon: fa fa-magic
href: articles/getstarted.html
- text: "How To"
howto:
text: "How To"
icon: fa-graduation-cap
aria-label: tutorials
menu:
- text: NLMR Overview + Tips
href: articles/articles/overview_tips.html
- text: NLMR Software Heritage
href: articles/articles/nlm_software_heritage.html
- text: Visualize Neutral Landscape Models
href: articles/articles/visualize_nlms.html
- text: "Publication Record"
record:
text: "Publication Record"
icon: fa-file-text-o
href: articles/articles/publication_record.html
right:
- icon: fa-newspaper-o
text: "news"
href: news/index.html
- icon: fa-gears
text: "functions"
href: reference/index.html
- icon: fa-github fa-lg
text: "github"
href: https://github.com/ropensci/nlmr

extra_packages:
- bindrcpp
Expand All @@ -56,3 +53,6 @@ extra_packages:
- viridis
- plotly
- rayshader

template:
bootstrap: 5

0 comments on commit 196dbfd

Please sign in to comment.