1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Documentation Style Guide (#2383)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-05-22 13:31:30 +02:00
committed by GitHub
parent cfcc451089
commit 9a3cd8e26f
13 changed files with 242 additions and 9 deletions

View File

@ -0,0 +1,3 @@
{% hint style="danger" %}
**Danger hints** are good for highlighting destructive actions or raising attention to critical information.
{% endhint %}

View File

@ -0,0 +1,3 @@
{% hint style="info" %}
**Info hints** are great for showing general information, or providing tips and tricks.
{% endhint %}

View File

@ -0,0 +1,3 @@
{% hint style="success" %}
**Success hints** are good for showing positive actions or achievements.
{% endhint %}

View File

@ -0,0 +1,3 @@
{% hint style="warning" %}
**Warning hints** are good for showing important information or non-critical warnings.
{% endhint %}