Commit Graph

223 Commits

Author SHA1 Message Date
38elements
b39931e98a Fix og:image (#2745) 2020-03-09 12:01:49 +00:00
Sunil Pai
1b5c6d3d13 Blog post for v16.13.0 (#2779)
* Blogpost for v16.13.0

* Tweak

* Update 2020-03-02-react-v16.13.0.md

* update react/react-dom versions

Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
2020-02-26 20:44:54 +00:00
Luna Ruan
0fb4b10aeb Update for 16.12 (#2568) 2019-11-14 19:03:35 -08:00
Tan Li Hau
66cc1b0e92 Align the meta title (#2514) 2019-11-04 22:59:35 +00:00
Alexey Pyltsyn
c2d0cf203b Update for 16.11.0 2019-10-28 20:23:57 +03:00
Phil Marshall
566a36e2c4 media query to hide header on print (#2409)
* media query to hide header on print

* add media query to hide footer on print
2019-10-10 07:52:44 -07:00
Saurabh Daware
0726327dbb WebApp manifest added to allow users "Add to Homescreen" documentations (#2377)
* manifest config added and src/images/react_logo.png added for icon

* inverted commas fix as per linter

* added legacy:true option for ios

* legacy:true lint fix

* added meta tags for ios and moved logo from src to static
2019-10-09 09:05:28 -07:00
Andrew Clark
b3ff55f163 Update for 16.10.2 (#2392) 2019-10-03 14:59:19 -07:00
murdochd
9b8654c07a Update site-constants (#2391)
At the time of writing, the latest version of react is v16.10.1
2019-10-03 22:27:31 +03:00
Andrew Clark
855bd6d893 Update for 16.10 (#2373) 2019-09-27 14:00:02 -07:00
Dan Abramov
182c3a4928 Link to Code of Conduct in the footer (#2313) 2019-08-30 17:56:35 +01:00
Gasim Gasimzada
da869abbb0 Extracting Header and Footer Links from source into content (#2270)
* Move footer and header links into a YAML file

* Import header and footer nav YAML files directly

- Remove them from section list
- Add keys to nav array items when mapping

* Add flow error supression for YAML imports
2019-08-27 17:08:51 -07:00
정윤재(JungYunJae)
f4325d05a6 Change variable declaration of ‘newState’ in CodeEditor.js (#2241) 2019-08-14 10:04:33 +03:00
Brian Vaughn
4867765f37 Update website to v16.9 (#2210) 2019-08-08 14:35:09 -07:00
Sunil Pai
ccdcf455e7 Update Footer link to 2019-08-08 20:53:40 +01:00
Monica Powell
6e79d0882a Add lang and hreflang to language pages for screen reader UX (#2033)
* Add lang and hreflang for screen reader UX

I wanted to add `lang` and `hreflang` to the link element for translated languages.  `Lang` is used by screen readers to switch language profiles to provide the correct accent and pronunciation.

>If you have multiple versions of a page for different languages or regions, tell Google about these different variations. Doing so will help Google Search point users to the most appropriate version of your page by language or region.
> Note that even without taking action, Google might still find alternate language versions of your page, but it is usually best for you to explicitly indicate your language- or region-specific pages.

Source: https://support.google.com/webmasters/answer/189077?hl=en

* add hrefLang and Lang attributes

* add alternate pages to head

* Apply suggestions from code review

Co-Authored-By: Alexey Pyltsyn <lex61rus@gmail.com>

* mark english hreflang as x-default

* make english the default on the languages page

* rethink default-x
2019-05-29 21:30:56 +03:00
George Véras Valentim
dd79941caf Add canonical url to the head section (#1987) 2019-05-15 18:24:20 -07:00
Abdelrahman Rifai
0097b38994 Fix anchor link offset with fixed header (#1914)
* Fix anchor link offset with fixed header

* handle h3 too

* h4 as an anchor

* don't affect UI by any means

* no need for px

* more fixes

* consistency

* more consistency

* pixel perfection

* fix h4 after gatsby-highlight

* final touch
2019-04-27 22:20:14 +03:00
Stepan
f0d1a01120 links Get started and Take the Tutorial have been relocated in mobile… (#1857) 2019-04-23 20:48:21 +03:00
Camilo Giraldo
2a1b08943c Fix 1640: Formatting for code blocks nested in blockquote (#1899) 2019-04-03 12:51:42 -07:00
Dan Abramov
2753191ee2 Bump React versions 2019-03-28 00:17:49 -07:00
Nelson Reitz
1fe2e0ae29 Fix overflowing headers on small screens (#1830) 2019-03-15 14:04:19 +00:00
Farhad Yasir
b50fe64c1e fix(unicode-to-char): Replaced other languages unicode to text (#1780)
* fix(unicode-to-char): Replaced other languages unicode to text

* fix(unicode-to-char): run prettier to fix lint error

* feat(unicode-to-char): modified the replace function with p1 parameter
2019-03-06 11:31:15 -08:00
Brian Vaughn
e81a451424 16.8.3 -> 16.8.4 2019-03-05 15:20:19 -08:00
Nat Alison
c792f7d29f Fix eslint errors (#1734) 2019-02-25 15:56:53 -08:00
Dan Abramov
bab2a3491a Hide horizontal scrollbar in header and tweak breakpoitns (#1749)
* Hide horizontal scrollbar in header

* Tweak topbar breakpoints

* Simplify breakpoints to fix animation
2019-02-24 14:27:31 +00:00
Dan Abramov
ef81426b06 Put Blog in top bar before Community (#1741) 2019-02-23 22:17:16 +00:00
Brian Vaughn
07253c8209 Add "Languages" page (#1691)
* Added language selector page

* PR nits

* Fix typo in variable name

* Added language icon. Show search icon in mobile.

* Tweaked header alignment

* Split languages into 3 categories based on progress:
complete, partially translated, and needs contributors

* Lower-cased pt-* language codes

* Re-added locale sort

* Renamed 'Partially Translated' header to 'In Progress'
2019-02-23 19:42:52 +00:00
Farhad Yasir
927a44a0b4 fix(remove-unused-var): Unused variable ReactDOM removed 2019-02-22 16:33:27 +11:00
Alexey Pyltsyn
1a625b7b69 Merge branch 'master' into httpsify 2019-02-22 00:12:48 +03:00
Dan Abramov
4a7df5686b Bump React to 16.8.3 (#1724) 2019-02-21 20:05:29 +00:00
Farhad Yasir
cd7bfe7b2f fix(renderExamplePlaceholder): renderExamplePlaceholder removed as its never used 2019-02-18 11:55:05 +11:00
Saransh Kataria
cbe648ede3 updated footer to get year based on current date 2019-02-16 14:35:03 -08:00
Saransh Kataria
d12ff4dd93 Merge pull request #1683 from nurul3101/patch-1
Updated Copyright Year
2019-02-14 12:50:25 -08:00
Dan Abramov
b2183584ba Use 16.8.2 (#1686) 2019-02-14 19:21:15 +00:00
Nurul Sundarani
bbf2cb1d6f Updated Copyright Year 2019-02-13 16:08:25 +05:30
Michał Gołębiowski-Owczarek
7e4ac52af4 HTTPS-ify most insecure URLs in content/docs (& one in Acknowledgments)
This is a followup to #1157
2019-02-07 14:45:03 +01:00
Dan Abramov
8eaa70139f Use 16.8.1 (#1638) 2019-02-06 18:28:08 +00:00
Nikhil Erkimutt
98c1ebeff3 Update version number in header and versions page 2019-02-06 14:37:45 +05:30
Dan Abramov
ea03fe7163 Clarify DOM container in homepage examples (#1526) 2019-01-02 19:07:45 +00:00
Andrew Clark
ed911f4822 Update site constants 2018-12-19 17:31:20 -08:00
Jack Cross
a4148163b5 Add -webkit-overflow-scrolling to prism styles (#1457) 2018-12-03 21:14:55 +00:00
Jane Manchun Wong
bbfb7c5b27 articleLayout.container.flexDirection='column' only when media is less than 'small' (#1416)
* Specify articleLayout.container to flex in column direction

* articleLayout.container.flexDirection=column when media less than small

* Comply with eslint rules
2018-11-20 12:56:56 +00:00
Dan Abramov
e6818c5979 Revert "Specify articleLayout.container to flex in column direction (#1414)" (#1415)
This reverts commit d0718a3953.
2018-11-20 11:39:37 +00:00
Jane Manchun Wong
d0718a3953 Specify articleLayout.container to flex in column direction (#1414) 2018-11-20 11:06:03 +00:00
Sophie Alpert
cd6950a718 Add information about versioning policy (#1403) 2018-11-16 17:07:48 -08:00
Dan Abramov
1a97b5bd01 Update to 16.6.3 (#1398) 2018-11-13 20:35:56 +00:00
Andrew Clark
333656c363 Update version to 16.6.1 2018-11-06 18:41:40 -08:00
Dan Abramov
854b931866 Use 16.6.0 (#1286) 2018-10-23 17:05:04 -07:00
Sophie Alpert
c90d27a249 Smaller code font inside list items 2018-10-23 10:20:18 -07:00