Commit Graph

118 Commits

Author SHA1 Message Date
kulek1
69babbb55a Rename 'getting started' link to 'docs' (#5806) 2018-11-14 09:27:07 -08:00
Sagir Khan
d72256c7f8 docs: Simplify installing Storybook with npx (#5788)
Reduce two-step install to just one step (per the latest storybook docs)

Change (i) `npm install -g @storybook/cli` and (ii) `sb init` to `npx -p @storybook/cli sb init`

Refs: https://storybook.js.org/basics/quick-start-guide/
2018-11-14 08:54:02 -07:00
Andy
1d8d9eaaee docs: Change Storybook install documentation (#5779) 2018-11-12 11:14:49 -07:00
Kasra Bigdeli
fbfa21621a Updated the link to firebase hosting (#5710) 2018-11-04 16:32:04 -08:00
Jing Ma
5a8fd83962 Fixed link to manifest.json file (#5704) 2018-11-04 19:24:32 -05:00
Oleksandr Melnykov
8025a0ac9e Fix broken documentation link (#5670)
Fix public folder documentation link
2018-11-04 12:03:04 -08:00
Jake Boone
c11cc81fb7 Update making-a-progressive-web-app.md (#5658) 2018-10-31 23:06:51 -04:00
Vincent
d671b8fb04 Add link to cra-ts migration guide (#5629)
For users coming from create-react-app-typescript, the added link provides instructions on how to port their app to Create React App.
2018-10-30 11:34:07 -04:00
Joe Haddad
b6e4cc70aa Add note about react-scripts version 2018-10-29 23:50:46 -04:00
Eric Feng
2a7fd5a1ea Fixing Internal Links (#5552)
* Fixing Internal Links

Internal links, like those found on [Available Scripts](https://facebook.github.io/create-react-app/docs/available-scripts)
use absolute urls and therefore link to https://facebook.github.io/docs/deployment instead of
https://facebook.github.io/create-react-app/docs/deployment.

* changing to markdown links and fixing various broken internal links
2018-10-29 14:00:28 -04:00
Joe Haddad
eca0ec0d52 Refine how TypeScript env types are handled (#5593)
* Specify types in package

* Do not remove types file on eject

* Stop copying types into generated project

* Reference react and react-dom

* Reference node types

* Install node types as well

* Restore copying

* Add Node to the list of installed types

* Reference Jest types

* Remove jest types from install

* Remove jest from CRA install

* Remove Jest reference and let user do this themselves

* Stop copying types file

* Add types key to package.json

* Add appTypeDeclarations and create when missing

* Rename declarations file

* Add Jest back to install instructions

* Minimize diff
2018-10-27 22:11:47 -07:00
Joe Haddad
6a94cc7c51 Adjust notes 2018-10-24 01:09:52 -04:00
Joe Haddad
34962872e7 Simplify TypeScript setup instructions 2018-10-24 01:07:33 -04:00
Amy Lam
618225314f Add Algolia search bar to Docusaurus (#5551) 2018-10-24 01:00:19 -04:00
Bruno Lemos
3c11efe206 Simplified TypeScript steps (#5533) 2018-10-22 15:35:51 -04:00
Joe Haddad
2cf5cca586 Update adding-typescript.md 2018-10-22 13:46:39 -04:00
Joe Haddad
e0939b6262 Automatically create a tsconfig.json when entrypoint is TypeScript 2018-10-22 08:24:48 -04:00
Joe Haddad
680cf9371a Validate tsconfig when using TypeScript (#5524)
* Sanity check TypeScript config

* Check more options

* Set all defaults and suggestions

* Update docs

* Update doc notes

* Automatically copy react app declared types to project on start

* Remove note about loaders.d.ts
2018-10-22 08:15:41 -04:00
Joe Haddad
c019942bf9 Always type check TypeScript when being used (#5515)
* Always type check TypeScript when being used

* Use alternate version
2018-10-21 18:24:33 -04:00
Amy Lam
07ff5a02ed Add "edit" feature to Docusaurus pages (#5492) 2018-10-21 17:53:53 -04:00
Iurii Kucherov
7ae01d6b29 Fix title on Safari (#5499) 2018-10-21 13:13:35 -04:00
Bruno Lemos
88aef1100f TypeScript syntax support (#4837) 2018-10-21 12:03:26 -04:00
Joe Haddad
1ae90a18e7 Remove --dev flag 2018-10-21 11:57:24 -04:00
Noel Yoo
ebc721f7d9 Fix typo (#5494) 2018-10-20 12:53:58 -04:00
Jesse Peterman
473fde0e1c Fixed typo in getting-started (#5493)
changed amy to any
2018-10-20 00:37:07 -07:00
Dan Abramov
ac6edee48b fix url 2018-10-19 19:58:47 -04:00
Dan Abramov
0febe269b5 doc tweaks 2018-10-19 19:49:55 -04:00
Dan Abramov
a840d56683 Port documentation updates 2018-10-19 19:30:18 -04:00
Dan Abramov
567921d929 Merge branch 'docusaurus' 2018-10-19 18:52:43 -04:00
Sophie Alpert
b652a98e8c New copy, by me 2018-10-18 18:41:11 -07:00
Amy Lam
358ed99011 Merge pull request #5398 from selbekk/front-page-content
Add some front page content
2018-10-11 09:50:59 -07:00
Amy Lam
6235d57631 Edits to Getting Started
- Copy edits for consistency
- Remove <br>'s for readability

Should all headers be Title Case? I see `Creating an App` but `Installing A Dependency`. I tend to use https://titlecaseconverter.com/, thoughts?
2018-10-11 01:37:00 -07:00
Amy Lam
492de3cc29 Order docs in footer
Rename to match page "About The Docs"

These seem redundant, consider just "Getting Started"? Add more links?
2018-10-11 01:18:21 -07:00
Amy Lam
33cbc7ad5b Make Getting Started consistent 2018-10-11 01:08:21 -07:00
Kristofer Selbekk
9b751311d2 Remove punctuation for consistency 2018-10-11 10:08:07 +02:00
Kristofer Selbekk
83542fca5b Add missing period 2018-10-11 10:06:58 +02:00
Kristofer Selbekk
740ff8ba1d Fix indentation mess 2018-10-11 10:06:21 +02:00
Kristofer Selbekk
10110a6d6c Add a few more features to the bottom 2018-10-11 09:01:22 +02:00
Kristofer Selbekk
8ea3222c2d Add section about updating 2018-10-11 08:32:01 +02:00
Kristofer Selbekk
4ea222f54f Add section about how to get started 2018-10-11 07:50:33 +02:00
Kristofer Selbekk
5b9b3382a3 Make the navigation easier to read on small devices 2018-10-11 07:32:18 +02:00
Jon Clark
04735de777 Update path to serviceWorker.js in docs (#5371) 2018-10-09 13:57:53 -06:00
Kristofer Selbekk
2e9bc28b46 Update i18n file 2018-10-09 07:02:15 +02:00
Kristofer Selbekk
bd648f34dc Make 'sending feedback' a part of the introduction 2018-10-09 07:00:29 +02:00
Kristofer Selbekk
4a7a4362c9 Move testing above back-end integration 2018-10-09 06:58:38 +02:00
Kristofer Selbekk
e3f0f4ab45 Make 'publishing components to npm' a sub-part of the deployment doc 2018-10-09 06:57:35 +02:00
Kristofer Selbekk
89087144ac Title Case All Headings 2018-10-09 06:55:08 +02:00
Kristofer Selbekk
840c424198 Remove API reference from footer 2018-10-08 19:41:25 +02:00
Kristofer Selbekk
25ed9b3719 Combine even more pages 2018-10-08 19:40:18 +02:00
Kristofer Selbekk
9f9f505efb Combine pages about head tags 2018-10-08 19:33:40 +02:00