From e428096ca8348d7a53f4fd9db3b47d93bbf0a7a2 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 2 May 2022 21:47:12 +0200 Subject: [PATCH] docs: fix hugo hint shortcode --- _docs/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/_docs/_index.md b/_docs/_index.md index cdf5d1a..0aab1ae 100644 --- a/_docs/_index.md +++ b/_docs/_index.md @@ -42,10 +42,8 @@ docker build --file docker/Dockerfile.amd64 --tag thegeeklab/drone-docker-buildx ## 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