Commit Graph

248 Commits

Author SHA1 Message Date
Hu Chen
4da41b490f docs: Add troubleshooting documentation on ENOSPC (#8380)
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
2020-01-30 16:56:03 -08:00
Kanitkorn Sujautra
03018d7726 Update docs according to lint-staged v10 (#8394) 2020-01-30 16:39:22 -08:00
Alex James Vukovity
dd0df73d79 Remove outdated docs regarding vscode eslint extension and type… (#8307)
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
2020-01-30 15:19:08 -08:00
Boyuan Xu
ca9c61e96c Update setting-up-your-editor.md (#8247)
`Auto Fix is enabled by default. Use the single string form.` warning is shown in `.vscode/settings.json` due to changes in vscode-eslint. 
As autoFix is set to default, object format in `eslint.validate` is deprecated.
2020-01-30 15:14:40 -08:00
Kevin Old
cafd602a87 Update custom template docs with instructions for testing custom template locally (#8092)
Co-authored-by: Ian Schmitz <ianschmitz@gmail.com>
2020-01-30 14:45:35 -08:00
Evan Grim
f875bb0c84 Minor grammatical edit (#8293) 2020-01-16 11:25:28 -08:00
Tom Valorsa
94932bedc0 Allow additional package keys and add blacklist (#8082) (#8219) 2020-01-12 14:10:03 +02:00
Kai Hao
fa85f030de Support shorthand scoped templates (#8298) 2020-01-12 14:07:07 +02:00
Sony AK
3f2037bb2a Little typo (#8212) 2019-12-20 13:55:58 +01:00
Peet Goddard
1a13b594ae Update PWA docs links to point to template package (#8147) 2019-12-15 16:21:05 -05:00
Andreas Cederström
f26de73e64 Bump internal dependencies (#8176)
* Bump dependencies in react-dev-utils

* Bump dependencies in react-app-polyfill

* Bump dependencies in create-react-app

* Bump dependencies in react-error-overlay

* Bump dependencies in react-scripts

* Bump react
2019-12-14 06:33:53 +01:00
Endi
1f1594d520 chore: update docusaurus & tweak site (#8111) 2019-12-10 15:42:30 -05:00
Ian Schmitz
2ace7c2c4e Add custom-templates to docs sidebar (#8077) 2019-12-04 22:38:23 -08:00
Brody McKee
29c5e55ade Update template docs (#8050)
* Update template docs

* Update custom-templates.md

* Update custom-templates.md


Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-11-29 10:40:25 -07:00
Alex Guerra
30b491b8b1 Fix light background in docusaurus night mode (#7936)
* Fix light background in docusaurus night mode

Closes #7930

* Rename lightBackground to gettingStartedSection
2019-11-13 15:37:04 +01:00
Brody McKee
4c0c81953d Add template support (#7716)
* Add template support

* Update templates version check

* Update TypeScript template README
2019-10-24 15:17:41 -07:00
Fabiano Brito
c24314d960 Dark scheme overlay (#7052) 2019-10-24 13:54:54 -07:00
Andreas Cederström
a51729cb22 Bump docusaurus 🦖 (#7874) 2019-10-24 20:27:01 +02:00
Ian Sutherland
1d03579f51 Add Alex to lint documentation (#7852)
* Add Alex to lint documentation

* Attempt to trigger GitHub Action

* Configure Alex and update docs

* More docs updates
2019-10-24 11:14:15 -07:00
Xuhao
9455ec5180 Update adding-bootstrap.md (#7853)
typo fix
2019-10-21 09:29:55 +02:00
Chun
da06c230c2 Update readme gif links (#7849) 2019-10-20 10:06:22 -06:00
Daniel Lo Nigro
07470fd4cb Link to ASP.NET Core docs (#7840) 2019-10-19 09:45:52 -07:00
reactjser
ce968a9dd4 Update getting-started.md (#7841)
Update the initial project structure generated by create-react-app.
2019-10-18 12:16:29 -07:00
Sean Lafferty
053f9774d3 Add a note about .eslingignore files being respected (#7809) 2019-10-16 13:11:00 -07:00
Hugo David-Boyet
ca37609e7f Link to React documentation for code splitting (#7686)
The official documentation offers a simpler way of achieving route based code splitting.
2019-10-16 12:45:10 -06:00
Brody McKee
2da645c534 feat: add additional Jest keys to whitelist (#7832) 2019-10-16 20:07:13 +03:00
Endi
9243305b40 Upgrade to docusaurus 2 (#7785)
* chore: upgrade to docusaurus 2

* address review
2019-10-15 10:37:32 -06:00
Jake Boone
81c48dc300 Fix grammar error in troubleshooting.md (#7824) 2019-10-14 17:30:04 -07:00
Jesse Jackson
4a4ae1ef81 Document correct default behavior for HOST var (#7823) 2019-10-14 17:26:41 -07:00
Tomáš Hübelbauer
ab41c4c5c5 Document how to use the .env file to enforce HTTPS (#7821) 2019-10-13 19:58:14 -06:00
Orta
dc4d62d019 Update adding-typescript.md (#7815) 2019-10-13 19:54:52 -06:00
May
c8ca3070e7 Clarify dynamic import stage in docs (#7813) 2019-10-12 21:14:16 -07:00
Jacob M-G Evans
88cf8cd64e Support production profiling with React Developer Tools (#7737)
* Added the alias for profiling and output change to keep the classNames and functionNames for human readbility

* defined isEnvProductionProfile with other isEnv checks

* moved the keep_classnames and keep_fnames to terserOptions scope

* resolve merge conflict for yarn.lock.cache

* revert yarn.lock.cache to master yarn.lock.cache
- git checkout origin/master -- packages/create-react-app/yarn.lock.cached

* Comment and Boolean Check
- I clarified the comment and specified the use case
- Changed the environment check to check for the specific true rather than
the assumed primitive value as before.

* Replaced env with flag
- Per suggestion --profile flag used instead of env variable PROFILE_APP

* documentation in available scripts section with suggested information

* resolved a local git issue. Fixed documentation error.

* moved documentation to suggested file
- Added a brief summary of profiling in available scripts section.
The summary references the production-build document. Which is the
file I moved the new documentation into under a new Header for production support.

* Update production-build.md


Co-authored-by: Ian Sutherland <ian@iansutherland.ca>
2019-10-02 21:53:41 -06:00
Kyle Bebak
71946b1eba Add TSC_COMPILE_ON_ERROR setting (#6931) 2019-10-01 11:09:09 +03:00
Tomer Cohen
a10223d418 Documentation typo fix (#7757) 2019-09-30 14:38:13 -06:00
neilbryson
e624b75ffe update list of supported jest config overrides (#7601) 2019-09-27 16:34:40 -06:00
Federico Zivolo
0d1775e739 Update adding flow documentation (#7731) 2019-09-25 10:38:22 -06:00
Lewis Llobera
05f7924398 Remove 'shortcut' link type before 'icon' (#7707) 2019-09-20 09:51:27 -06:00
Samuel Meuli
0dc69ec404 Update runtime chunk name separator in docs (#7705) 2019-09-19 12:10:30 -07:00
Ian Sutherland
ff15a0850c Add new logo (#7704) 2019-09-19 11:34:17 -06:00
Andrew
a1afaa6376 Update deployment.md with another AWS example (#7616)
Add blog post that takes a React developer step-by-step through many features of AWS. Blog post is suitable for a beginner to follow and have a production ready workflow.
2019-09-17 13:57:51 -07:00
brlewis
74eb65a462 Remove --single-quote from prettier examples (#7663) 2019-09-11 07:08:29 -07:00
Weyert de Boer
0f9e350327 Update running-tests.md (#7659) 2019-09-09 12:07:41 -06:00
Clément Prévost
aafc7ffc83 Update troubleshooting.md (#7459) 2019-09-08 18:54:33 -07:00
Ian Sutherland
78fb4cf114 Adopt Contributor Covenant (#7650)
* Adopt Contributor Covenant

* Add link to Contributor Covenant to docs site
2019-09-06 09:53:15 -06:00
iHmD
6dec056de3 Remove cleanup-after-each example (#7620)
cleanup is called now by default after each test if the testing framework supports the afterEach global
2019-09-01 20:46:26 -07:00
szabi
fbb3b03ba5 Correct proxy usage docs (#7368) 2019-08-19 12:40:33 -04:00
Federico Zivolo
24780bbc60 docs: update Flow documentation (#7550)
* docs: update Flow documentation

* Update adding-flow.md

* Update adding-flow.md
2019-08-16 12:20:04 -06:00
Sabesh Rajendran
437b83f033 Show logo on mobile docs (#7521)
* Show logo for mobile views in create-react-app.dev

* Update docusaurus/website/static/css/custom.css


Co-authored-by: Sabesh Kumar Rajendran <sabrajendran@paypal.com>
2019-08-14 12:09:49 -06:00
Ian Schmitz
cbaed7f9ff Fix ESLint 6 support (#7513)
* Remove extends restriction to fix ESLint 6 support

* Attempt to resolve CI errors
2019-08-13 11:24:29 -06:00