docusaurus/v2
Yangshun Tay d78220a818
feat(v2): embed Canny feedback widget (#1280)
* feat(v2): embed Canny feedback widget

* docs(v2): Mention source of Canny widget

* misc(v2): add newline
2019-03-13 22:51:16 -07:00
..
bin chore(v2): lint website dir (#1073) 2018-10-27 12:01:10 -07:00
lib feat(v2): embed Canny feedback widget (#1280) 2019-03-13 22:51:16 -07:00
plugins feat(v2): embed Canny feedback widget (#1280) 2019-03-13 22:51:16 -07:00
test feat(v2): pluginify pages (#1278) 2019-03-13 13:08:12 -07:00
.eslintignore refactor(v2): shift generated files out of core into website dir 2019-02-24 15:20:58 -08:00
.eslintrc.js feat(v2): allow plugins to specify paths to watch (#1272) 2019-03-09 13:00:44 -08:00
babel.config.js chore(v2): add Facebook copyright headers (#1067) 2018-10-25 17:03:19 -07:00
CHANGES.md chore: rename siteConfig.js to docusaurus.config.js (#1245) 2019-02-23 11:16:24 -08:00
jest.transform.js chore(v2): add Facebook copyright headers (#1067) 2018-10-25 17:03:19 -07:00
package.json feat(v2): pluginify pages (#1278) 2019-03-13 13:08:12 -07:00
README.md chore(v2): fix v2 readme 2019-03-04 14:32:48 +08:00
yarn.lock feat(v2): generate metadata via plugins (#1273) 2019-03-10 19:08:36 -07:00

Docusaurus v2

Installation

Install dependencies for v2 dummy website and v2 package itself

cd ../v2-website && yarn
cd v2 && yarn

Development Server

yarn start # open http://localhost:3000/ 

Production Build

cd ../v2-website && yarn build # check ../v2-website/build

Test

yarn test