Skip to content

Commit 6aff4b7

Browse files
Merge pull request #623 from lorenzwalthert/issue-620
- Add search to pkgdown (#623).
2 parents 3a10ad7 + 86294e1 commit 6aff4b7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Release upon request by the CRAN team.
44

55
## Minor changes and fixes
66

7+
- Add search to pkgdown webpage (#623).
78
- various fixes to handle special cases for caching and stylerignore and their
89
interaction (#611, #610, #609, #607, #602, #600).
910
- also test on macOS (#604).

_pkgdown.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
template:
22
params:
33
bootswatch: flatly # https://bootswatch.com/flatly/
4+
docsearch:
5+
api_key: 13580d327d8a7159f83a7cff178d2141
6+
index_name: r-lib_styler
47

58
authors:
69
Kirill Müller:
@@ -9,4 +12,4 @@ authors:
912
href: http://lorenzwalthert.netlify.com
1013

1114
development:
12-
mode: auto
15+
mode: auto

0 commit comments

Comments
 (0)