|
6 | 6 | "tagline": "Create React apps with no build configuration.",
|
7 | 7 | "docs": {
|
8 | 8 | "adding-a-css-modules-stylesheet": {
|
9 |
| - "title": "Adding a CSS Modules Stylesheet", |
| 9 | + "title": "Adding A CSS Modules Stylesheet", |
10 | 10 | "sidebar_label": "Adding CSS Modules"
|
11 | 11 | },
|
12 | 12 | "adding-a-router": {
|
13 |
| - "title": "Adding a Router" |
| 13 | + "title": "Adding A Router" |
14 | 14 | },
|
15 | 15 | "adding-a-sass-stylesheet": {
|
16 |
| - "title": "Adding a Sass Stylesheet", |
| 16 | + "title": "Adding A Sass Stylesheet", |
17 | 17 | "sidebar_label": "Adding Sass Stylesheets"
|
18 | 18 | },
|
19 | 19 | "adding-a-stylesheet": {
|
20 |
| - "title": "Adding a Stylesheet", |
21 |
| - "sidebar_label": "Adding stylesheets" |
| 20 | + "title": "Adding A Stylesheet", |
| 21 | + "sidebar_label": "Adding Stylesheets" |
22 | 22 | },
|
23 | 23 | "adding-bootstrap": {
|
24 | 24 | "title": "Adding Bootstrap"
|
|
31 | 31 | "title": "Adding Flow"
|
32 | 32 | },
|
33 | 33 | "adding-images-fonts-and-files": {
|
34 |
| - "title": "Adding Images, Fonts, and Files" |
| 34 | + "title": "Adding Images, Fonts, And Files" |
35 | 35 | },
|
36 | 36 | "adding-relay": {
|
37 | 37 | "title": "Adding Relay"
|
|
40 | 40 | "title": "Advanced Configuration"
|
41 | 41 | },
|
42 | 42 | "alternatives-to-ejecting": {
|
43 |
| - "title": "Alternatives to Ejecting" |
| 43 | + "title": "Alternatives To Ejecting" |
44 | 44 | },
|
45 | 45 | "analyzing-the-bundle-size": {
|
46 | 46 | "title": "Analyzing the Bundle Size",
|
47 |
| - "sidebar_label": "Analyzing bundle size" |
| 47 | + "sidebar_label": "Analyzing Bundle Size" |
48 | 48 | },
|
49 | 49 | "available-scripts": {
|
50 | 50 | "title": "Available Scripts",
|
51 |
| - "sidebar_label": "Available scripts" |
| 51 | + "sidebar_label": "Available Scripts" |
52 | 52 | },
|
53 | 53 | "can-i-use-decorators": {
|
54 | 54 | "title": "Can I Use Decorators?"
|
|
58 | 58 | },
|
59 | 59 | "debugging-tests": {
|
60 | 60 | "title": "Debugging Tests",
|
61 |
| - "sidebar_label": "Debugging tests" |
| 61 | + "sidebar_label": "Debugging Tests" |
62 | 62 | },
|
63 | 63 | "deployment": {
|
64 | 64 | "title": "Deployment",
|
65 | 65 | "sidebar_label": "Deployment"
|
66 | 66 | },
|
67 | 67 | "developing-components-in-isolation": {
|
68 |
| - "title": "Developing Components in Isolation" |
| 68 | + "title": "Developing Components In Isolation" |
69 | 69 | },
|
70 | 70 | "documentation-intro": {
|
71 |
| - "title": "Welcome to the Documentation", |
72 |
| - "sidebar_label": "About the docs" |
| 71 | + "title": "Welcome To The Documentation", |
| 72 | + "sidebar_label": "About The Docs" |
73 | 73 | },
|
74 | 74 | "fetching-data-with-ajax-requests": {
|
75 | 75 | "title": "Fetching Data with AJAX Requests",
|
76 | 76 | "sidebar_label": "Fetching Data"
|
77 | 77 | },
|
78 | 78 | "folder-structure": {
|
79 |
| - "title": "Folder structure" |
| 79 | + "title": "Folder Structure" |
80 | 80 | },
|
81 | 81 | "getting-started": {
|
82 |
| - "title": "Getting started", |
83 |
| - "sidebar_label": "Getting started" |
| 82 | + "title": "Getting Started" |
84 | 83 | },
|
85 | 84 | "importing-a-component": {
|
86 |
| - "title": "Importing a Component" |
| 85 | + "title": "Importing A Component" |
87 | 86 | },
|
88 | 87 | "installing-a-dependency": {
|
89 |
| - "title": "Installing a Dependency" |
| 88 | + "title": "Installing A Dependency" |
90 | 89 | },
|
91 | 90 | "integrating-with-an-api-backend": {
|
92 |
| - "title": "Integrating with an API Backend", |
93 |
| - "sidebar_label": "Integrating with an API" |
| 91 | + "title": "Integrating With An API Backend", |
| 92 | + "sidebar_label": "Integrating With An API" |
94 | 93 | },
|
95 | 94 | "making-a-progressive-web-app": {
|
96 |
| - "title": "Making a Progressive Web App" |
| 95 | + "title": "Making A Progressive Web App" |
97 | 96 | },
|
98 | 97 | "post-processing-css": {
|
99 | 98 | "title": "Post-Processing CSS"
|
100 | 99 | },
|
101 | 100 | "pre-rendering-into-static-html-files": {
|
102 |
| - "title": "Pre-Rendering into Static HTML Files", |
| 101 | + "title": "Pre-Rendering Into Static HTML Files", |
103 | 102 | "sidebar_label": "Pre-Rendering Static HTML"
|
104 | 103 | },
|
105 | 104 | "proxying-api-requests-in-development": {
|
106 |
| - "title": "Proxying API Requests in Development", |
107 |
| - "sidebar_label": "Proxying in development" |
108 |
| - }, |
109 |
| - "publishing-components-to-npm": { |
110 |
| - "title": "Publishing components to npm", |
111 |
| - "sidebar_label": "Publishing to npm" |
| 105 | + "title": "Proxying API Requests In Development", |
| 106 | + "sidebar_label": "Proxying In Development" |
112 | 107 | },
|
113 | 108 | "running-tests": {
|
114 |
| - "title": "Running Tests", |
115 |
| - "sidebar_label": "Running tests" |
116 |
| - }, |
117 |
| - "sending-feedback": { |
118 |
| - "title": "Sending feedback", |
119 |
| - "sidebar_label": "Feedback" |
| 109 | + "title": "Running Tests" |
120 | 110 | },
|
121 | 111 | "setting-up-your-editor": {
|
122 |
| - "title": "Setting up your Editor", |
123 |
| - "sidebar_label": "Editor setup" |
| 112 | + "title": "Setting Up Your Editor", |
| 113 | + "sidebar_label": "Editor Setup" |
124 | 114 | },
|
125 | 115 | "supported-browsers-features": {
|
126 |
| - "title": "Supported Browsers and Features", |
127 |
| - "sidebar_label": "Browsers and Features" |
| 116 | + "title": "Supported Browsers And Features", |
| 117 | + "sidebar_label": "Browsers & Features" |
128 | 118 | },
|
129 | 119 | "title-and-meta-tags": {
|
130 |
| - "title": "Title and Meta Tags", |
| 120 | + "title": "Title And Meta Tags", |
131 | 121 | "sidebar_label": "Title & Meta Tags"
|
132 | 122 | },
|
133 | 123 | "troubleshooting": {
|
134 | 124 | "title": "Troubleshooting",
|
135 | 125 | "sidebar_label": "Troubleshooting"
|
136 | 126 | },
|
137 | 127 | "updating-to-new-releases": {
|
138 |
| - "title": "Updating to New Releases" |
| 128 | + "title": "Updating To New Releases" |
139 | 129 | },
|
140 | 130 | "using-global-variables": {
|
141 | 131 | "title": "Using Global Variables"
|
142 | 132 | },
|
143 | 133 | "using-https-in-development": {
|
144 |
| - "title": "Using HTTPS in Development", |
145 |
| - "sidebar_label": "HTTPS in Development" |
| 134 | + "title": "Using HTTPS In Development", |
| 135 | + "sidebar_label": "HTTPS In Development" |
146 | 136 | },
|
147 | 137 | "using-the-public-folder": {
|
148 |
| - "title": "Using the public Folder" |
| 138 | + "title": "Using The public Folder" |
149 | 139 | }
|
150 | 140 | },
|
151 | 141 | "links": {
|
|
159 | 149 | "Development": "Development",
|
160 | 150 | "Styles and Assets": "Styles and Assets",
|
161 | 151 | "Building your App": "Building your App",
|
162 |
| - "Back-End Integration": "Back-End Integration", |
163 | 152 | "Testing": "Testing",
|
| 153 | + "Back-End Integration": "Back-End Integration", |
164 | 154 | "Deployment": "Deployment",
|
165 | 155 | "Advanced Usage": "Advanced Usage",
|
166 | 156 | "Support": "Support"
|
|
0 commit comments