Ian Sutherland
2fa4c8a18e
Use https for linked images in docs to fix mixed content warnings ( #5985 )
2018-12-06 12:58:33 -07:00
Nicolas Goutay
af0a854a6c
Add removeItem to localStorage mock in docs ( #5919 )
2018-12-05 15:41:58 -07:00
Jayant Bhawal
013c8f2c73
Add SASS_PATH instructions to Sass docs ( #5917 )
...
`node-sass` supports the SASS_PATH variable that we can use. This PR adds that to the documentation.
2018-12-04 09:45:56 -07:00
Adam Laycock
5352a0c046
Add note to docs about using Sass and Flow together ( #5823 )
...
* Add default values to `file_ext` note
* Update note to include a link to the relevant docs
* Update copy to indicate the default values
* Add missing space
2018-11-27 16:06:33 -07:00
Wendy Smoak
de44ef806d
Fix link to page about running tests ( #5883 )
2018-11-22 18:35:33 -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
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
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
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
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
Jon Clark
04735de777
Update path to serviceWorker.js in docs ( #5371 )
2018-10-09 13:57:53 -06:00
Kristofer Selbekk
bd648f34dc
Make 'sending feedback' a part of the introduction
2018-10-09 07:00:29 +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
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
Kristofer Selbekk
001cdeadff
Shorten the sidebar labels
2018-10-08 19:30:31 +02:00
Kristofer Selbekk
cf7d1c08e5
Shorten label
2018-10-08 19:25:54 +02:00
Kristofer Selbekk
8dbd621743
Add a note about why you _should_ set up your editor
2018-10-08 19:24:42 +02:00
Kristofer Selbekk
559446099d
Combine a few articles on setting up your editor
2018-10-08 19:24:29 +02:00
Kristofer Selbekk
964d2fb9c9
Combine the supported browsers and language features pages
2018-10-08 19:12:00 +02:00
Kristofer Selbekk
6fc577c1df
Remove temporary readme file
2018-10-07 20:51:45 +02:00
Kristofer Selbekk
7aaa463547
Bumping all headings one level because we can now
2018-10-07 20:51:30 +02:00
Kristofer Selbekk
0f5bb0d937
Update all internal links
2018-10-07 20:34:45 +02:00
Kristofer Selbekk
6035abf8f3
No markdown in the headings
2018-10-07 20:24:27 +02:00
Kristofer Selbekk
678ef7609e
Create a documentation intro page
2018-10-07 20:24:02 +02:00
Kristofer Selbekk
4f62437cb7
Remove the user guide file
2018-10-07 20:16:01 +02:00
Kristofer Selbekk
e94b54cb23
Move alternatives to ejecting to its own file
2018-10-07 20:12:38 +02:00
Kristofer Selbekk
81d051c010
Move advanced configuration into its own file
2018-10-07 20:11:04 +02:00
Kristofer Selbekk
54962622ee
Move making a progressive web app into its own file
2018-10-07 20:09:19 +02:00