docusaurus/website
Endi 97491c5cfb
feat(v2): injectHtmlTags API to inject head and/or body html tags (#2057)
* wip: define html tag definition

* feat(v2): implement injectHtmlTags api

* remove useless file

* nits

* documentation

* allow string, use prebodyTags and postBodyTags

* typo

* refactor typing

* chore(v2): bump deps
2019-11-30 11:52:26 +07:00
..
docs feat(v2): injectHtmlTags API to inject head and/or body html tags (#2057) 2019-11-30 11:52:26 +07:00
src fix(v2): add h1 to versions page (#2065) 2019-11-28 11:01:59 -08:00
static/img feat(v2): optimize image processing with sharp & lqip (#1663) 2019-07-14 11:28:16 -07:00
versioned_docs/version-2.0.0-alpha.36 chore: fix typo 2019-11-29 10:41:19 +07:00
versioned_sidebars chore(v2): cut 2.0.0-alpha.36 docs & create versions page (#2030) 2019-11-23 18:13:16 -08:00
README.md feat(v2): disable optimization.removeAvailableModules for webpack performance (#1711) 2019-07-26 22:42:03 +07:00
docusaurus.config.js fix(v2): make friendlier title on home page for SEO (#2049) 2019-11-25 10:31:14 -08:00
package.json v2.0.0-alpha.36 2019-11-22 12:41:22 +07:00
sidebars.js chore(v2): fix typo in docs, remove dead/redundant stuff 2019-11-26 16:49:58 +07:00
versions.json chore(v2): cut 2.0.0-alpha.36 docs & create versions page (#2030) 2019-11-23 18:13:16 -08:00

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.