diff --git a/docs/Manifest.toml b/docs/Manifest.toml index 4452419..49df2c0 100644 --- a/docs/Manifest.toml +++ b/docs/Manifest.toml @@ -374,9 +374,9 @@ version = "1.4.1" [[deps.DocumenterVitepress]] deps = ["ANSIColoredPrinters", "Base64", "DocStringExtensions", "Documenter", "IOCapture", "Markdown", "NodeJS_20_jll", "REPL"] -git-tree-sha1 = "733cf5d8819a583b2753a59e820e9de130c2df4e" +git-tree-sha1 = "a58b1681c9d3ef9f5842ac86c13f9f5b8ff2eee6" uuid = "4710194d-e776-4893-9690-8d956a29c365" -version = "0.1.0" +version = "0.1.1" [deps.DocumenterVitepress.extensions] DocumenterVitepressDocumenterCitationsExt = "DocumenterCitations" @@ -1266,9 +1266,9 @@ uuid = "0796e94c-ce3b-5d07-9a54-7f471281c624" version = "0.5.29" [[deps.TranscodingStreams]] -git-tree-sha1 = "a947ea21087caba0a798c5e494d0bb78e3a1a3a0" +git-tree-sha1 = "d73336d81cafdc277ff45558bb7eaa2b04a8e472" uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa" -version = "0.10.9" +version = "0.10.10" weakdeps = ["Random", "Test"] [deps.TranscodingStreams.extensions] diff --git a/docs/src/index.md b/docs/src/index.md index 332f885..b2b9884 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -16,7 +16,7 @@ hero: link: /cp/intro - theme: alt text: View on Github - link: https://github.com/JuliaConstraints/JuliaConstraints.github.io + link: https://github.com/JuliaConstraints/JuliaConstraints.github.io features: - icon: <img width="64" height="64" src="JuMP-logo-dark.png" alt="JuMP.jl"/> @@ -34,7 +34,7 @@ features: --- ``` - +```@raw html <p style="margin-bottom:2cm"></p> <div class="vp-doc" style="width:80%; margin:auto"> @@ -63,3 +63,4 @@ features: <p>At Julia Constraints, our mission is to democratize Constraint Programming by providing robust, user-friendly tools that simplify the modeling process, enhance efficiency, and empower users to solve complex problems with ease.</p> </div> +```