mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
fix(homepage): typo corrections and updated twitter handles (#10678)
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
Co-authored-by: sebastien <lorber.sebastien@gmail.com>
This commit is contained in:
parent
33a35a4c65
commit
36fc11dccd
|
|
@ -132,7 +132,7 @@ const TWEETS: TweetItem[] = [
|
|||
have the honor of being a favorite. We are really happy that we found
|
||||
this project. It helped us a lot to improve the documentation. And we
|
||||
still have a lot of plans with things like tutorials, versioning and
|
||||
i8n.
|
||||
i18n.
|
||||
</>
|
||||
),
|
||||
showOnHomepage: true,
|
||||
|
|
@ -145,9 +145,9 @@ const TWEETS: TweetItem[] = [
|
|||
date: 'Nov 4, 2020',
|
||||
content: (
|
||||
<>
|
||||
http://testing-library.com just got a nice update! We're now on the
|
||||
latest version of <b>@docusaurus</b> thanks to @matanbobi, @TensorNo,
|
||||
and @nickemccurdy 💙
|
||||
https://testing-library.com just got a nice update! We're now on
|
||||
the latest version of <b>@docusaurus</b> thanks to @matanbobi,
|
||||
@TensorNo, and @nickemccurdy 💙
|
||||
<br />
|
||||
<br />
|
||||
My favorite new feature: dark mode!! 🌑/☀️
|
||||
|
|
@ -176,7 +176,7 @@ const TWEETS: TweetItem[] = [
|
|||
<b>@docusaurus</b>!
|
||||
<br />
|
||||
<br />
|
||||
@temporalio uses it for http://docs.temporal.io, and it has been a huge
|
||||
@temporalio uses it for https://docs.temporal.io, and it has been a huge
|
||||
boon to our docs team. @sebastienlorber is an incredible steward of the
|
||||
project, support it if you can!
|
||||
</>
|
||||
|
|
@ -264,7 +264,7 @@ const TWEETS: TweetItem[] = [
|
|||
🧐 @algolia DocSearch v3 <br />
|
||||
💥 @mdx_js enable many new possibilities <br />
|
||||
<br />
|
||||
Check it out: http://reactnative.dev
|
||||
Check it out: https://reactnative.dev
|
||||
</>
|
||||
),
|
||||
showOnHomepage: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue