forked from leancodepl/patrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
64 lines (64 loc) · 1.71 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "Patrol",
"twitter": "leancodepl",
"theme": "#FFA03F",
"favicon": "/assets/favicon-dark.png",
"logo": "/assets/favicon-light.png",
"logoDark": "/assets/favicon-dark.png",
"socialPreview": "https://raw.githubusercontent.com/leancodepl/patrol/master/docs/assets/preview.jpg",
"googleAnalytics": "G-2REFSQEXJZ",
"docsearch": {
"appId": "HFSGK31MT8",
"apiKey": "4d41430f0f5928c58db0acfdace04a8b",
"indexName": "patrol-leancode"
},
"sidebar": [
["About", "/"],
["Patrol 2.0 is here!", "/v2"],
[
"Getting started",
[
["Getting started", "/getting-started/getting-started"],
["Native automation setup", "/getting-started/native"],
["Custom finders setup", "/getting-started/custom-finders"]
]
],
[
"Custom finders",
[
["Overview", "/finders/overview"],
["Usage", "/finders/usage"],
["Advanced", "/finders/advanced"]
]
],
[
"Native automation",
[
["Overview", "/native/overview"],
["Usage", "/native/usage"],
["Feature parity", "/native/feature-parity"]
]
],
[
"CLI commands",
[
["build", "/cli-commands/build"],
["develop", "/cli-commands/develop"],
["devices", "/cli-commands/devices"],
["doctor", "/cli-commands/doctor"],
["test", "/cli-commands/test"],
["update", "/cli-commands/update"]
]
],
[
"Patrol and CI",
[
["Overview", "/ci/overview"],
["Platforms", "/ci/platforms"],
["Firebase Test Lab", "/ci/firebase-test-lab"]
]
],
["Effective Patrol", "/effective-patrol"],
["Tips and tricks", "/tips-and-tricks"]
]
}