joxxoxo / website

:globe_with_meridians: The Babel documentation website

Home Page:https://babeljs.io/docs/en/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 npm 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

To make a fix to the published site you must edit the corresponding markdown file at both folders.

Looking for support?

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

About

:globe_with_meridians: The Babel documentation website

https://babeljs.io/docs/en/index.html

License:MIT License


Languages

Language:JavaScript 90.9%Language:CSS 9.1%