forked from leancodepl/patrol
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
78 lines (78 loc) · 2.16 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"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"
},
"anchors": [
{
"title": "Join our Discord",
"icon": "discord",
"link": "https://discord.gg/ukBK5t4EZg"
}
],
"sidebar": [
["About", "/"],
["Getting started", "/getting-started"],
["Patrol 3.0 is here!", "/v3"],
["New package - patrol_finders", "/patrol-finders-release"],
["Supported platforms", "/supported-platforms"],
[
"Finders",
[
["Overview", "/finders/overview"],
["Usage", "/finders/usage"],
["Advanced", "/finders/advanced"],
["Using Patrol finders in widget tests", "/finders/finders-setup"]
]
],
[
"Native automation",
[
["Overview", "/native/overview"],
["Usage", "/native/usage"],
["Advanced", "/native/advanced"],
["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"]
]
],
[
"Integrations",
[
["Allure", "/integrations/allure"],
["Browserstack", "/integrations/browserstack"]
]
],
["Effective Patrol", "/effective-patrol"],
["Tips and tricks", "/tips-and-tricks"],
["Debugging Patrol tests", "/debugging-patrol-tests"],
["Compatibility table", "/compatibility-table"],
["LeanCode", "https://leancode.co"]
]
}