This is the source for the babeljs.io website; feel free to suggest changes to our docs!
- Current:
master
branch is deployed to https://babeljs.io - Old:
old-site
branch is deployed to https://old.babeljs.io
$ git clone git@github.com:babel/website.git
$ cd website
$ yarn && yarn bootstrap
- Just run
npm start
next time (check the package.json for scripts).
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.
/docs
- the files in here are responsible for the "next" version at https://babeljs.io/docs/en/next./website/versioned_docs/version-7.1.0
- these are the docs for the currently published version at https://babeljs.io/docs/en
To make a fix to the published site you must edit the corresponding markdown file at both folders.
For questions and support on contributing please join our Slack community, channel #website
or directly here.