-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsidebars.json
48 lines (47 loc) · 1.13 KB
/
sidebars.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
{
"docs": {
"Introduction": [
"Introduction.GettingStarted",
"Introduction.WritingFirstTest",
"Introduction.Android",
"Introduction.HowDetoxWorks",
"Introduction.Workflows"
],
"Guide": [
"Guide.RunningLocally",
"Guide.DevelopingWhileWritingTests",
"Guide.RunningOnCI",
"Guide.DebuggingInXcode",
"Guide.Mocking",
"Guide.Migration",
"Guide.Jest"
],
"API": [
"APIRef.Configuration",
"APIRef.DetoxObjectAPI",
"APIRef.DeviceObjectAPI",
"APIRef.TestLifecycle",
"APIRef.Matchers",
"APIRef.ActionsOnElement",
"APIRef.Expect",
"APIRef.waitFor",
"APIRef.MockingOpenFromURL",
"APIRef.MockingUserNotifications",
"APIRef.DetoxCLI"
],
"Troubleshooting": [
"Troubleshooting.Installation",
"Troubleshooting.RunningTests",
"Troubleshooting.Synchronization",
"Troubleshooting.Flakiness"
],
"Under the Hood": [
"More.DesignPrinciples"
],
"Contributing to Detox": [
"Guide.Contributing",
"More.Roadmap",
"More.AndroidSupportStatus"
]
}
}