mirror of
https://github.com/supabase/supabase.git
synced 2026-06-23 14:49:19 +08:00
* fix: streamline admonition types Streamline types available for admonitions: - Remove `info` and replace with `note` - Add `deprecation` Display the type on all admonitions, even if they have a label. Makes it explicit what level of advice you are looking at (since color and icon are ambiguous). * change admonition to use alert under the hood