Mise à jour liens profils GitHub et Forgejo
- 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
This commit is contained in:
parent
aba46f671c
commit
37e21b50db
1 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ const config: Config = {
|
||||||
{
|
{
|
||||||
docs: {
|
docs: {
|
||||||
sidebarPath: './sidebars.ts',
|
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,
|
showLastUpdateAuthor: true,
|
||||||
showLastUpdateTime: true,
|
showLastUpdateTime: true,
|
||||||
},
|
},
|
||||||
|
|
@ -60,7 +60,7 @@ const config: Config = {
|
||||||
copyright: `Copyright © ${new Date().getFullYear()} TellServ.`,
|
copyright: `Copyright © ${new Date().getFullYear()} TellServ.`,
|
||||||
language: 'fr',
|
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',
|
blogSidebarTitle: 'Articles récents',
|
||||||
blogSidebarCount: 'ALL',
|
blogSidebarCount: 'ALL',
|
||||||
},
|
},
|
||||||
|
|
@ -108,7 +108,7 @@ const config: Config = {
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/Tellsanguis/blog_technique',
|
href: 'https://github.com/Tellsanguis',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
|
|
@ -140,11 +140,11 @@ const config: Config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/Tellsanguis/blog_technique',
|
href: 'https://github.com/Tellsanguis',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Forgejo',
|
label: 'Forgejo',
|
||||||
href: 'https://forgejo.tellserv.fr',
|
href: 'https://forgejo.tellserv.fr/Tellsanguis',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue