-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_pkgdown.yml
69 lines (61 loc) · 1.21 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
url: https://pharmaverse.github.io/logrx/
template:
bootstrap: 5
params:
bootswatch: sandstone
search:
exclude: ["news/index.html"]
news:
cran_dates: true
navbar:
structure:
right: [slack, github]
components:
slack:
icon: fa-slack
href: https://pharmaverse.slack.com
aria-label: slack
reference:
- title: Source a file with Logging
desc: Functionality for Creating logs from Scripts
- contents:
- axecute
- title: Logging Framework Functions
desc: Functionality to Build The Log Manually
- contents:
- log_config
- log_init
- log_remove
- log_write
- title: Write Log
desc: Functionality for Writing Logs to a File
- contents:
- write_log_header
- write_unapproved_functions
- write_used_functions
- title: Read Log
desc: Functionality to Read Log Files
- contents:
- read_log_file
- title: Utilities
desc: Utility functions
- contents:
- build_approved
- approved
articles:
- title: Use Cases
navbar: Use Cases
contents:
- logrx
- execution
- articles/tables
- articles/adsl_demo
- articles/tidylog
- title: Helpers
navbar: Helpers
contents:
- options
- title: Advanced Guides
navbar: Advanced Guides
contents:
- approved