From e15d79294a5cf021f789e905e80d9e03c6085e8b Mon Sep 17 00:00:00 2001 From: sino Date: Sun, 31 Mar 2024 17:32:05 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=83=9D=E3=82=B8=E3=83=88=E3=83=AA?= =?UTF-8?q?=E5=91=A8=E3=82=8A=E3=81=AE=E3=81=9D=E3=82=8C=E3=81=A3=E3=81=BD?= =?UTF-8?q?=E3=81=84=E3=81=A8=E3=81=93=E3=82=8D=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/mkdocs.yml | 4 ++-- docs/theme/partials/source.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 %}