From 89087144acee2daa95392bd0c874818b4a291d0e Mon Sep 17 00:00:00 2001 From: Kristofer Selbekk Date: Tue, 9 Oct 2018 06:55:08 +0200 Subject: [PATCH] Title Case All Headings --- docusaurus/docs/adding-a-css-modules-stylesheet.md | 2 +- docusaurus/docs/adding-a-router.md | 2 +- docusaurus/docs/adding-a-sass-stylesheet.md | 2 +- docusaurus/docs/adding-a-stylesheet.md | 4 ++-- docusaurus/docs/adding-images-fonts-and-files.md | 2 +- docusaurus/docs/alternatives-to-ejecting.md | 2 +- docusaurus/docs/analyzing-the-bundle-size.md | 2 +- docusaurus/docs/available-scripts.md | 2 +- docusaurus/docs/debugging-tests.md | 2 +- docusaurus/docs/developing-components-in-isolation.md | 2 +- docusaurus/docs/documentation-intro.md | 4 ++-- docusaurus/docs/folder-structure.md | 2 +- docusaurus/docs/getting-started.md | 5 ++--- docusaurus/docs/importing-a-component.md | 2 +- docusaurus/docs/installing-a-dependency.md | 2 +- docusaurus/docs/integrating-with-an-api-backend.md | 4 ++-- docusaurus/docs/making-a-progressive-web-app.md | 2 +- docusaurus/docs/pre-rendering-into-static-html-files.md | 2 +- docusaurus/docs/proxying-api-requests-in-development.md | 4 ++-- docusaurus/docs/publishing-components-to-npm.md | 5 +++-- docusaurus/docs/running-tests.md | 1 - docusaurus/docs/sending-feedback.md | 2 +- docusaurus/docs/setting-up-your-editor.md | 4 ++-- docusaurus/docs/supported-language-features.md | 6 +++--- docusaurus/docs/title-and-meta-tags.md | 2 +- docusaurus/docs/updating-to-new-releases.md | 2 +- docusaurus/docs/using-https-in-development.md | 4 ++-- docusaurus/docs/using-the-public-folder.md | 2 +- 28 files changed, 38 insertions(+), 39 deletions(-) diff --git a/docusaurus/docs/adding-a-css-modules-stylesheet.md b/docusaurus/docs/adding-a-css-modules-stylesheet.md index 4dfdce32..e7c90f85 100644 --- a/docusaurus/docs/adding-a-css-modules-stylesheet.md +++ b/docusaurus/docs/adding-a-css-modules-stylesheet.md @@ -1,6 +1,6 @@ --- id: adding-a-css-modules-stylesheet -title: Adding a CSS Modules Stylesheet +title: Adding A CSS Modules Stylesheet sidebar_label: Adding CSS Modules --- diff --git a/docusaurus/docs/adding-a-router.md b/docusaurus/docs/adding-a-router.md index 70dfcb63..65f82ff4 100644 --- a/docusaurus/docs/adding-a-router.md +++ b/docusaurus/docs/adding-a-router.md @@ -1,6 +1,6 @@ --- id: adding-a-router -title: Adding a Router +title: Adding A Router --- Create React App doesn't prescribe a specific routing solution, but [React Router](https://reacttraining.com/react-router/web/) is the most popular one. diff --git a/docusaurus/docs/adding-a-sass-stylesheet.md b/docusaurus/docs/adding-a-sass-stylesheet.md index 70e10080..e4e6940c 100644 --- a/docusaurus/docs/adding-a-sass-stylesheet.md +++ b/docusaurus/docs/adding-a-sass-stylesheet.md @@ -1,6 +1,6 @@ --- id: adding-a-sass-stylesheet -title: Adding a Sass Stylesheet +title: Adding A Sass Stylesheet sidebar_label: Adding Sass Stylesheets --- diff --git a/docusaurus/docs/adding-a-stylesheet.md b/docusaurus/docs/adding-a-stylesheet.md index d1683458..b74dd814 100644 --- a/docusaurus/docs/adding-a-stylesheet.md +++ b/docusaurus/docs/adding-a-stylesheet.md @@ -1,7 +1,7 @@ --- id: adding-a-stylesheet -title: Adding a Stylesheet -sidebar_label: Adding stylesheets +title: Adding A Stylesheet +sidebar_label: Adding Stylesheets --- This project setup uses [Webpack](https://webpack.js.org/) for handling all assets. Webpack offers a custom way of “extending” the concept of `import` beyond JavaScript. To express that a JavaScript file depends on a CSS file, you need to **import the CSS from the JavaScript file**: diff --git a/docusaurus/docs/adding-images-fonts-and-files.md b/docusaurus/docs/adding-images-fonts-and-files.md index c481d96c..87f276f0 100644 --- a/docusaurus/docs/adding-images-fonts-and-files.md +++ b/docusaurus/docs/adding-images-fonts-and-files.md @@ -1,6 +1,6 @@ --- id: adding-images-fonts-and-files -title: Adding Images, Fonts, and Files +title: Adding Images, Fonts, And Files --- With Webpack, using static assets like images and fonts works similarly to CSS. diff --git a/docusaurus/docs/alternatives-to-ejecting.md b/docusaurus/docs/alternatives-to-ejecting.md index 1bbc066c..e353adf3 100644 --- a/docusaurus/docs/alternatives-to-ejecting.md +++ b/docusaurus/docs/alternatives-to-ejecting.md @@ -1,6 +1,6 @@ --- id: alternatives-to-ejecting -title: Alternatives to Ejecting +title: Alternatives To Ejecting --- [Ejecting](/docs/available-scripts#npm-run-eject) lets you customize anything, but from that point on you have to maintain the configuration and scripts yourself. This can be daunting if you have many similar projects. In such cases instead of ejecting we recommend to _fork_ `react-scripts` and any other packages you need. [This article](https://auth0.com/blog/how-to-configure-create-react-app/) dives into how to do it in depth. You can find more discussion in [this issue](https://github.com/facebook/create-react-app/issues/682). diff --git a/docusaurus/docs/analyzing-the-bundle-size.md b/docusaurus/docs/analyzing-the-bundle-size.md index 9c18be20..ce175e08 100644 --- a/docusaurus/docs/analyzing-the-bundle-size.md +++ b/docusaurus/docs/analyzing-the-bundle-size.md @@ -1,7 +1,7 @@ --- id: analyzing-the-bundle-size title: Analyzing the Bundle Size -sidebar_label: Analyzing bundle size +sidebar_label: Analyzing Bundle Size --- [Source map explorer](https://www.npmjs.com/package/source-map-explorer) analyzes diff --git a/docusaurus/docs/available-scripts.md b/docusaurus/docs/available-scripts.md index 8f6ec40c..fa438459 100644 --- a/docusaurus/docs/available-scripts.md +++ b/docusaurus/docs/available-scripts.md @@ -1,7 +1,7 @@ --- id: available-scripts title: Available Scripts -sidebar_label: Available scripts +sidebar_label: Available Scripts --- In the project directory, you can run: diff --git a/docusaurus/docs/debugging-tests.md b/docusaurus/docs/debugging-tests.md index 79ee41b2..93da201a 100644 --- a/docusaurus/docs/debugging-tests.md +++ b/docusaurus/docs/debugging-tests.md @@ -1,7 +1,7 @@ --- id: debugging-tests title: Debugging Tests -sidebar_label: Debugging tests +sidebar_label: Debugging Tests --- There are various ways to setup a debugger for your Jest tests. We cover debugging in Chrome and [Visual Studio Code](https://code.visualstudio.com/). diff --git a/docusaurus/docs/developing-components-in-isolation.md b/docusaurus/docs/developing-components-in-isolation.md index 1f4be536..ac38b7a7 100644 --- a/docusaurus/docs/developing-components-in-isolation.md +++ b/docusaurus/docs/developing-components-in-isolation.md @@ -1,6 +1,6 @@ --- id: developing-components-in-isolation -title: Developing Components in Isolation +title: Developing Components In Isolation --- Usually, in an app, you have a lot of UI components, and each of them has many different states. diff --git a/docusaurus/docs/documentation-intro.md b/docusaurus/docs/documentation-intro.md index cb528d35..0bc98640 100644 --- a/docusaurus/docs/documentation-intro.md +++ b/docusaurus/docs/documentation-intro.md @@ -1,7 +1,7 @@ --- id: documentation-intro -title: Welcome to the Documentation -sidebar_label: About the docs +title: Welcome To The Documentation +sidebar_label: About The Docs --- Please navigate via the table of content for finding what you are looking for. diff --git a/docusaurus/docs/folder-structure.md b/docusaurus/docs/folder-structure.md index 74ef1fc9..e8564b49 100644 --- a/docusaurus/docs/folder-structure.md +++ b/docusaurus/docs/folder-structure.md @@ -1,6 +1,6 @@ --- id: folder-structure -title: Folder structure +title: Folder Structure --- After creation, your project should look like this: diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index 20e8e85a..4e046fb1 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -1,10 +1,9 @@ --- id: getting-started -title: Getting started -sidebar_label: Getting started +title: Getting Started --- -Create React App is an officially supported way to create single-page React +Create React App is an officially supported way to create single-page React applications. It offers a modern build setup with no configuration. ## Quick Start diff --git a/docusaurus/docs/importing-a-component.md b/docusaurus/docs/importing-a-component.md index 52767005..9ad0a25e 100644 --- a/docusaurus/docs/importing-a-component.md +++ b/docusaurus/docs/importing-a-component.md @@ -1,6 +1,6 @@ --- id: importing-a-component -title: Importing a Component +title: Importing A Component --- This project setup supports ES6 modules thanks to Webpack.
diff --git a/docusaurus/docs/installing-a-dependency.md b/docusaurus/docs/installing-a-dependency.md index 6e356315..909c56cf 100644 --- a/docusaurus/docs/installing-a-dependency.md +++ b/docusaurus/docs/installing-a-dependency.md @@ -1,6 +1,6 @@ --- id: installing-a-dependency -title: Installing a Dependency +title: Installing A Dependency --- The generated project includes React and ReactDOM as dependencies. It also includes a set of scripts used by Create React App as a development dependency. You may install other dependencies (for example, React Router) with `npm`: diff --git a/docusaurus/docs/integrating-with-an-api-backend.md b/docusaurus/docs/integrating-with-an-api-backend.md index 4791d9d9..33921516 100644 --- a/docusaurus/docs/integrating-with-an-api-backend.md +++ b/docusaurus/docs/integrating-with-an-api-backend.md @@ -1,7 +1,7 @@ --- id: integrating-with-an-api-backend -title: Integrating with an API Backend -sidebar_label: Integrating with an API +title: Integrating With An API Backend +sidebar_label: Integrating With An API --- These tutorials will help you to integrate your app with an API backend running on another port, diff --git a/docusaurus/docs/making-a-progressive-web-app.md b/docusaurus/docs/making-a-progressive-web-app.md index 2fe93f4b..ae8de4e5 100644 --- a/docusaurus/docs/making-a-progressive-web-app.md +++ b/docusaurus/docs/making-a-progressive-web-app.md @@ -1,6 +1,6 @@ --- id: making-a-progressive-web-app -title: Making a Progressive Web App +title: Making A Progressive Web App --- The production build has all the tools necessary to generate a first-class diff --git a/docusaurus/docs/pre-rendering-into-static-html-files.md b/docusaurus/docs/pre-rendering-into-static-html-files.md index f9bab581..0ce53c61 100644 --- a/docusaurus/docs/pre-rendering-into-static-html-files.md +++ b/docusaurus/docs/pre-rendering-into-static-html-files.md @@ -1,6 +1,6 @@ --- id: pre-rendering-into-static-html-files -title: Pre-Rendering into Static HTML Files +title: Pre-Rendering Into Static HTML Files sidebar_label: Pre-Rendering Static HTML --- diff --git a/docusaurus/docs/proxying-api-requests-in-development.md b/docusaurus/docs/proxying-api-requests-in-development.md index fb6b41c8..7d932229 100644 --- a/docusaurus/docs/proxying-api-requests-in-development.md +++ b/docusaurus/docs/proxying-api-requests-in-development.md @@ -1,7 +1,7 @@ --- id: proxying-api-requests-in-development -title: Proxying API Requests in Development -sidebar_label: Proxying in development +title: Proxying API Requests In Development +sidebar_label: Proxying In Development --- > Note: this feature is available with `react-scripts@0.2.3` and higher. diff --git a/docusaurus/docs/publishing-components-to-npm.md b/docusaurus/docs/publishing-components-to-npm.md index f436a7eb..af01ec1e 100644 --- a/docusaurus/docs/publishing-components-to-npm.md +++ b/docusaurus/docs/publishing-components-to-npm.md @@ -1,6 +1,7 @@ --- id: publishing-components-to-npm -title: Publishing components to npm -sidebar_label: Publishing to npm +title: Publishing Components To npm +sidebar_label: Publishing To npm --- + Create React App doesn't provide any built-in functionality to publish a component to npm. If you're ready to extract a component from your project so other people can use it, we recommend moving it to a separate directory outside of your project and then using a tool like [nwb](https://github.com/insin/nwb#react-components-and-libraries) to prepare it for publishing. diff --git a/docusaurus/docs/running-tests.md b/docusaurus/docs/running-tests.md index f5b5efde..3a6181d7 100644 --- a/docusaurus/docs/running-tests.md +++ b/docusaurus/docs/running-tests.md @@ -1,7 +1,6 @@ --- id: running-tests title: Running Tests -sidebar_label: Running tests --- > Note: this feature is available with `react-scripts@0.3.0` and higher.
diff --git a/docusaurus/docs/sending-feedback.md b/docusaurus/docs/sending-feedback.md index 8fd0e223..b04dd455 100644 --- a/docusaurus/docs/sending-feedback.md +++ b/docusaurus/docs/sending-feedback.md @@ -1,6 +1,6 @@ --- id: sending-feedback -title: Sending feedback +title: Sending Feedback sidebar_label: Feedback --- diff --git a/docusaurus/docs/setting-up-your-editor.md b/docusaurus/docs/setting-up-your-editor.md index 4bcc1fc5..937ed1d7 100644 --- a/docusaurus/docs/setting-up-your-editor.md +++ b/docusaurus/docs/setting-up-your-editor.md @@ -1,7 +1,7 @@ --- id: setting-up-your-editor -title: Setting up your Editor -sidebar_label: Editor setup +title: Setting Up Your Editor +sidebar_label: Editor Setup --- Create React App comes with a bunch of tools that improve the editing experience - if configured correctly. Here's a few tips to maximize your productivity: diff --git a/docusaurus/docs/supported-language-features.md b/docusaurus/docs/supported-language-features.md index e82b9b5e..2d320ce3 100644 --- a/docusaurus/docs/supported-language-features.md +++ b/docusaurus/docs/supported-language-features.md @@ -1,10 +1,10 @@ --- id: supported-browsers-features -title: Supported Browsers and Features -sidebar_label: Browsers and Features +title: Supported Browsers And Features +sidebar_label: Browsers & Features --- -## Supported Browsers +## Supported Browsers By default, the generated project supports all modern browsers.
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). diff --git a/docusaurus/docs/title-and-meta-tags.md b/docusaurus/docs/title-and-meta-tags.md index 43928a42..f8be44c0 100644 --- a/docusaurus/docs/title-and-meta-tags.md +++ b/docusaurus/docs/title-and-meta-tags.md @@ -1,6 +1,6 @@ --- id: title-and-meta-tags -title: Title and Meta Tags +title: Title And Meta Tags sidebar_label: Title & Meta Tags --- diff --git a/docusaurus/docs/updating-to-new-releases.md b/docusaurus/docs/updating-to-new-releases.md index 82583246..b106673b 100644 --- a/docusaurus/docs/updating-to-new-releases.md +++ b/docusaurus/docs/updating-to-new-releases.md @@ -1,6 +1,6 @@ --- id: updating-to-new-releases -title: Updating to New Releases +title: Updating To New Releases --- Create React App is divided into two packages: diff --git a/docusaurus/docs/using-https-in-development.md b/docusaurus/docs/using-https-in-development.md index ad3aa413..465ca6e9 100644 --- a/docusaurus/docs/using-https-in-development.md +++ b/docusaurus/docs/using-https-in-development.md @@ -1,7 +1,7 @@ --- id: using-https-in-development -title: Using HTTPS in Development -sidebar_label: HTTPS in Development +title: Using HTTPS In Development +sidebar_label: HTTPS In Development --- > Note: this feature is available with `react-scripts@0.4.0` and higher. diff --git a/docusaurus/docs/using-the-public-folder.md b/docusaurus/docs/using-the-public-folder.md index 40a18de2..e6a973c4 100644 --- a/docusaurus/docs/using-the-public-folder.md +++ b/docusaurus/docs/using-the-public-folder.md @@ -1,6 +1,6 @@ --- id: using-the-public-folder -title: Using the public Folder +title: Using The public Folder --- > Note: this feature is available with `react-scripts@0.5.0` and higher.