-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
68 lines (68 loc) · 1.57 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
url: https:://onbrand.ubiquity.tools/
template:
bootstrap: 5
params:
bootswatch: united
reference:
- title: "Custom Templates"
desc: "Creating and testing yaml mapping files for custom templates"
- contents:
- read_template
- view_layout
- preview_template
- save_report
- template_details
- title: "PowerPoint"
desc: "Workflow for creating presentations"
- contents:
- read_template
- add_pptx_ph_content
- report_add_slide
- save_report
- template_details
- fph
- title: "Word"
desc: "Workflow for creating written reports"
- contents:
- read_template
- report_add_doc_content
- save_report
- template_details
- fst
- title: "Markdown"
desc: "Converting markdown to officer"
- contents:
- fetch_md_def
- md_to_officer
- md_to_oo
- ft_apply_md
- title: "Officer Objects"
desc: "Using officer directly to modify reports"
- contents:
- fetch_officer_object
- set_officer_object
- title: "Miscellanious"
desc: "Other useful functions"
- contents:
- build_span
- fetch_rpttype
- fetch_report_format
- mk_lg_tbl
- span_table
- onbrand
navbar:
left:
- text: Tutorials
icon: fas fa-chalkboard-teacher
menu:
- text: "--------------------------"
- text: "Custom Office Templates"
href: articles/Custom_Office_Templates.html
- text: "Templated Reporting Workflows in PowerPoint and Word"
href: articles/Creating_Templated_Office_Workflows.html
- text: "Functions"
icon: fas fa-hat-wizard
href: reference/index.html
- text: "News"
icon: fas fa-rss
href: news/index.html