fix(theme): make warning a first-class admonition, and deprecate caution admonition (#9308)

This commit is contained in:
Sébastien Lorber 2023-09-15 10:48:21 +02:00 committed by GitHub
parent 58be496da2
commit f5ae537d3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
339 changed files with 666 additions and 515 deletions

View file

@ -70,7 +70,7 @@ This section will help you figure out how to **keep your existing v1 translation
There are **multiple possible strategies** to migrate a Docusaurus v1 site using Crowdin, with different tradeoffs.
:::caution
:::warning
This documentation is a best-effort to help you migrate, please help us improve it if you find a better way!
@ -150,7 +150,7 @@ Crowdin has an "upload translations" feature, but in our experience it does not
If you don't mind modifying your existing Crowdin project and risking to mess things up, it may be possible to use the Crowdin branch system.
:::caution
:::warning
This workflow has not been tested in practice, please report us how good it is.