mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
Merge pull request #167 from ericnakagawa/add-jest
Add Jest to Docusaurus' Users page.
This commit is contained in:
commit
5b7232afc1
2 changed files with 6 additions and 1 deletions
|
@ -19,6 +19,12 @@ const users = [
|
|||
infoLink: "https://fasttext.cc",
|
||||
pinned: true
|
||||
},
|
||||
{
|
||||
caption: "Jest",
|
||||
image: "/img/jest.png",
|
||||
infoLink: "https://facebook.github.io/jest/",
|
||||
pinned: true
|
||||
},
|
||||
{
|
||||
caption: "Docusaurus",
|
||||
image: "/img/docusaurus.svg",
|
||||
|
@ -66,5 +72,4 @@ const siteConfig = {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
module.exports = siteConfig;
|
||||
|
|
BIN
website/static/img/jest.png
Normal file
BIN
website/static/img/jest.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
Loading…
Add table
Add a link
Reference in a new issue