docs(v2): display yarn and npm command on website (#2037)

* docs(v2): display yarn and npm command on website

* more

* fix div cannot be descendant p
This commit is contained in:
Endi 2019-11-24 09:32:26 +07:00 committed by Yangshun Tay
parent 3265dda895
commit c533adc4aa
12 changed files with 104 additions and 29 deletions

View file

@ -12,7 +12,7 @@ In this doc, we talk about how to use plugins with Docusaurus' official plugins.
A plugin is usually a npm package, so you install them like other npm packages using npm.
```bash
```bash npm2yarn
npm install --save docusaurus-plugin-name
```