Skip to content

Commit 2acf623

Browse files
committed
chore: re-generate sidebar for new docs version
1 parent 846f312 commit 2acf623

File tree

1 file changed

+167
-44
lines changed

1 file changed

+167
-44
lines changed
Lines changed: 167 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,170 @@
11
{
2-
"docs": {
3-
"Introduction": [
4-
"getting-started",
5-
"using-matchers",
6-
"asynchronous",
7-
"setup-teardown",
8-
"mock-functions",
9-
"jest-platform",
10-
"jest-community",
11-
"more-resources"
12-
],
13-
"Guides": [
14-
"snapshot-testing",
15-
"tutorial-async",
16-
"timer-mocks",
17-
"manual-mocks",
18-
"es6-class-mocks",
19-
"bypassing-module-mocks",
20-
"ecmascript-modules",
21-
"webpack",
22-
"puppeteer",
23-
"mongodb",
24-
"dynamodb",
25-
"tutorial-jquery",
26-
"watch-plugins",
27-
"migration-guide",
28-
"troubleshooting",
29-
"architecture"
30-
],
31-
"Framework Guides": [
32-
"tutorial-react",
33-
"tutorial-react-native",
34-
"testing-frameworks"
35-
]
36-
},
37-
"api": [
38-
"api",
39-
"expect",
40-
"mock-function-api",
41-
"jest-object",
42-
"configuration",
43-
"cli",
44-
"environment-variables",
45-
"code-transformation"
2+
"version-27.4/docs": [
3+
{
4+
"type": "category",
5+
"collapsed": true,
6+
"collapsible": true,
7+
"label": "Introduction",
8+
"items": [
9+
{
10+
"type": "doc",
11+
"id": "version-27.4/getting-started"
12+
},
13+
{
14+
"type": "doc",
15+
"id": "version-27.4/using-matchers"
16+
},
17+
{
18+
"type": "doc",
19+
"id": "version-27.4/asynchronous"
20+
},
21+
{
22+
"type": "doc",
23+
"id": "version-27.4/setup-teardown"
24+
},
25+
{
26+
"type": "doc",
27+
"id": "version-27.4/mock-functions"
28+
},
29+
{
30+
"type": "doc",
31+
"id": "version-27.4/jest-platform"
32+
},
33+
{
34+
"type": "doc",
35+
"id": "version-27.4/jest-community"
36+
},
37+
{
38+
"type": "doc",
39+
"id": "version-27.4/more-resources"
40+
}
41+
]
42+
},
43+
{
44+
"type": "category",
45+
"collapsed": true,
46+
"collapsible": true,
47+
"label": "Guides",
48+
"items": [
49+
{
50+
"type": "doc",
51+
"id": "version-27.4/snapshot-testing"
52+
},
53+
{
54+
"type": "doc",
55+
"id": "version-27.4/tutorial-async"
56+
},
57+
{
58+
"type": "doc",
59+
"id": "version-27.4/timer-mocks"
60+
},
61+
{
62+
"type": "doc",
63+
"id": "version-27.4/manual-mocks"
64+
},
65+
{
66+
"type": "doc",
67+
"id": "version-27.4/es6-class-mocks"
68+
},
69+
{
70+
"type": "doc",
71+
"id": "version-27.4/bypassing-module-mocks"
72+
},
73+
{
74+
"type": "doc",
75+
"id": "version-27.4/ecmascript-modules"
76+
},
77+
{
78+
"type": "doc",
79+
"id": "version-27.4/webpack"
80+
},
81+
{
82+
"type": "doc",
83+
"id": "version-27.4/puppeteer"
84+
},
85+
{
86+
"type": "doc",
87+
"id": "version-27.4/mongodb"
88+
},
89+
{
90+
"type": "doc",
91+
"id": "version-27.4/dynamodb"
92+
},
93+
{
94+
"type": "doc",
95+
"id": "version-27.4/tutorial-jquery"
96+
},
97+
{
98+
"type": "doc",
99+
"id": "version-27.4/watch-plugins"
100+
},
101+
{
102+
"type": "doc",
103+
"id": "version-27.4/migration-guide"
104+
},
105+
{
106+
"type": "doc",
107+
"id": "version-27.4/troubleshooting"
108+
},
109+
{
110+
"type": "doc",
111+
"id": "version-27.4/architecture"
112+
}
113+
]
114+
},
115+
{
116+
"type": "category",
117+
"collapsed": true,
118+
"collapsible": true,
119+
"label": "Framework Guides",
120+
"items": [
121+
{
122+
"type": "doc",
123+
"id": "version-27.4/tutorial-react"
124+
},
125+
{
126+
"type": "doc",
127+
"id": "version-27.4/tutorial-react-native"
128+
},
129+
{
130+
"type": "doc",
131+
"id": "version-27.4/testing-frameworks"
132+
}
133+
]
134+
}
135+
],
136+
"version-27.4/api": [
137+
{
138+
"type": "doc",
139+
"id": "version-27.4/api"
140+
},
141+
{
142+
"type": "doc",
143+
"id": "version-27.4/expect"
144+
},
145+
{
146+
"type": "doc",
147+
"id": "version-27.4/mock-function-api"
148+
},
149+
{
150+
"type": "doc",
151+
"id": "version-27.4/jest-object"
152+
},
153+
{
154+
"type": "doc",
155+
"id": "version-27.4/configuration"
156+
},
157+
{
158+
"type": "doc",
159+
"id": "version-27.4/cli"
160+
},
161+
{
162+
"type": "doc",
163+
"id": "version-27.4/environment-variables"
164+
},
165+
{
166+
"type": "doc",
167+
"id": "version-27.4/code-transformation"
168+
}
46169
]
47170
}

0 commit comments

Comments
 (0)