diff --git a/docs/JestCommunity.md b/docs/JestCommunity.md new file mode 100644 index 000000000000..2b60966f61ab --- /dev/null +++ b/docs/JestCommunity.md @@ -0,0 +1,31 @@ +--- +title: Jest Community +id: jest-community +--- + +The community around Jest is working hard to make the testing experience even +greater. + +[jest-community](https://github.com/jest-community) is a new GitHub organization +for high quality Jest additions curated by Jest maintainers and collaborators. +It already features some of our favorite projects, to name a few: + +* [vscode-jest](https://github.com/jest-community/vscode-jest) +* [jest-extended](https://github.com/jest-community/jest-extended) +* [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) +* [awesome-jest](https://github.com/jest-community/awesome-jest) + +Community projects under one organisation are a great way for Jest to experiment +with new ideas/techniques and approaches. Encourage contributions from the +community and publish contributions independently at a faster pace. + +The jest-community org maintains an +[awesome-jest](https://github.com/jest-community/awesome-jest) list of great +projects and resources related to Jest, this includes all projects not just the +ones in the jest-community org. + +If you have something awesome to share, feel free to reach out to us! We'd love +to share your project on the awesome-jest list +([send a PR here](https://github.com/jest-community/awesome-jest/pulls)) or if +you would like to transfer your project to the jest-community org reachout to +one of the owners of the org. diff --git a/website/i18n/en.json b/website/i18n/en.json index b11d7d41c4ea..ab79fd12f251 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -10,6 +10,7 @@ "expect": "Expect", "getting-started": "Getting Started", "api": "Globals", + "jest-community": "Jest Community", "jest-object": "The Jest Object", "jest-platform": "Jest Platform", "manual-mocks": "Manual Mocks", diff --git a/website/sidebars.json b/website/sidebars.json index 2f5f48529200..12778a3e8a28 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -7,6 +7,7 @@ "setup-teardown", "mock-functions", "jest-platform", + "jest-community", "more-resources" ], "Guides": [