-
Notifications
You must be signed in to change notification settings - Fork 723
/
Copy pathsidebars.json
executable file
·74 lines (74 loc) · 1.84 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
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
{
"docs": {
"Getting Started": [
"intro",
"install",
"example-intro",
"setup",
"guiding-principles"
],
"Examples": [
"example-codesandbox",
"example-input-event",
"example-update-props",
"example-react-context",
"example-react-hooks",
"example-react-redux",
"example-react-router",
"example-reach-router",
"example-reach-transition-group",
"example-external"
],
"API": ["api-queries", "api-events", "api-async", "api-helpers"],
"Wrappers": [
{
"type": "subcategory",
"label": "React Testing Library",
"ids": [
"react-testing-library/intro",
"react-testing-library/example-intro",
"react-testing-library/setup",
"react-testing-library/api",
"react-testing-library/faq"
]
},
{
"type": "subcategory",
"label": "Cypress Testing Library",
"ids": ["cypress-testing-library/intro"]
},
{
"type": "subcategory",
"label": "Vue Testing Library",
"ids": ["vue-testing-library/intro"]
},
{
"type": "subcategory",
"label": "Angular Testing Library",
"ids": ["angular-testing-library/intro"]
},
{
"type": "subcategory",
"label": "Reason Testing Library",
"ids": [
"bs-dom-testing-library/intro",
"bs-dom-testing-library/example-intro"
]
},
{
"type": "subcategory",
"label": "ReasonReact Testing Library",
"ids": [
"bs-react-testing-library/intro",
"bs-react-testing-library/example-intro"
]
}
],
"Ecosystem": [
"ecosystem-user-event",
"ecosystem-jest-dom",
"ecosystem-bs-jest-dom"
],
"Help": ["faq", "learning"]
}
}