parent
6a6114f3c9
commit
859eaccd6e
|
@ -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
|
||||||
);
|
);
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue