From 9c4103b1cdb7aab2c62ee8a30690d4d2a9915c85 Mon Sep 17 00:00:00 2001 From: marikaris Date: Tue, 7 Jan 2025 08:57:45 +0100 Subject: [PATCH] Update mkdocs.yml docs: add site_url to hopefully fix styling in docs --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 04f5260e6..d81dc8f22 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,5 @@ site_name: MOLGENIS Armadillo Docs +site_url: https://molgenis.github.io/molgenis-service-armadillo/ repo_name: MOLGENIS Armadillo repo_url: https://github.com/molgenis/molgenis-service-armadillo theme: @@ -85,4 +86,4 @@ markdown_extensions: - admonition - pymdownx.details - abbr - - pymdownx.keys \ No newline at end of file + - pymdownx.keys