summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/content/configuration/identity-providers/openid-connect/clients.md2
-rw-r--r--docs/content/configuration/miscellaneous/server.md2
-rw-r--r--docs/content/integration/prologue/get-started.md2
-rw-r--r--docs/content/integration/proxies/introduction.md2
-rw-r--r--docs/content/roadmap/prologue/introduction.md2
-rw-r--r--docs/layouts/shortcodes/confkey.html18
6 files changed, 16 insertions, 12 deletions
diff --git a/docs/content/configuration/identity-providers/openid-connect/clients.md b/docs/content/configuration/identity-providers/openid-connect/clients.md
index aad270c15..6aa2b45c0 100644
--- a/docs/content/configuration/identity-providers/openid-connect/clients.md
+++ b/docs/content/configuration/identity-providers/openid-connect/clients.md
@@ -580,7 +580,7 @@ is an escape hatch to turn this policy off for a particular client.
Per the text:
-{{< callout context="danger" title="RFC6749: Section 2.3" icon="alert-octagon" >}}
+{{< callout context="danger" title="RFC6749: Section 2.3" icon="outline/alert-octagon" >}}
The client MUST NOT use more than one authentication method in each request.
{{< /callout >}}
diff --git a/docs/content/configuration/miscellaneous/server.md b/docs/content/configuration/miscellaneous/server.md
index 918b3b857..700927946 100644
--- a/docs/content/configuration/miscellaneous/server.md
+++ b/docs/content/configuration/miscellaneous/server.md
@@ -50,7 +50,7 @@ server:
{{< confkey type="string" syntax="address" default="tcp://:9091/" required="no" >}}
-{{< callout context="danger" title="Important Notes" icon="alert-octagon" >}}
+{{< callout context="danger" title="Important Notes" icon="outline/alert-octagon" >}}
The [Proxy Integration](../../integration/proxies/introduction.md#important-notes) documentation has important notes on
this option for when integrating it with a proxy.
{{< /callout >}}
diff --git a/docs/content/integration/prologue/get-started.md b/docs/content/integration/prologue/get-started.md
index ec40a31b1..fe2f96cfa 100644
--- a/docs/content/integration/prologue/get-started.md
+++ b/docs/content/integration/prologue/get-started.md
@@ -45,7 +45,7 @@ by the relevant specifications.
## Important Notes
-{{< callout context="danger" title="Important Notes" icon="alert-octagon" >}}
+{{< callout context="danger" title="Important Notes" icon="outline/alert-octagon" >}}
The following section has general important notes for users getting started.
{{< /callout >}}
diff --git a/docs/content/integration/proxies/introduction.md b/docs/content/integration/proxies/introduction.md
index 826f64302..d2ce2134a 100644
--- a/docs/content/integration/proxies/introduction.md
+++ b/docs/content/integration/proxies/introduction.md
@@ -55,7 +55,7 @@ __Authelia__ itself requires the following headers are set when secured behind a
## Important Notes
-{{< callout context="danger" title="Important Notes" icon="alert-octagon" >}}
+{{< callout context="danger" title="Important Notes" icon="outline/alert-octagon" >}}
The following section has important notes for integrating Authelia with your proxy.
{{< /callout >}}
diff --git a/docs/content/roadmap/prologue/introduction.md b/docs/content/roadmap/prologue/introduction.md
index 96e0c1d5d..2e8422a6f 100644
--- a/docs/content/roadmap/prologue/introduction.md
+++ b/docs/content/roadmap/prologue/introduction.md
@@ -22,7 +22,7 @@ improvements as much as possible with the maintenance tasks we have to perform t
reasonable state. If you're willing to contribute and help us move forward faster, get in touch with us on Matrix. We'll
be glad to share ideas and plans with you.
-{{< callout context="danger" title="Important Notes" icon="alert-octagon" >}}
+{{< callout context="danger" title="Important Notes" icon="outline/alert-octagon" >}}
It's important to note that the versions listed on a roadmap item unless noted as completed are an intended estimation.
Plans may change and we may potentially forget to update the version. If you feel we've forgotten please feel free to
let us know via a GitHub Discussion or one of the Chat options.
diff --git a/docs/layouts/shortcodes/confkey.html b/docs/layouts/shortcodes/confkey.html
index 35a854ff6..d916bf9e9 100644
--- a/docs/layouts/shortcodes/confkey.html
+++ b/docs/layouts/shortcodes/confkey.html
@@ -22,7 +22,7 @@
{{- if $ref }}
<a href="/configuration/prologue/common/#{{ $ref }}" class="badge confkey-syntax" data-bs-toggle="tooltip" data-bs-placement="top" title="The common syntax name">{{ $syntax }}</a>
{{- else }}
- <span class="badge confkey-syntax" data-bs-toggle="tooltip" data-bs-placement="top" title="The common syntax nam">{{ $syntax }}</span>
+ <span class="badge confkey-syntax" data-bs-toggle="tooltip" data-bs-placement="top" title="The common syntax name">{{ $syntax }}</span>
{{- end }}
{{- end }}
{{- with $structure }}
@@ -58,11 +58,15 @@
{{- end }}
{{- with .Get "common-description" }}{{ $description := . }}{{ end }}
{{- with .Get "common-text" }}{{ $text := . }}{{ end }}
-<div class="alert alert-success d-flex" role="alert">
- <div class="flex-shrink-1 alert-icon">⚠️</div>
- <div class="w-100">
- <b>Reference Note:</b> {{ $text }}For more information please see both the <a href="#configuration" class="alert-link">configuration example</a> and the <a href="/configuration/prologue/common/#{{ $ref }}" class="alert-link">{{ $description }}</a> reference guide.
+<div class="callout callout-tip d-flex flex-row mt-4 mb-4 pt-4 pe-4 pb-2 ps-3">
+ <svg class="outline/rocket svg-inline callout-icon me-2 mb-3" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentcolor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M4 13a8 8 0 017 7 6 6 0 003-5 9 9 0 006-8 3 3 0 00-3-3 9 9 0 00-8 6 6 6 0 00-5 3"></path><path d="M7 14a6 6 0 00-3 6 6 6 0 006-3"></path><path d="M15 9m-1 0a1 1 0 102 0 1 1 0 10-2 0"></path></svg>
+ <div class="callout-content">
+ <div class="callout-title">
+ <p>Reference Note</p>
+ </div>
+ <div class="callout-body">
+ <p>{{ $text }}For more information please see both the <a href="#configuration" class="alert-link">configuration example</a> and the <a href="/configuration/prologue/common/#{{ $ref }}" class="alert-link">{{ $description }}</a> reference guide.</p>
+ </div>
</div>
</div>
-<br />
-{{- end }} \ No newline at end of file
+{{- end }}