From 5c3fad22fd6cc4fd5b1d465c2047798470cac19c Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Mon, 10 Oct 2022 11:11:06 -0400 Subject: [PATCH] Update mkdocs.yml Changed owner and repo name --- mkdocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 54c6c017d0..209372562e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,12 +1,12 @@ # General site_name: Dream Script Docs -site_url: https://lstein.github.io/stable-diffusion/ +site_url: https://invoke-ai.github.io/InvokeAI/ site_author: mauwii dev_addr: "127.0.0.1:8080" # Repository -repo_name: lstein/stable-diffusion -repo_url: https://github.com/lstein/stable-diffusion +repo_name: invoke-ai/InvokeAI +repo_url: https://invoke-ai.github.io/InvokeAI/ edit_uri: edit/main/docs/ # Copyright @@ -55,8 +55,8 @@ markdown_extensions: - pymdownx.keys - pymdownx.magiclink: repo_url_shorthand: true - user: 'lstein' - repo: 'stable-diffusion' + user: 'invoke-ai' + repo: 'InvokeAI' - pymdownx.mark - pymdownx.smartsymbols - pymdownx.superfences: