🐳 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',
},
},
+1 -1
View File
@@ -1 +1 @@
[简体中文](https://github.com/KKRainbow/EasyTier/README_CN.md) | [English](https://github.com/KKRainbow/EasyTier/README.md)
[简体中文](https://github.com/EasyTier/EasyTier/README_CN.md) | [English](https://github.com/EasyTier/EasyTier/README.md)
+5 -5
View File
@@ -1,13 +1,13 @@
# Community and Contribution
We welcome and encourage community contributions! If you want to get involved, please submit a [GitHub PR](https://github.com/KKRainbow/EasyTier/pulls). Detailed contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/KKRainbow/EasyTier/blob/main/CONTRIBUTING.md).
We welcome and encourage community contributions! If you want to get involved, please submit a [GitHub PR](https://github.com/EasyTier/EasyTier/pulls). Detailed contribution guidelines can be found in [CONTRIBUTING.md](https://github.com/EasyTier/EasyTier/blob/main/CONTRIBUTING.md).
## Star History
<a href="https://star-history.com/#KKRainbow/EasyTier&Date">
<a href="https://star-history.com/#EasyTier/EasyTier&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
</picture>
</a>
+2 -2
View File
@@ -1,6 +1,6 @@
# Contact
- Ask questions or report problems: [GitHub Issues](https://github.com/KKRainbow/EasyTier/issues)
- Discussion and exchange: [GitHub Discussions](https://github.com/KKRainbow/EasyTier/discussions)
- Ask questions or report problems: [GitHub Issues](https://github.com/EasyTier/EasyTier/issues)
- Discussion and exchange: [GitHub Discussions](https://github.com/EasyTier/EasyTier/discussions)
- QQ Group: [949700262](https://qm.qq.com/q/LDxBN5L3kA)
- Telegram: https://t.me/easytier
+2 -2
View File
@@ -1,7 +1,7 @@
# Installation {#installation}
1. **Download the precompiled binary file**
Visit the [GitHub Release page](https://github.com/KKRainbow/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package.
Visit the [GitHub Release page](https://github.com/EasyTier/EasyTier/releases) to download the binary file suitable for your operating system. Release includes both command-line programs and GUI programs in the compressed package.
2. **Install via crates.io**
@@ -16,6 +16,6 @@
3. **Install from source code**
::: code-group
```sh [cargo]
cargo install --git https://github.com/KKRainbow/EasyTier.git
cargo install --git https://github.com/EasyTier/EasyTier.git
```
:::
+1 -1
View File
@@ -1,3 +1,3 @@
# License
EasyTier is released under the [Apache License 2.0](https://github.com/KKRainbow/EasyTier/blob/main/LICENSE).
EasyTier is released under the [Apache License 2.0](https://github.com/EasyTier/EasyTier/blob/main/LICENSE).
+1 -1
View File
@@ -12,7 +12,7 @@ hero:
link: /en/guide/introduction
- theme: alt
text: Github
link: https://github.com/KKRainbow/EasyTier
link: https://github.com/EasyTier/EasyTier
features:
- title: Decentralized
+6 -6
View File
@@ -1,15 +1,15 @@
# 社区和贡献
我们欢迎并鼓励社区贡献!如果你想参与进来,请提交 [GitHub PR](https://github.com/KKRainbow/EasyTier/pulls)。
我们欢迎并鼓励社区贡献!如果你想参与进来,请提交 [GitHub PR](https://github.com/EasyTier/EasyTier/pulls)。
详细的贡献指南可以在 [Contributing](https://github.com/KKRainbow/EasyTier/blob/main/CONTRIBUTING.md) 中找到。
详细的贡献指南可以在 [Contributing](https://github.com/EasyTier/EasyTier/blob/main/CONTRIBUTING.md) 中找到。
## Star 历史
<a href="https://star-history.com/#KKRainbow/EasyTier&Date">
<a href="https://star-history.com/#EasyTier/EasyTier&Date">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=KKRainbow/EasyTier&type=Date" />
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=EasyTier/EasyTier&type=Date" />
</picture>
</a>
+2 -2
View File
@@ -1,6 +1,6 @@
# 联系方式
- 提问或报告问题:[GitHub Issues](https://github.com/KKRainbow/EasyTier/issues)
- 讨论和交流:[GitHub Discussions](https://github.com/KKRainbow/EasyTier/discussions)
- 提问或报告问题:[GitHub Issues](https://github.com/EasyTier/EasyTier/issues)
- 讨论和交流:[GitHub Discussions](https://github.com/EasyTier/EasyTier/discussions)
- QQ 群: [949700262](https://qm.qq.com/q/LDxBN5L3kA)
- Telegramhttps://t.me/easytier
+2 -2
View File
@@ -1,7 +1,7 @@
# 安装 {#installation}
1. **下载预编译的二进制文件**
访问 [GitHub Release 页面](https://github.com/KKRainbow/EasyTier/releases) 下载适用于您操作系统的二进制文件。Release 压缩包中同时包含命令行程序和图形界面程序。
访问 [GitHub Release 页面](https://github.com/EasyTier/EasyTier/releases) 下载适用于您操作系统的二进制文件。Release 压缩包中同时包含命令行程序和图形界面程序。
2. **通过 crates.io 安装**
@@ -16,6 +16,6 @@
3. **通过源码安装**
::: code-group
```sh [cargo]
cargo install --git https://github.com/KKRainbow/EasyTier.git
cargo install --git https://github.com/EasyTier/EasyTier.git
```
:::
+1 -1
View File
@@ -1,3 +1,3 @@
# 许可证
EasyTier 基于 [Apache License 2.0](https://github.com/KKRainbow/EasyTier/blob/main/LICENSE) 许可发布。
EasyTier 基于 [Apache License 2.0](https://github.com/EasyTier/EasyTier/blob/main/LICENSE) 许可发布。
+1 -1
View File
@@ -12,7 +12,7 @@ hero:
link: /guide/introduction
- theme: alt
text: 在 Github 上查看
link: https://github.com/KKRainbow/EasyTier
link: https://github.com/EasyTier/EasyTier
features:
- title: 去中心化