-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Docusaurus 2 blog post #11092
Merged
SimenB
merged 2 commits into
jestjs:jest-website-v2
from
jest-website-migration:jest-website-v2-blog
Mar 9, 2021
Merged
Add Docusaurus 2 blog post #11092
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
--- | ||
title: 'Jest Website Upgrade' | ||
author: Sébastien Lorber | ||
authorTitle: Docusaurus maintainer | ||
authorURL: https://sebastienlorber.com | ||
authorImageURL: https://github.com/slorber.png | ||
--- | ||
|
||
We are excited to present the **new Jest website**! | ||
|
||
The Jest site was upgraded from **[Docusaurus 1](https://v1.docusaurus.io/)** to **[Docusaurus 2](https://v2.docusaurus.io/)**, and is an early adopter of the [newly released Docusaurus 2 i18n support](https://v2.docusaurus.io/blog/2021/03/09/releasing-docusaurus-i18n). | ||
|
||
So, what's new exactly? | ||
|
||
<!--truncate--> | ||
|
||
## What's new? | ||
|
||
Here's a good overview of the most visible improvements: | ||
|
||
- **Dark Mode**: change the color scheme through the navbar switch. | ||
|
||
- **Modern navigation**: we improved the navigation experience with **client-side routing** and **prefetching**. | ||
|
||
- **Versions dropdown**: it is now simpler to switch from one Jest version to another. | ||
|
||
- **Progressive-Web-App**: you can install the Jest website and browse it offline. | ||
|
||
- **Search**: try the new Algolia **DocSearch v3** user-experience. It is now possible to **search in blog posts**. | ||
|
||
- **I18n**: Jest is the first website using the **[new i18n feature of Docusaurus 2](https://v2.docusaurus.io/docs/next/i18n/introduction)**. It is now possible to **translate blog posts**. | ||
|
||
- **MDX**: embedding React components in Markdown will allow maintainers to make the **documentation more interactive**. | ||
|
||
## For site translators | ||
|
||
If you want to help to translate the new Jest website, please use the new Crowdin project [jest-v2](https://crowdin.com/project/jest-v2) instead of the previous one. | ||
|
||
:::note | ||
|
||
In localized pages, the edit button now links directly to Crowdin. | ||
|
||
::: | ||
|
||
## Thanks | ||
|
||
Thanks to all the contributors that supported or reviewed this migration: [Simen](https://github.com/SimenB), [Orta](https://github.com/orta), [Joel](https://github.com/JoelMarcey), [Kristoffer](https://github.com/merceyz)... | ||
|
||
Please report any problem on the [migration issue](https://github.com/facebook/jest/pull/11021). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a merged pull request. Do we have an issue, or should we ask people to open up a new issue?