-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
85 lines (83 loc) · 1.51 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
url: https://wlandau.github.io/crew/
template:
bootstrap: 5
bslib:
primary: "#152640"
articles:
- title: How to use `crew`
navbar: How to use `crew`
contents:
- introduction
- groups
- logging
- shiny
- promises
- title: Technical details
navbar: Technical details
contents:
- plugins
- risks
reference:
- title: Package help
contents:
- crew-package
- title: Local process monitor
contents:
- crew_monitor_local
- crew_class_monitor_local
- title: Local launcher plugin
contents:
- crew_controller_local
- crew_launcher_local
- crew_class_launcher_local
- title: Controllers
contents:
- crew_controller
- crew_class_controller
- title: Controller groups
contents:
- crew_controller_group
- crew_class_controller_group
- title: Launchers
contents:
- crew_launcher
- crew_class_launcher
- title: Clients
contents:
- crew_client
- crew_class_client
- title: Options
contents:
- crew_options_local
- crew_options_metrics
- title: TLS configuration
contents:
- crew_tls
- crew_class_tls
- title: Throttles
contents:
- crew_throttle
- crew_class_throttle
- title: Relays
contents:
- crew_relay
- crew_class_relay
- title: Queues
contents:
- crew_queue
- crew_class_queue
- title: Local asynchronicity
contents:
- crew_async
- crew_class_async
- title: Utilities
contents:
- crew_assert
- crew_clean
- crew_deprecate
- crew_eval
- crew_random_name
- crew_retry
- crew_terminate_process
- crew_terminate_signal
- crew_worker