Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix pkgdown navbar config #107

Merged
merged 3 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![R-CMD-check](https://github.com/ropensci/iheatmapr/workflows/R-CMD-check/badge.svg?branch=main)](https://github.com/ropensci/iheatmapr/actions?query=workflow%3AR-CMD-check)
[![](https://badges.ropensci.org/107_status.svg)](https://github.com/ropensci/onboarding/issues/107)
[![iheatmapr peer review status in ROpenSci](https://badges.ropensci.org/107_status.svg)](https://github.com/ropensci/onboarding/issues/107)
[![JOSS](http://joss.theoj.org/papers/10.21105/joss.00359/status.svg)](http://joss.theoj.org/papers/10.21105/joss.00359)
[![CRAN](https://www.r-pkg.org/badges/version/iheatmapr)](https://cran.r-project.org/package=iheatmapr)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -28,7 +28,7 @@ devtools::install_github("ropensci/iheatmapr")

As an example of a complex heatmap, we can make a version of the famous vaccines plot from the Wall Street Journal that has been recreated in several other heatmap frameworks in R.

![](https://raw.githubusercontent.com/ropensci/iheatmapr/master/vaccine.gif)
![A graphical demo of an iheatmap in the RStudio plot viewer](https://raw.githubusercontent.com/ropensci/iheatmapr/master/vaccine.gif)

The code to create this heatmap is:

Expand Down
15 changes: 10 additions & 5 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
templates:
bootstrap: 5
params:
bootswatch: cerulean

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

url: https://docs.ropensci.org/iheatmapr/
Loading