Description
Description
Your docs page doesn't seem to mention the syntax for admonition/aside/alert (name varies based on docs generator):
I am referring to the Tip section at the bottom there, where inspecting the source reveals the syntax:
Lines 20 to 28 in 3b0eefe
It's a common feature that I assume is available by default with VuePress (never used the project myself), so might be worth documenting. If it is documented somewhere I had trouble identifying where.
EDIT: I found it documented separately for the theme itself as "Custom Container" markdown syntax: https://ecosystem.vuejs.press/themes/default/markdown.html#custom-containers
Since your docs are showing that feature off quite a bit, might be worth referencing that more directly to the audience that is likely to be interested in the feature (searching for :::
or similar common words for the syntax/type doesn't really help).