mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-05-23 04:47:14 +08:00
30 lines
798 B
JSON
30 lines
798 B
JSON
{
|
|
"docs": {
|
|
"Getting Started": [
|
|
"getting-started",
|
|
"folder-structure",
|
|
"available-scripts",
|
|
"supported-browsers",
|
|
"supported-language-features"
|
|
],
|
|
"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"
|
|
],
|
|
"How-to": ["changing-the-page-title"],
|
|
"Testing": ["running-tests", "debugging-tests"],
|
|
"Deployment": ["publishing-components-to-npm", "deployment"],
|
|
"Support": [
|
|
"troubleshooting",
|
|
"updating-to-new-releases",
|
|
"sending-feedback",
|
|
"something-missing"
|
|
]
|
|
}
|
|
}
|