mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-02 09:01:07 +08:00
23 lines
664 B
JSON
23 lines
664 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",
|
|
"developing-components-in-isolation",
|
|
"analyzing-the-bundle-size"
|
|
],
|
|
"Testing": ["running-tests", "debugging-tests"],
|
|
"Deployment": ["publishing-components-to-npm", "deployment"],
|
|
"Support": [
|
|
"troubleshooting",
|
|
"updating-to-new-releases",
|
|
"sending-feedback",
|
|
"something-missing"
|
|
]
|
|
}
|
|
}
|