docs(v2): use codeblock title syntax instead of comments (#2473)

This commit is contained in:
Yangshun Tay 2020-03-29 01:08:50 +08:00 committed by GitHub
parent b8c888b1b1
commit 36ea74504e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 114 additions and 211 deletions

View file

@ -7,8 +7,7 @@ Docusaurus provides a set of scripts to help you generate, serve, and deploy you
Once your website is generated, your website package will contain the Docusaurus scripts that you may invoke with your package manager:
```json
// package.json
```json title="package.json"
{
// ...
"scripts": {