Skip to content

babel/website

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Jun 9, 2019
Apr 4, 2019
May 20, 2019
Jun 6, 2019
May 23, 2018
Jun 21, 2015
May 11, 2018
May 11, 2018
Feb 4, 2018
Sep 14, 2018
May 11, 2018
May 11, 2018
Feb 15, 2015
Jan 23, 2018
May 8, 2019
May 7, 2019
Feb 7, 2019
May 14, 2018
Jun 6, 2019

Repository files navigation

This is the source for the babeljs.io website; feel free to suggest changes to our docs!

Setup

$ git clone git@github.com:babel/website.git
$ cd website
$ yarn && yarn bootstrap
  • Just run yarn start next time (check the package.json for scripts).

Contributing to the website

To keep documentation in sync across all of Babel's packages, the docs are now directly located in this repository. The READMEs in babel/babel are auto generated and point to this documentation.

You might want to make yourself familiar with docusaurus to make significant changes to the website. If you only want to make content changes you just need to know about versioned docs.

Versioned docs

After making your changes to the markdown files in the /docs folder, a git hook script will suggest files from the past versions folders that you might also need to apply your changes to.

Looking for support?

For questions and support on contributing please join our Slack community, channel #website or directly here.