forked from facebook/create-react-app
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsidebars.json
58 lines (58 loc) · 1.49 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
{
"docs": {
"Welcome": [
"documentation-intro"
],
"Getting Started": [
"getting-started",
"folder-structure",
"available-scripts",
"supported-browsers-features",
"updating-to-new-releases"
],
"Development": [
"setting-up-your-editor",
"developing-components-in-isolation",
"analyzing-the-bundle-size",
"using-https-in-development"
],
"Styles and Assets": [
"adding-a-stylesheet",
"adding-a-css-modules-stylesheet",
"adding-a-sass-stylesheet",
"post-processing-css",
"adding-images-fonts-and-files",
"using-the-public-folder",
"code-splitting"
],
"Building your App": [
"installing-a-dependency",
"importing-a-component",
"using-global-variables",
"adding-bootstrap",
"adding-flow",
"adding-typescript",
"adding-relay",
"adding-a-router",
"adding-custom-environment-variables",
"making-a-progressive-web-app"
],
"Testing": ["running-tests", "debugging-tests"],
"Back-End Integration": [
"proxying-api-requests-in-development",
"fetching-data-with-ajax-requests",
"integrating-with-an-api-backend",
"title-and-meta-tags"
],
"Deployment": ["deployment"],
"Advanced Usage": [
"can-i-use-decorators",
"pre-rendering-into-static-html-files",
"advanced-configuration",
"alternatives-to-ejecting"
],
"Support": [
"troubleshooting"
]
}
}