Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

docs: modernize pkgdown config #20

Merged
merged 1 commit into from
Jul 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
url: https://docs.ropensci.org/rdefra
navbar:
title: ~
type: default
left:
- text: Reference
href: reference/index.html
- text: Articles
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
components:
articles:
text: Articles
menu:
- text: JOSS paper
href: https://www.doi.org/10.21105/joss.00051
- text: Vignette
href: articles/index.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/ropensci/rdefra


articles:
- title: All articles
Expand Down
Loading