-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
61 lines (61 loc) · 1.34 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
url: https://formods.ubiquity.tools
template:
bootstrap: 5
bootswatch: united
bslib:
primary: "#006fe7"
reference:
- contents:
- formods
- run_formods
- title: "formods general"
- contents:
- autocast
- starts_with("FM_")
- fetch_hold
- fetch_package_version
- formods_check
- has_changed
- has_updated
- icon_link
- is_installed
- is_shiny
- linspace
- new_module_template
- remove_hold
- render_str
- set_hold
- unfactor
- use_formods
- title: "Upload Data (UD)"
- contents:
- starts_with("UD_")
- title: "App State Managemnt (ASM)"
- contents:
- starts_with("ASM_")
- title: "Data Wrangling (DW)"
- contents:
- starts_with("DW_")
- dwrs_builder
- dw_eval_element
- title: "Figure Generation (FG)"
- contents:
- starts_with("FG_")
- fers_builder
navbar:
left:
- text: "Tutorials"
icon: fas fa-chalkboard-teacher
menu:
- text: "Included Modules"
href: articles/included_modules.html
- text: "Making Modules"
href: articles/making_modules.html
- text: "Automating Workflows and Preloading Content"
href: articles/preload.html
- text: "Functions"
icon: fas fa-hat-wizard
href: reference/index.html
- text: "News"
icon: fas fa-rss
href: news/index.html