Skip to content

Commit 7ea9a97

Browse files
pkgdown: modernize
1 parent ee3c906 commit 7ea9a97

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
<div id="badges"><!-- pkgdown markup -->
4-
<a href="https://CRAN.R-project.org/web/checks/check_results_future.apply.html"><img border="0" src="https://www.r-pkg.org/badges/version/future.apply" alt="CRAN check status"/></a> <a href="https://github.com/futureverse/future.apply/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/futureverse/future.apply/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a>
4+
<a href="https://CRAN.R-project.org/web/checks/check_results_future.apply.html"><img border="0" src="https://www.r-pkg.org/badges/version/future.apply" alt="CRAN check status"/></a> <a href="https://github.com/futureverse/future.apply/actions?query=workflow%3AR-CMD-check"><img border="0" src="https://github.com/futureverse/future.apply/actions/workflows/R-CMD-check.yaml/badge.svg?branch=develop" alt="R CMD check status"/></a> <a href="https://app.codecov.io/gh/futureverse/future.apply"><img border="0" src="https://codecov.io/gh/futureverse/future.apply/branch/develop/graph/badge.svg" alt="Coverage Status"/></a>
55
</div>
66

77
# future.apply: Apply Function to Elements in Parallel using Futures

pkgdown/_pkgdown.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ home:
77
- text: The Futureverse Project
88
href: https://www.futureverse.org/
99
- text: Futureverse User Forum
10-
href: https://github.com/HenrikBengtsson/future/discussions
10+
href: https://github.com/futureverse/future/discussions
1111

1212
navbar:
1313
structure:
14-
right: [futureverse, pkgs, cran, github]
14+
right: [search, futureverse, pkgs, cran, github, lightswitch]
1515
components:
1616
futureverse:
1717
icon: fas fa-home
@@ -62,3 +62,5 @@ template:
6262
index_name: futureverse
6363
algoliaOptions: { 'facetFilters': ['project:future.apply'] }
6464
ganalytics: G-SB3EQSD9FR
65+
bootstrap: 5
66+
light-switch: true

pkgdown/_pkgdown.yml.rsp

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ home:
2222
- text: The Futureverse Project
2323
href: https://www.futureverse.org/
2424
- text: Futureverse User Forum
25-
href: https://github.com/HenrikBengtsson/future/discussions
25+
href: https://github.com/futureverse/future/discussions
2626

2727
navbar:
2828
structure:
29-
right: [futureverse, pkgs, cran, github]
29+
right: [search, futureverse, pkgs, cran, github, lightswitch]
3030
components:
3131
futureverse:
3232
icon: fas fa-home
@@ -41,11 +41,16 @@ navbar:
4141
cran:
4242
icon: fab fa-r-project
4343
href: https://cloud.r-project.org/package=<%= pkg %>
44-
44+
45+
search:
46+
exclude: ['README_ja.md']
47+
4548
template:
4649
params:
4750
docsearch:
4851
api_key: aa6e02fc501886fb0f7c91ac4e300456
4952
index_name: futureverse
5053
algoliaOptions: { 'facetFilters': ['project:<%= pkg %>'] }
5154
ganalytics: G-SB3EQSD9FR
55+
bootstrap: 5
56+
light-switch: true

0 commit comments

Comments
 (0)