mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-07 13:15:52 +08:00
17 lines
560 B
JSON
17 lines
560 B
JSON
{
|
|
"docs": {
|
|
"Getting Started": ["getting-started", "folder-structure", "available-scripts"],
|
|
"Development": [
|
|
"syntax-highlighting-in-the-editor",
|
|
"lint-output-in-the-editor",
|
|
"debugging-in-the-editor",
|
|
"formatting-code-automatically",
|
|
"proxying-api-requests-in-development",
|
|
"analyzing-the-bundle-size"
|
|
],
|
|
"Testing": ["running-tests", "debugging-tests"],
|
|
"Deployment": ["publishing-components-to-npm", "deployment"],
|
|
"Support": ["troubleshooting", "sending-feedback", "something-missing"]
|
|
}
|
|
}
|