mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 08:58:15 +08:00
Combine the supported browsers and language features pages
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
---
|
||||
id: supported-browsers
|
||||
title: Supported Browsers
|
||||
---
|
||||
|
||||
By default, the generated project supports all modern browsers.<br>
|
||||
Support for Internet Explorer 9, 10, and 11 requires [polyfills](https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md).
|
||||
@@ -1,8 +1,16 @@
|
||||
---
|
||||
id: supported-language-features
|
||||
title: Supported Language Features
|
||||
id: supported-browsers-features
|
||||
title: Supported Browsers and Features
|
||||
sidebar_label: Browsers and Features
|
||||
---
|
||||
|
||||
## Supported Browsers
|
||||
|
||||
By default, the generated project supports all modern browsers.<br>
|
||||
Support for Internet Explorer 9, 10, and 11 requires [polyfills](https://github.com/facebook/create-react-app/blob/master/packages/react-app-polyfill/README.md).
|
||||
|
||||
## Supported Language Features
|
||||
|
||||
This project supports a superset of the latest JavaScript standard.<br>
|
||||
In addition to [ES6](https://github.com/lukehoban/es6features) syntax features, it also supports:
|
||||
|
||||
|
||||
@@ -123,9 +123,6 @@
|
||||
"title": "Publishing components to npm",
|
||||
"sidebar_label": "Publishing to npm"
|
||||
},
|
||||
"README": {
|
||||
"title": "README"
|
||||
},
|
||||
"running-tests": {
|
||||
"title": "Running Tests",
|
||||
"sidebar_label": "Running tests"
|
||||
@@ -138,11 +135,9 @@
|
||||
"title": "Something missing?",
|
||||
"sidebar_label": "Something missing?"
|
||||
},
|
||||
"supported-browsers": {
|
||||
"title": "Supported Browsers"
|
||||
},
|
||||
"supported-language-features": {
|
||||
"title": "Supported Language Features"
|
||||
"supported-browsers-features": {
|
||||
"title": "Supported Browsers and Features",
|
||||
"sidebar_label": "Browsers and Features"
|
||||
},
|
||||
"syntax-highlighting-in-the-editor": {
|
||||
"title": "Syntax highlighting in the editor",
|
||||
@@ -174,9 +169,12 @@
|
||||
"Welcome": "Welcome",
|
||||
"Getting Started": "Getting Started",
|
||||
"Development": "Development",
|
||||
"How-to": "How-to",
|
||||
"Styles and Assets": "Styles and Assets",
|
||||
"Building your App": "Building your App",
|
||||
"Back-End Integration": "Back-End Integration",
|
||||
"Testing": "Testing",
|
||||
"Deployment": "Deployment",
|
||||
"Advanced Usage": "Advanced Usage",
|
||||
"Support": "Support"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -7,8 +7,8 @@
|
||||
"getting-started",
|
||||
"folder-structure",
|
||||
"available-scripts",
|
||||
"supported-browsers",
|
||||
"supported-language-features"
|
||||
"supported-browsers-features",
|
||||
"updating-to-new-releases"
|
||||
],
|
||||
"Development": [
|
||||
"syntax-highlighting-in-the-editor",
|
||||
@@ -57,7 +57,6 @@
|
||||
],
|
||||
"Support": [
|
||||
"troubleshooting",
|
||||
"updating-to-new-releases",
|
||||
"sending-feedback",
|
||||
"something-missing"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user