Commit Graph

54 Commits

Author SHA1 Message Date
Saransh Kataria
7ed776e910 Merge pull request #1051 from ghost/fix-typos
Fix typo
2019-02-22 06:33:28 -08:00
Dan Abramov
61b96a2f24 Fix bad formatting 2019-02-09 23:43:53 +00:00
Nat Alison
25df15b83e reapply, correctly generating links 2019-02-06 18:03:29 -08:00
Nat Alison
dc1e5366e3 revert id adding 2019-02-06 18:00:52 -08:00
Nat Alison
3e49e971d0 add everything else again 2019-02-06 17:22:04 -08:00
Sophie Alpert
d9de84b166 Clarify wording on keys in tutorial 2018-12-28 17:04:47 -08:00
Sunil Pai
a50a0765f8 s/npm -g/npx (#1429)
- less invasive
- matches the steps that the link already points to (https://reactjs.org/docs/create-a-new-react-app.html#create-react-app)
2018-11-28 19:48:35 +00:00
Mark Erikson
c5e71fd32c Improve wording 2018-11-24 14:51:12 -05:00
Mark Erikson
96a2b3686a Clarify project setup steps 2018-11-24 14:49:15 -05:00
Noel Yoo
ee8716166e Fix typo (#1274) 2018-10-20 16:12:28 -04:00
Heitor Althmann
636434fb3d Removed double "the" statement (#1245)
We’ll set **the the** first move to be “X” [...]
2018-10-11 21:13:59 +01:00
Michał Gołębiowski-Owczarek
06a8850b2f HTTPS-ify lots of URLs, update some to their newer homes (#1157)
This matters for user security.

I didn't touch blog posts & pages related to past conferences.

The `content/docs` could be HTTPS-ified as well but it contains lots of HTTP
links so maybe that'd be best done in a separate PR.
2018-10-05 14:39:12 -07:00
Dan Abramov
81afcfbd87 Functional -> function (#863) 2018-10-04 22:13:09 +01:00
Sophie Alpert
95f0232d65 Clarify key wording in tutorial
Per #1181.
2018-10-01 17:43:47 -07:00
Alex Krolick
22c0e135d7 change wording
@gaearon ^
2018-09-09 11:52:49 -07:00
Alex Krolick
8fd3a3d4fc clarify where warning appears (#1164)
fixes #1163
2018-09-09 11:42:56 -07:00
Swarnava Sengupta
461394c3d8 Replace Reactiflux chat link with actual discord link (#1123) 2018-08-13 21:41:40 +01:00
Mendel Bakaleynik
3155dffae3 Minor typos (#1057) 2018-07-27 18:58:59 -07:00
Edouard Alvard
984abd2539 Fix typo 2018-07-09 16:34:33 +02:00
FenryHord
e41bfd7210 The board shows the number range 0-8 instaed of 1-9 (#1034) 2018-07-04 12:38:11 +01:00
Dan Abramov
2d7c8c41ec Tweak cross-linking 2018-06-27 16:22:37 +01:00
Dan Abramov
623523131e Rewrite Installation and related docs (#996)
* Rewrite "adding React to existing app"

Fixes #988

* Some copy

* typo

* Update babel instructions

* Update umd link

* Add prod minification section

* Show "button" example in several targets

* wip

* More

* More

* tweak

* yas

* Multi root tip

* moaar

* alot

* Tweak links

* Explain better

* better lead

* tweaks

* tweaks

* wording

* More reassuring tone

* Grammar

* wording

* feedback from readers

* Use id, not class

* More nits

* Re-add a useful section
2018-06-26 01:24:56 +01:00
Tien H. Nguyen
c300c144f9 Add missing prepositions to tutorial.md (#993) 2018-06-24 02:13:10 +01:00
Dan
70d20c81ff consistent case 2018-06-23 12:45:05 +01:00
Dan
4ba0ba8526 Formatting nits 2018-06-23 12:36:36 +01:00
Dan
438117a426 Minor edit 2018-06-23 12:29:55 +01:00
Dan
a00440d4e7 Properly cross-link tutorial and guide. Explain why. 2018-06-23 03:32:12 +01:00
Dan
db66436112 Make CodePen links more prominent and consistent 2018-06-23 02:10:56 +01:00
Dan Abramov
9c1fb9cbe8 Try using ES5 function in tutorial (#989) 2018-06-22 21:37:48 +01:00
Jackie Lang
4d575e7090 Improve tutorial.md's clarity and structure (#649)
* Improve tutorial.md's clarity and structure

* Fix typos and make additional changes to tutorial.md

* edits

* moar changes
2018-06-22 20:04:09 +01:00
Dipanjan Kundu
538ec13744 Update tutorial.md (#566)
* Update tutorial.md

* Grammar
2018-02-01 09:15:47 -08:00
Sergey Korzh
21300896dc Removed unnecessary dot. (#494) 2018-01-07 14:27:36 +00:00
Alex
7fafb9f916 Break out Installation into top-level doc section (#452)
* Break out Installation into top-level doc section

* Update navigation (prev/next, nav tree)

- Move Installation section to top
- Add next/prev to install pages

* add links to other install options from try react page

* fix markdown link

* Clarify that Quick Start and Install are optional "next steps"

* Add top-level CDN page

This is useful for Codepen and other Unpkg-y setups

* Add link to Tutorial from Try React

* Update CRA link in tutorial

* Make Try React subheader a proper sentence

* Add "minimal"

* Explain local dev setup is more work than Codepen etc

* Fix typos

* Add : between headings

* add note that CRA is not lightweight

* fix typo

* Update add-react-to-a-new-app.md

* Update add-react-to-a-new-app.md

* Remove the Bower note

* Update try-react.md

* Tweak wording

* Use direct link
2017-12-23 15:37:23 +00:00
Inder Singh
a42adb28e2 Fixing typo parens -> Parentheses (#406) 2017-12-09 10:56:01 +00:00
Brian Vaughn
1871cea40a Merge pull request #225 from raisedadead/fix/tutorial-indentation
doc: Fix indentation that renders weirdly on mobile
2017-11-17 08:07:49 -08:00
Brian Vaughn
ef380d772c babel-repl:// protocol changed to babel:// 2017-11-09 18:10:40 +00:00
Brian Vaughn
32a66d7b83 Migrated remaining Babel REPL links 2017-11-07 12:07:01 +00:00
Brian Vaughn
a3e7c8b7ed Added gatsby-remark-babel-repl-link plug-in 2017-11-07 11:35:35 +00:00
Brian Vaughn
330e26e79e Tweaked wordin in in Tutorial as per request 2017-11-06 16:10:21 +00:00
Joe Lim
f443db83ae fix links issue introduce by gatsby catch links plugin 2017-11-01 13:14:42 -07:00
mrugesh mohapatra
6eb3e74b3f doc: Fix indent that renders weirdly on mobile 2017-10-31 12:34:48 +05:30
tricinel
5a975b89a1 Remove bash snippets for touch and curl
Because codepen was providing us with compiled javascript,
it'd be best to leave the curl request snippets out of the tutorial.

related to: #71
2017-10-16 21:48:43 +02:00
tricinel
87db640b51 Improve tutorial documentation; fixes #71 2017-10-16 19:01:04 +02:00
Brian Vaughn
bc9aa396e0 Merge pull request #154 from fernahh/docs/step-three
Improve tutorial step three
2017-10-16 09:19:29 -07:00
Luiz Fernando Rodrigues
471fec41a9 Add rm command as a example 2017-10-16 07:48:38 -02:00
Fatos Morina
834ebcdc62 Add colons and keep the consistency 2017-10-14 19:04:11 +02:00
Luiz Fernando Rodrigues
35dae7b3fa Improve tutorial step three 2017-10-12 21:48:43 -03:00
Fatos Morina
813bd9d879 Add missing commas 2017-10-12 12:22:08 +02:00
Max Humme
2ef21dfd4c Clarify idea for improvement 1.
When I was working through this, I found it not completely clear what was meant by 'instead of "6"'. I assumed the document refers to the move numbers in the move list, so that's what this change clarifies.
2017-10-10 15:02:25 +02:00
Max Humme
8001445c8a Fix typo in idea for improvement 2.
Pretty sure "currently-selected" must be "currently selected".
2017-10-09 20:45:58 +02:00