Use Docsy alert classes
Update the Kubernetes overrides from the Docsy theme to diverge less, specifically in the areas of callouts (alerts) and pageinfo blocks.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<blockquote class="warning callout">
|
||||
<div><strong>{{ T "warning" }}</strong> {{ trim .Inner " \n" | markdownify }}</div>
|
||||
</blockquote>
|
||||
<div class="alert alert-danger warning callout" role="alert">
|
||||
<strong>{{ T "warning" }}</strong> {{ trim .Inner " \n" | markdownify }}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user