jest/website
renovate[bot] 0eb10330f5
fix(deps): update dependency docusaurus-remark-plugin-tab-blocks to v3 (#14691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-15 08:44:29 +01:00
..
.vscode Jest Website v2 (#11149) 2021-03-11 17:57:06 +01:00
blog Update 2018-06-27-supporting-jest-open-source.md (#14466) 2023-09-01 17:23:06 +02:00
src chore(deps): update docusaurus monorepo to v3.0.0-rc.0 (#14629) 2023-10-22 23:38:54 +01:00
static chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
versioned_docs chore: use consistent type imports (#14662) 2023-10-30 13:37:25 +01:00
versioned_sidebars chore: roll new versions of the docs 2023-09-12 08:45:27 +02:00
README.md chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
archivedVersions.json Archive docs versions 29.3 and below (#14425) 2023-08-18 09:19:18 +02:00
babel.config.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
docusaurus.config.js chore(docs): include `additionalLanguages` for Prism (#14636) 2023-10-23 09:24:34 +01:00
fetchSupporters.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
i18n.js Update copyrights with Meta Platforms, restore original license in Jasmine fork (#13879) 2023-02-09 08:13:08 +01:00
package.json fix(deps): update dependency docusaurus-remark-plugin-tab-blocks to v3 (#14691) 2023-11-15 08:44:29 +01:00
sidebars.json chore: drop node 12 and 14 (#13033) 2022-07-17 21:14:12 +02:00
tsconfig.json Upgrade Jest website to Docusaurus v3 (#14463) 2023-09-07 18:17:23 +02:00
users.json chore: update jest repo organisation in urls (#14413) 2023-08-15 15:00:44 +02:00
versions.json chore: roll new versions of the docs 2023-09-12 08:45:27 +02:00

README.md

Jest website

The Jest website is based on Docusaurus 2.

Run the dev server

You will need Node >=14.

The first time, get all the dependencies loaded via

yarn

in the root directory.

Fetch backers.json file by running

node fetchSupporters.js

Then, run the server via

yarn start

Note, you can also use yarn workspace jest-website start from the root of the Jest monorepo.

Publish the website

The site is deployed on each PR merged to main by Netlify:

Netlify Status

Archive

An older Docusaurus v1 site exist for versions <= 25.x: