bvaughn / babel.github.io

:globe_with_meridians: The Babel documentation website

Home Page:https://babeljs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel.github.io

This is the source for the babeljs.io website, powered by Jekyll.

This repo also contains babel's source documentation.

The babel repo is babel/babel

Feel free to suggest changes to our docs, or add new content!

Setup

$ git clone git@github.com:babel/babel.github.io.git
$ cd babel.github.io
  • Please install ruby, if not already installed.
    • Use which ruby or ruby --version, to verify if ruby is installed.
    • Make sure bundler is installed by running gem install bundler
  • Install jekyll dependencies by running bundle install
  • npm i to install this package's dependencies
  • To start the web server on your machine, check out this repo and run npm start.

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, Babili's packages, ...).

For pages that are sourced from README files, the package field in the header needs to correspond to your package name. This package name also needs to be added to scripts/download-readmes.js.

layout: docs
title: babel-register (require hook)
description: How to use babel-register, the require hook.
permalink: /docs/usage/babel-register/
redirect_from:
 - /docs/usage/require/
package: babel-register

Publishing README

{% include package_readme.html %}

For example babel.github.io/docs/plugins/preset-stage-0.md which then points to babel/packages/babel-preset-stage-0/README.md

If you encounter an Liquid Exception: Included file '_includes/.../packages/.../README.md' not found, please double check your package configuration, and ensure you have ran scripts/download-readmes.js (make build will run this for you).

Linting markdown

npm test

This will lint markdown documents inside both the website and the imported repositories (like babel, babili, etc).

Testing compiled output

rake

Running this will check the compiled output for broken links and invalid markup.

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

https://babeljs.io/


Languages

Language:JavaScript 40.8%Language:CSS 39.9%Language:HTML 15.4%Language:Ruby 3.6%Language:Makefile 0.3%