docs: fix hugo hint shortcode

This commit is contained in:
Robert Kaussow 2022-05-02 21:47:13 +02:00
parent d3ed9218b9
commit b100a992d7
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 4 deletions

View File

@ -42,10 +42,8 @@ docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-docker .
## Usage
{{< hint warning >}}
**Note**\
Be aware that the this plugin requires privileged capabilities, otherwise the
integrated Docker daemon is not able to start.
{{< hint type=important >}}
Be aware that the this plugin requires privileged capabilities, otherwise the integrated Docker daemon is not able to start.
{{< /hint >}}
```Shell