forked from rstudio/bslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
74 lines (68 loc) · 1.51 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
66
67
68
69
70
71
72
73
74
destination: docs
toc:
depth: 2
url: https://rstudio.github.io/bslib/
template:
params:
docsearch:
api_key: 748f014f6e0f347e139ecb794914063d
index_name: rstudio_bootstraplib
development:
mode: auto
navbar:
type: default
left:
- text: Custom themes
href: articles/theming.html
- text: Reference
href: reference/index.html
# TODO: add after CRAN release
# - text: News
# href: news/index.html
reference:
- title: Theme creation
description: |
Tools for creating customized Bootstrap themes.
contents:
- bs_theme
- bs_add_variables
- font_face
- title: Interactive theming
description: |
Interactively customize themes.
contents:
- bs_theme_preview
- run_with_themer
- bs_themer
- title: Dynamic theming
description: |
Create dynamically themable HTML widgets.
contents:
- bs_dependency
- bs_dependency_defer
- bs_theme_dependencies
- bs_current_theme
- title: Global theme creation
description: |
Use Bootstrap themes globally.
contents:
- bs_global_theme
- bs_global_add_variables
- title: Theme subsetting
description: |
Reduce the final CSS bundle size.
contents:
- bs_remove
- title: Bootstrap SASS compilation
description: |
Compile themes into HTML dependencies and CSS strings.
contents:
- bs_theme_dependencies
- bs_dependency
- title: Other utility functions
contents:
- bs_get_variables
- theme_version
- theme_bootswatch
- bootswatch_themes
- version_default