fix: Color theme & add alert text
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Simon 2023-05-23 01:14:01 +02:00
parent 6a6114f3c9
commit 859eaccd6e
4 changed files with 9 additions and 9 deletions

View File

@ -165,7 +165,7 @@ $alert-color-scale: 0;
// docsearch // docsearch
$dropdown-config: ( $dropdown-config: (
main-color: $purple, main-color: $primary,
layout-type: normal, layout-type: normal,
layout-width: normal, layout-width: normal,
layout-alignment: align, layout-alignment: align,
@ -183,7 +183,7 @@ $dropdown-config: (
title-color: $black, title-color: $black,
subtitle-color: $black, subtitle-color: $black,
text-color: $black, text-color: $black,
highlight-color: $purple, highlight-color: $primary,
highlight-opacity: 0.1, highlight-opacity: 0.1,
highlight-type: underline highlight-type: underline
); );

View File

@ -3,6 +3,10 @@
min = "0.80.0" min = "0.80.0"
max = "" max = ""
[[mounts]]
source = "assets"
target = "assets"
[[mounts]] [[mounts]]
source = "node_modules/@hyas/doks/archetypes" source = "node_modules/@hyas/doks/archetypes"
target = "archetypes" target = "archetypes"
@ -39,10 +43,6 @@
source = "node_modules/mermaid" source = "node_modules/mermaid"
target = "assets/js/vendor/mermaid" target = "assets/js/vendor/mermaid"
[[mounts]]
source = "assets"
target = "assets"
[[mounts]] [[mounts]]
source = "static" source = "static"
target = "static" target = "static"

View File

@ -71,10 +71,10 @@ footer = "Réalisé par <a href=\"https://weko.io/\">Weko</a> avec ❤️ et Hé
copyRight = "Copyright (c) 2023 Weko" copyRight = "Copyright (c) 2023 Weko"
# Alert # Alert
alert = false alert = true
alertDismissable = 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/\" 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 # Edit Page
# repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster # repoHost [Github | Gitea | GitLab | Bitbucket | BitbucketServer ] is used for building the edit link based on git hoster

View File

@ -40,7 +40,7 @@
trier, pivoter, supprimer, extraire des pages ! trier, pivoter, supprimer, extraire des pages !
</p> </p>
<div class="btn-group" role="group" aria-label="Basic outlined example"> <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> <a href="https://pdf.loi.re" class="btn btn-primary">Accéder au service</a>
</div> </div>
</div> </div>