Combine the supported browsers and language features pages

This commit is contained in:
Kristofer Selbekk
2018-10-08 19:12:00 +02:00
parent f05b4eeb52
commit 964d2fb9c9
4 changed files with 19 additions and 21 deletions

View File

@@ -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).

View File

@@ -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:

View File

@@ -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"
}
},

View File

@@ -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"
]