forked from rstudio/bslib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
102 lines (97 loc) · 2.36 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
destination: docs
toc:
depth: 2
url: https://rstudio.github.io/bslib/
template:
package: quillt
params:
footer: <b>bslib</b> is an R package developed by <a href='https://rstudio.com'>RStudio</a>
docsearch:
api_key: 53fd87c79a13e431b4298611470d023a
index_name: bslib
navbar:
type: default
structure:
left: [intro, articles, integration]
right: [reference, news, github]
components:
home: ~
articles:
text: Articles
menu:
#- text: Why Sass over CSS?
# href: articles/why-sass.html
- text: BS5 Sass variables
href: articles/bs5-variables.html
- text: BS4 Sass variables
href: articles/bs4-variables.html
- text: Utility Classes
href: articles/utility-classes.html
- text: Custom components
href: articles/custom-components.html
reference:
text: Reference
href: reference/index.html
news:
text: News
href: news/index.html
github:
icon: fab fa-github fa-lg
href: https://github.com/rstudio/bslib
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: Create navs and navbars
description: |
Tools for creating and dynamically updating navs.
contents:
- nav
- navs_tab
- nav_select
- title: Create a Bootstrap page
contents:
- page
- 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