Skip to content

Commit

Permalink
Replace community packages with jest-community docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattphillips committed Feb 27, 2018
1 parent fd911ae commit 990c33f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 121 deletions.
119 changes: 0 additions & 119 deletions docs/CommunityPackages.md

This file was deleted.

31 changes: 31 additions & 0 deletions 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.
2 changes: 1 addition & 1 deletion website/i18n/en.json
Expand Up @@ -5,12 +5,12 @@
"previous": "Previous",
"tagline": "🃏 Delightful JavaScript Testing",
"cli": "Jest CLI Options",
"community-packages": "Community Packages",
"configuration": "Configuring Jest",
"es6-class-mocks": "ES6 Class Mocks",
"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",
Expand Down
2 changes: 1 addition & 1 deletion website/sidebars.json
Expand Up @@ -7,7 +7,7 @@
"setup-teardown",
"mock-functions",
"jest-platform",
"community-packages",
"jest-community",
"more-resources"
],
"Guides": [
Expand Down

0 comments on commit 990c33f

Please sign in to comment.