Commit Graph

17 Commits

Author SHA1 Message Date
Sylwia Vargas
bd4e8db929 [Beta] Misc edits to text and examples
Co-authored-by: Dan Abramov <dan.abramov@me.com>
2021-11-03 21:07:33 +00:00
harish-sethuraman
8c750a9e45 Fix typo (#4021) 2021-10-29 12:45:54 +03:00
Rachel Nabors
926dbeeb7c Re-add public folder 2021-10-28 22:27:24 +01:00
Karl Horky
e348d9429c Swap wording (#4018)
Ref: https://github.com/reactjs/reactjs.org/pull/3965#discussion_r734374242
2021-10-28 22:16:28 +01:00
Dan Abramov
cb5fc20f5f deploy 2021-10-28 21:33:41 +01:00
Dan Abramov
07923227b2 Revert "Style scrollbars in dark mode (#3975)"
This reverts commit 446c15c195.
2021-10-28 21:33:41 +01:00
Dan Abramov
0a755a1f90 Update index.md 2021-10-28 21:33:41 +01:00
The Otterlord
c1d9db157f Style scrollbars in dark mode (#3975) 2021-10-28 21:33:41 +01:00
Shriram Balaji
191fff7902 fix: consoleBlock text & bg in dark mode (#3983) 2021-10-28 21:33:41 +01:00
Itai Leshem
20709b0190 Fix typo (#3998) 2021-10-28 21:33:41 +01:00
Shriram Balaji
d0d50fe16f fix: googleTranslate breaking terminal blocks (#3993)
* fix: googleTranslate breaking terminal blocks

* chore: prettier magic
2021-10-28 21:33:41 +01:00
Shriram Balaji
e056875e50 fix: googleTranslate breaks sandboxes (#3984) 2021-10-28 21:33:41 +01:00
François Chalifour
faeaf22fd1 Fix preconnect link to target search cluster (#3980)
The `appId` was retrieved from props but the `<Search>` component is never instantiated with props. So the preconnect link targeted an unknown search cluster:

```html
<link rel="preconnect" href="https://undefined-dsn.algolia.net" crossorigin="true">
```

This fixes the preconnect link by getting the `appId` from the website config.
2021-10-28 21:33:41 +01:00
R Nabors
e75356d0f3 fixing social sharing URL and description (#3974) 2021-10-28 21:33:41 +01:00
Dan Abramov
f2b8194e7c Update src/pages/community/meet-the-team.md
Co-authored-by: Hao-Ping <almigod0718@gmail.com>
2021-10-28 21:33:41 +01:00
Dan Abramov
9722d514d6 Update src/components/Seo.tsx
Co-authored-by: Lee Robinson <me@leerob.io>
2021-10-28 21:33:41 +01:00
Rachel Nabors
981db3397e Initial check-in of new React docs and website
Co-authored-by: Dan Abramov <dan.abramov@me.com>
Co-authored-by: Sylwia Vargas <sylwia.vargas@gmail.com>
Co-authored-by: Dan Lebowitz <dan.lebo@me.com>
Co-authored-by: Razvan Gradinar <grazvan@fb.com>
Co-authored-by: Jared Palmer <jared@palmer.net>
Co-authored-by: Dane Grant <danecando@gmail.com>
Co-authored-by: Dustin Goodman <dustin.s.goodman@gmail.com>
Co-authored-by: Rick Hanlon <rickhanlonii@gmail.com>
Co-authored-by: Maggie Appleton <maggie.fm.appleton@gmail.com>
Co-authored-by: Alex Moldovan <alex.n.moldovan@gmail.com>
Co-authored-by: Ives van Hoorne <ives.v.h@gmail.com>
Co-authored-by: Brian Vaughn <bvaughn@fb.com>
Co-authored-by: Dmitri Pavlutin <dpavlutin@gmail.com>
2021-10-28 21:33:41 +01:00