-
Notifications
You must be signed in to change notification settings - Fork 6
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
On badges #95
Comments
Example issue_number <- 103
pkgdown::build_site(
override = list(
home = list(
sidebar = list(
structure = c("links", "license", "community", "citation", "authors", "softwarereview"),
components = list(
softwarereview = list(
title = "Software Peer-Review",
text = sprintf(
"[![rOpenSci peer-review](https://badges.ropensci.org/%s_status.svg)](https://github.com/ropensci/software-review/issues/%s)",
issue_number,
issue_number
)
)
)
)
)
)
) result |
@maelle I like that! Can we easily add this to |
yes I'll try that! |
I agree - that looks great ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@mpadge @jeroen
pkgdown now no longer includes badges in the sidebar for released website.
How to include software review badges?
Visually, it could be a section like community but called "Software Review" with below the badges + a link to the issue not via the badge.
The text was updated successfully, but these errors were encountered: