mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 00:18:13 +08:00
* Add postcss-normalize plugin * Configure PostCSS Normalize * Add documentation * Include the doc in sidebar * Fix the id in sidebar.json * Update adding-css-reset.md Co-authored-by: Jack Zhao <jzhao@fb.com> Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
58 lines
1.5 KiB
JSON
58 lines
1.5 KiB
JSON
{
|
|
"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",
|
|
"adding-css-reset",
|
|
"post-processing-css",
|
|
"adding-images-fonts-and-files",
|
|
"loading-graphql-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",
|
|
"production-build"
|
|
],
|
|
"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"]
|
|
}
|
|
}
|