-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy path_pkgdown.yml
65 lines (59 loc) · 1.35 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#template:params:bootswatch: darkly
destination: docs
navbar:
type: default
left:
- text: Auto theming
href: articles/auto.html
- text: Custom themes
href: articles/custom.html
- text: Fonts
href: articles/fonts.html
- text: Scoping
href: articles/scope.html
- text: Reference
href: reference/index.html
reference:
- title: Enable (or disable) thematic
contents:
- thematic_on
- thematic_off
- thematic_shiny
- thematic_theme
- title: Customize fonts and colorscales
contents:
- font_spec
- sequential_gradient
- okabe_ito
- title: Configure resolution of auto values
contents:
- auto_config
- auto_config_set
- auto_config_get
- auto_resolve_theme
- title: Manage global state
contents:
- thematic_with_theme
- thematic_local_theme
- thematic_set_theme
- thematic_get_theme
- thematic_get_option
- thematic_get_mixture
- title: Save plots to a file
contents:
- thematic_save_plot
- default_device
- title: Manage the font cache location
contents:
- font_cache_set
template:
package: quillt
params:
footer: <b>thematic</b> is an R package developed by <a href='https://rstudio.com'>RStudio</a>
docsearch:
api_key: ab54f4a00f5beb99b9bf488e3b58d1dd
index_name: rstudio_thematic
home:
strip_header: false
development:
mode: auto