forked from leancodepl/patrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocs.json
45 lines (45 loc) · 1.31 KB
/
docs.json
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
{
"name": "Patrol",
"twitter": "leancodepl",
"theme": "#FFA03F",
"favicon": "/assets/favicon-light.png",
"logo": "/assets/favicon-light.png",
"logoDark": "/assets/favicon-dark.png",
"socialPreview": "https://raw.githubusercontent.com/leancodepl/patrol/master/docs/assets/preview.jpg",
"sidebar": [
["About", "/"],
["Getting started", "/getting-started"],
["Comparison with other testing frameworks", "/comparison"],
[
"Custom finders",
[
["Overview", "/custom-finders/overview"],
["Getting started", "/custom-finders/getting-started"],
["Advanced", "/custom-finders/advanced"]
]
],
[
"Native",
[
["Overview", "/native/overview"],
["Setup", "/native/setup"],
["Getting started", "/native/getting-started"],
["Feature parity", "/native/feature-parity"]
]
],
[
"CLI commands",
[
["bootstrap", "/cli-commands/bootstrap"],
["clean", "/cli-commands/clean"],
["devices", "/cli-commands/devices"],
["doctor", "/cli-commands/doctor"],
["drive", "/cli-commands/drive"],
["update", "/cli-commands/update"]
]
],
["Patrol and CI", "/ci"],
["Effective Patrol", "/effective-patrol"],
["Tips and tricks", "/tips-and-tricks"]
]
}