docusaurus/website
Sam Zhou 729b3cae9b
feat(v2): Allow configuring babel via babel.config.js (#2903)
* feat(v2): Allow configuring babel via docusaurus.config.js

* Use api.caller feature from babel to avoid expose isServer to users

* Remove unused optional config key

* Make babel loader resolve and require config file
2020-06-12 11:03:00 +08:00
..
docs feat(v2): Allow configuring babel via babel.config.js (#2903) 2020-06-12 11:03:00 +08:00
src
static/img
versioned_docs docs(v2): fix typo in ExecutionEnvironment example 2020-06-09 21:52:24 +08:00
versioned_sidebars
README.md
babel.config.js feat(v2): Allow configuring babel via babel.config.js (#2903) 2020-06-12 11:03:00 +08:00
docusaurus.config.js add introduction redirect 2020-06-10 17:22:08 +02:00
package.json Merge pull request #2793 from slorber/feature/client-side-redirects 2020-06-10 17:36:57 +02:00
sidebars.js
versions.json

README.md

Docusaurus 2 Website

Installation

  1. yarn install in the root of the repo (one level above this directory).
  2. In this directory, do yarn start.
  3. A browser window will open up, pointing to the docs.