REFACTOR(repo): migrate repoURL to K3S-HOME

- Update repository URL to K3S-HOME organization
- Change from personal to organization repo
This commit is contained in:
2026-01-03 21:06:51 +09:00
parent 2f03f56f78
commit 42eb875c01
13 changed files with 19 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/Mayne0213/infrastructure/src/branch/main/docusaurus/',
'https://github.com/K3S-HOME/infrastructure/src/branch/main/docusaurus/',
},
theme: {
customCss: './src/css/custom.css',
@@ -78,7 +78,7 @@ const config = {
position: 'right',
},
{
href: 'https://github.com/Mayne0213/infrastructure',
href: 'https://github.com/K3S-HOME/infrastructure',
label: 'Gitea',
position: 'right',
},
@@ -122,7 +122,7 @@ const config = {
},
{
label: 'Repository',
href: 'https://github.com/Mayne0213/infrastructure',
href: 'https://github.com/K3S-HOME/infrastructure',
},
],
},