From 37e21b50dbe0b1c88c1b8ddecb472f9ab0d74881 Mon Sep 17 00:00:00 2001 From: Tellsanguis Date: Sat, 15 Nov 2025 15:08:50 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20liens=20profils=20GitHub?= =?UTF-8?q?=20et=20Forgejo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GitHub links now point to https://github.com/Tellsanguis - Forgejo links now point to https://forgejo.tellserv.fr/Tellsanguis - Edit page links now use Forgejo repository for source editing --- docusaurus.config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 1280370..5362458 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -47,7 +47,7 @@ const config: Config = { { docs: { sidebarPath: './sidebars.ts', - editUrl: 'https://github.com/Tellsanguis/blog_technique/tree/main/', + editUrl: 'https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/', showLastUpdateAuthor: true, showLastUpdateTime: true, }, @@ -60,7 +60,7 @@ const config: Config = { copyright: `Copyright © ${new Date().getFullYear()} TellServ.`, language: 'fr', }, - editUrl: 'https://github.com/Tellsanguis/blog_technique/tree/main/', + editUrl: 'https://forgejo.tellserv.fr/Tellsanguis/blog_tech/src/branch/main/', blogSidebarTitle: 'Articles récents', blogSidebarCount: 'ALL', }, @@ -108,7 +108,7 @@ const config: Config = { position: 'right', }, { - href: 'https://github.com/Tellsanguis/blog_technique', + href: 'https://github.com/Tellsanguis', label: 'GitHub', position: 'right', }, @@ -140,11 +140,11 @@ const config: Config = { items: [ { label: 'GitHub', - href: 'https://github.com/Tellsanguis/blog_technique', + href: 'https://github.com/Tellsanguis', }, { label: 'Forgejo', - href: 'https://forgejo.tellserv.fr', + href: 'https://forgejo.tellserv.fr/Tellsanguis', }, ], },