-
Notifications
You must be signed in to change notification settings - Fork 12
/
_pkgdown.yml
37 lines (37 loc) · 871 Bytes
/
_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
destination: docs
url: https://rlesur.github.io/crrri
template:
params:
bootswatch: simplex
development:
mode: unreleased
reference:
- title: Execute an asynchronous CDP flow
contents:
- starts_with("perform_with")
- title: Promises utility functions
desc: Functions to wait for promises
contents:
- hold
- wait
- timeout
- title: Utility functions
desc: Functions useful to handle chrome results
contents:
- write_base64
- title: Find chrome
desc: Useful if you need help finding your chrome binary
contents:
- find_chrome_binary
- title: Chrome browser class
desc: Functions to deal with running chrome
contents:
- Chrome
- title: Chrome DevTools Protocol classes
desc: Functions to play with the protocol
contents:
- starts_with("CDP")
- title: EventEmitter
desc: Class to deal with events
contents:
- EventEmitter