Skip to content

Commit

Permalink
docs: improve <Advanced> note visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Oct 1, 2024
1 parent fb21b17 commit 82b3eb6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/components/Advanced.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Advanced, Warning } from '@brillout/docpress'
import { Advanced } from '@brillout/docpress'

<Advanced style={{ marginBottom: 0 }}>
<Advanced>
{ props.children }
</Advanced>
<Warning style={{ marginTop: 0 }}>
<span style={{ fontFamily: 'emoji' }}>⚠️</span>
We recommend using such advanced Vike functionality, which can be complex to use, only if you have a clear reason why you don't want to use potentially easier alternatives.
</Warning>
</Advanced>

0 comments on commit 82b3eb6

Please sign in to comment.