-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
77 lines (71 loc) · 2.15 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
url: https://rstudio.github.io/promises/
development:
mode: auto
template:
params:
docsearch:
api_key: e02966c036b2b44dfdb6dede68b3b31b
index_name: rstudio
bootswatch: cosmo
reference:
- title: Handling promises
contents:
- then
- pipes
- title: Combining promises
contents:
- promise_all
- title: Functional promises
contents:
- promise_map
- promise_reduce
- title: Creating promises
contents:
- promise
- future_promise
- promise_resolve
- is.promise
- title: Domains
contents:
- with_promise_domain
navbar:
type: inverse
structure:
left:
- home
- reference
- articles
- changelog
right: github
components:
home:
icon: fas fa-home fa-lg
href: index.html
articles:
text: Learning
menu:
- text: 1. Why use promises?
href: articles/promises_01_motivation.html
- text: 2. An informal intro to async programming
href: articles/promises_02_intro.html
- text: 3. Working with promises
href: articles/promises_03_overview.html
- text: 4. Launching tasks with future
href: articles/promises_04_futures.html
- text: 5. Advanced future and promises usage
href: articles/promises_05_future_promise.html
- text: 6. Using promises with Shiny
href: articles/promises_06_shiny.html
- text: 7. Combining promises
href: articles/promises_07_combining.html
- text: "8. Case study: Converting a Shiny app to async"
href: articles/promises_08_casestudy.html
redirects:
- ["articles/motivation.html", "articles/promises_01_motivation.html"]
- ["articles/intro.html", "articles/promises_02_intro.html"]
- ["articles/overview.html", "articles/promises_03_overview.html"]
- ["articles/futures.html", "articles/promises_04_futures.html"]
- ["articles/future_promise.html", "articles/promises_05_future_promise.html"]
- ["articles/shiny.html", "articles/promises_06_shiny.html"]
- ["articles/combining.html", "articles/promises_07_combining.html"]
- ["articles/casestudy.html", "articles/promises_08_casestudy.html"]