mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
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:
parent
d06ab640ff
commit
b25eb5dd36
10 changed files with 91 additions and 19 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue