-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path_pkgdown.yml
101 lines (86 loc) · 1.89 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
template:
params:
bootswatch: cerulean
navbar:
title: "jsReact"
left:
- text: "Home"
href: index.html
- text: "Articles"
href: articles/index.html
- text: "Gallery"
href: articles/examples/gallery.html
- text: "Reference"
href: reference/index.html
right:
- icon: fa-github
href: https://github.com/kcf-jackson/jsReact
articles:
- title: "All vignettes"
desc: >
contents:
- example_1
- example_2
- example_3
- example_3b
- example_9
reference:
- title: "Html"
desc: >
Functions for creating html
contents:
- create_html
- write_html_to_file
- title: "Html - Header"
desc: >
Functions for adding header stuff to a html
contents:
- add_header_title
- add_js_library
- add_script
- add_script_from_file
- add_script_from_link
- add_style
- add_style_from_file
- add_style_from_link
- title: "Html - Containers"
desc: >
Functions for adding containers to a html
contents:
- add_div
- add_row
- add_column
- add_container
- add_item
- title: Html - Widgets
desc: >
Functions for adding widgets to a html
contents:
- add_button
- add_counter
- add_google_play_pause
- add_google_style_button
- add_slider
- add_slider_with_text
- add_text
- add_title
- title: Html - General html5 elements
desc: >
Functions for adding generic html5 elements to a html
contents:
- add_tag_into
- html5_elements
- title: App
desc: >
Functions to create and run apps
contents:
- create_app
- start_app
- preview_app
- title: Helper functions to aid developing
desc: >
Functions to aid developing
contents:
- developing_html
- developing_r
- developing