ilagnev / website

:globe_with_meridians: The Babel documentation website (v7 in progress)

Home Page:https://new.babeljs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel/website

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

We're in the process of re-doing the site with https://docusaurus.io so things might be in flux: #1544

Setup

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

Contributing to the website

To keep documentation in sync across all of Babel's packages and plugins, the documentation for the plugins and presets is sourced directly from the README files located inside their respective repositories (Babel's packages, babel-minify's packages, ...).

These documents are automatically downloaded into docs via scripts/download-readmes.js.

Looking for support?

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

About

:globe_with_meridians: The Babel documentation website (v7 in progress)

https://new.babeljs.io/

License:MIT License


Languages

Language:JavaScript 88.3%Language:CSS 11.7%