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:
committed by
GitHub
parent
cfcc451089
commit
9a3cd8e26f
3
documentation/markdown-examples/hint/hint-danger.md
Normal file
3
documentation/markdown-examples/hint/hint-danger.md
Normal file
@ -0,0 +1,3 @@
|
||||
{% hint style="danger" %}
|
||||
**Danger hints** are good for highlighting destructive actions or raising attention to critical information.
|
||||
{% endhint %}
|
3
documentation/markdown-examples/hint/hint-info.md
Normal file
3
documentation/markdown-examples/hint/hint-info.md
Normal file
@ -0,0 +1,3 @@
|
||||
{% hint style="info" %}
|
||||
**Info hints** are great for showing general information, or providing tips and tricks.
|
||||
{% endhint %}
|
3
documentation/markdown-examples/hint/hint-success.md
Normal file
3
documentation/markdown-examples/hint/hint-success.md
Normal file
@ -0,0 +1,3 @@
|
||||
{% hint style="success" %}
|
||||
**Success hints** are good for showing positive actions or achievements.
|
||||
{% endhint %}
|
3
documentation/markdown-examples/hint/hint-warning.md
Normal file
3
documentation/markdown-examples/hint/hint-warning.md
Normal file
@ -0,0 +1,3 @@
|
||||
{% hint style="warning" %}
|
||||
**Warning hints** are good for showing important information or non-critical warnings.
|
||||
{% endhint %}
|
Reference in New Issue
Block a user