fix: Color theme & add alert text
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
6a6114f3c9
commit
859eaccd6e
|
@ -165,7 +165,7 @@ $alert-color-scale: 0;
|
|||
|
||||
// docsearch
|
||||
$dropdown-config: (
|
||||
main-color: $purple,
|
||||
main-color: $primary,
|
||||
layout-type: normal,
|
||||
layout-width: normal,
|
||||
layout-alignment: align,
|
||||
|
@ -183,7 +183,7 @@ $dropdown-config: (
|
|||
title-color: $black,
|
||||
subtitle-color: $black,
|
||||
text-color: $black,
|
||||
highlight-color: $purple,
|
||||
highlight-color: $primary,
|
||||
highlight-opacity: 0.1,
|
||||
highlight-type: underline
|
||||
);
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
min = "0.80.0"
|
||||
max = ""
|
||||
|
||||
[[mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "node_modules/@hyas/doks/archetypes"
|
||||
target = "archetypes"
|
||||
|
@ -39,10 +43,6 @@
|
|||
source = "node_modules/mermaid"
|
||||
target = "assets/js/vendor/mermaid"
|
||||
|
||||
[[mounts]]
|
||||
source = "assets"
|
||||
target = "assets"
|
||||
|
||||
[[mounts]]
|
||||
source = "static"
|
||||
target = "static"
|
||||
|
|
|
@ -71,10 +71,10 @@ footer = "Réalisé par <a href=\"https://weko.io/\">Weko</a> avec ❤️ et Hé
|
|||
copyRight = "Copyright (c) 2023 Weko"
|
||||
|
||||
# Alert
|
||||
alert = false
|
||||
alert = true
|
||||
alertDismissable = true
|
||||
# alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\" target=\"_blank\" rel=\"noopener\">Check out Doks v0.2</a>"
|
||||
alertText = "Introducing the Doks child theme, several DX + UX updates, and more! <a class=\"alert-link stretched-link\" href=\"https://getdoks.org/blog/doks-v0.2/\">Check out Doks v0.2</a>"
|
||||
alertText = "Ce site est en construction !"
|
||||
|
||||
# Edit Page
|
||||
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
trier, pivoter, supprimer, extraire des pages !
|
||||
</p>
|
||||
<div class="btn-group" role="group" aria-label="Basic outlined example">
|
||||
<a href="/documentation/pdf/introduction" class="btn btn-outline-primary">Docs</a>
|
||||
<a href="/docs/pdf/introduction/" class="btn btn-outline-primary">Docs</a>
|
||||
<a href="https://pdf.loi.re" class="btn btn-primary">Accéder au service</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue