From b9a91f8d875131b2d4d62ddd0531d5e3b58cc96b Mon Sep 17 00:00:00 2001 From: Daniel Badura Date: Wed, 1 Feb 2023 11:37:53 +0100 Subject: [PATCH] Fix site_url so that crawling is not messed up --- docs/mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 2f40a1605..0a31f197f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json site_name: Event Sourcing -site_url: https://patchlevel.de/ +site_url: https://patchlevel.github.io/event-sourcing-docs/ repo_url: https://github.com/patchlevel/event-sourcing repo_name: patchlevel/event-sourcing edit_uri: edit/2.0.x/docs/pages/ @@ -93,4 +93,4 @@ nav: - CLI: cli.md - Schema Migration: migration.md - Watch Server: watch_server.md - - Tests: tests.md \ No newline at end of file + - Tests: tests.md