diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 655abdd69..ea49b049c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -30,8 +30,8 @@ theme: extra_css: - css/extra.css -repo_name: 'AkkomaGang/akkoma' -repo_url: 'https://akkoma.dev/AkkomaGang/akkoma' +repo_name: 'sliver/akkoma' +repo_url: 'https://akkoma.dev/sliver/akkoma' extra: repo_icon: gitea diff --git a/docs/theme/partials/source.html b/docs/theme/partials/source.html index 3b10223b1..c3980ae37 100644 --- a/docs/theme/partials/source.html +++ b/docs/theme/partials/source.html @@ -38,10 +38,10 @@ {% endif %} {% if page and page.url.startswith('backend') %} - {% set repo_url = "https://akkoma.dev/AkkomaGang/akkoma" %} + {% set repo_url = "https://akkoma.dev/sliver/akkoma" %} {% set repo_name = "AkkomaGang/akkoma" %} {% elif page and page.url.startswith('frontend') %} - {% set repo_url = "https://akkoma.dev/AkkomaGang/akkoma-fe" %} + {% set repo_url = "https://akkoma.dev/sliver/akkoma-fe" %} {% set repo_name = "AkkomaGang/akkoma-fe" %} {% else %} {% set repo_url = config.repo_url %}