From cde5fbb94b444bb96b659ece1b9d062121ba078b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 8 Feb 2023 23:39:11 +0100 Subject: [PATCH] Docs are accessible under docs.part-db.de --- docs/_config.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/_config.yaml b/docs/_config.yaml index 790d422a..77c4d2ce 100644 --- a/docs/_config.yaml +++ b/docs/_config.yaml @@ -2,8 +2,11 @@ title: Part-DB description: Open source inventory management system for your electronic components. remote_theme: just-the-docs/just-the-docs -url: "https://part-db.github.io" -baseurl: "/Part-DB-symfony" # the subpath of your site, e.g. /blog +url: "https://docs.part-db.de" +baseurl: "/" # the subpath of your site, e.g. /blog + +#url: "https://part-db.github.io" +#baseurl: "/Part-DB-symfony" # the subpath of your site, e.g. /blog favicon_ico: "/assets/favicon.ico"