docs(v2): move the quotes to remark admonitions (#2313)

* docs(v2): move the quotes to remark admonitions

* Delete package-lock.json

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
This commit is contained in:
Zhenchao Cai 2020-02-23 04:11:37 -06:00 committed by GitHub
parent d06ab640ff
commit b25eb5dd36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 91 additions and 19 deletions

View file

@ -6,7 +6,11 @@ You can use the version script to cut a new documentation version based on the l
## :warning: Disclaimer
> Consider it really well before starting to version your documentation.
:::important
Consider it really well before starting to version your documentation.
:::
Most of the times, you don't need versioning and it will just increase your build time and introduces complexity to your codebase. Versioning is **best suited for website with high-traffic and rapid changes in documentation between version**. If your documentation rarely changes, don't version.