sidebars.json 664 Bytes
Newer Older
1
2
{
  "docs": {
3
    "Getting Started": ["getting-started", "folder-structure", "available-scripts"],
4
5
6
    "Development": [
      "syntax-highlighting-in-the-editor", 
      "lint-output-in-the-editor", 
7
      "debugging-in-the-editor",
8
      "formatting-code-automatically",
9
      "proxying-api-requests-in-development",
10
      "developing-components-in-isolation",
11
      "analyzing-the-bundle-size"
12
    ],
13
    "Testing": ["running-tests", "debugging-tests"],
14
    "Deployment": ["publishing-components-to-npm", "deployment"],
15
16
17
18
19
20
    "Support": [
      "troubleshooting", 
      "updating-to-new-releases",
      "sending-feedback", 
      "something-missing"
    ]
21
22
  }
}