🐳 chore: 仓库链接指向

This commit is contained in:
m1m1sha
2024-05-09 10:05:54 +08:00
parent 771c872d6e
commit 4076dc2e94
13 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export const cn = defineConfig({
copyright: '版权所有 © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
pattern: 'https://github.com/EasyTier/easytier-doc/edit/dev/:path',
text: '在 GitHub 上编辑此页面',
},
docFooter: {
+7 -7
View File
@@ -20,12 +20,12 @@ export const en = defineConfig({
text: 'Networking',
link: '/en/guide/networking',
items: [
{ text: 'Two Node', link: '/en//guide/network/two-node-networking' },
{ text: 'Multi Node', link: '/en//guide/network/multi-node-networking' },
{ text: 'Subnet Proxy', link: '/en//guide/network/point-to-networking' },
{ text: 'Without Public IP', link: '/en//guide/network/networking-without-public-ip' },
{ text: 'Use WireGuard Client', link: '/en//guide/network/use-easytier-with-wirefuard-client' },
{ text: 'Other Configurations', link: '/en//guide/network/configurations' },
{ text: 'Two Node', link: '/en/guide/network/two-node-networking' },
{ text: 'Multi Node', link: '/en/guide/network/multi-node-networking' },
{ text: 'Subnet Proxy', link: '/en/guide/network/point-to-networking' },
{ text: 'Without Public IP', link: '/en/guide/network/networking-without-public-ip' },
{ text: 'Use WireGuard Client', link: '/en/guide/network/use-easytier-with-wirefuard-client' },
{ text: 'Other Configurations', link: '/en/guide/network/configurations' },
],
},
{
@@ -42,7 +42,7 @@ export const en = defineConfig({
copyright: 'Copyright © 2024-present EasyTier',
},
editLink: {
pattern: 'https://github.com/m1m1sha/easytier-doc/edit/dev/:path',
pattern: 'https://github.com/EasyTier/easytier-doc/edit/dev/:path',
text: 'Edit this page on GitHub',
},
},