Skip to content

Commit 315508f

Browse files
authored
update docs (#142)
1 parent 0c01c1a commit 315508f

File tree

99 files changed

+2209
-1076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2209
-1076
lines changed

.vitepress/config/cn.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,16 @@ export const cn = defineConfig({
1313
items: [
1414
{ text: '功能简介', link: '/guide/introduction' },
1515
{ text: '下载', link: '/guide/download' },
16-
{ text: '安装', link: '/guide/installation' },
16+
{ text: '安装 CLI', link: '/guide/installation' },
17+
{ text: '安装 GUI', link: '/guide/installation_gui' },
18+
{ text: '常见问题', link: '/guide/faq' },
1719
],
1820
},
1921
{
2022
text: '命令行工具组网',
2123
link: '/guide/networking',
2224
items: [
23-
{ text: '快速组网', link: '/guide/network/fast-networking' },
25+
{ text: '快速组网', link: '/guide/network/quick-networking' },
2426
{ text: '去中心组网', link: '/guide/network/decentralized-networking' },
2527
{ text: '使用 Web 控制台组网', link: '/guide/network/web-console' },
2628
{ text: '使用 WireGuard 客户端接入', link: '/guide/network/use-easytier-with-wireguard-client' },
@@ -32,8 +34,10 @@ export const cn = defineConfig({
3234
{ text: 'SOCKS5', link: '/guide/network/socks5' },
3335
{ text: '搭建共享节点', link: '/guide/network/host-public-server' },
3436
{ text: '改善 P2P', link: '/guide/network/p2p-optimize' },
37+
{ text: '魔法 DNS', link: '/guide/network/magic-dns' },
3538
] },
3639
{ text: '开机自启(注册服务)', collapsed: true, items: [
40+
{ text: '一键安装服务', link: '/guide/network/oneclick-install-as-service' },
3741
{ text: '安装为 Windows 服务', link: '/guide/network/install-as-a-windows-service' },
3842
{ text: '安装为 Linux systemd 服务', link: '/guide/network/install-as-a-systemd-service' },
3943
{ text: '安装为 macOS 服务', link: '/guide/network/install-as-a-macos-service' },

.vitepress/config/en.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,31 @@ export const en = defineConfig({
1313
items: [
1414
{ text: 'Introduction', link: '/en/guide/introduction' },
1515
{ text: 'Download', link: '/en/guide/download' },
16-
{ text: 'Installation', link: '/en/guide/installation' },
16+
{ text: 'Installation CLI', link: '/en/guide/installation' },
17+
{ text: 'Installation GUI', link: '/en/guide/installation_gui' },
18+
{ text: 'FAQ', link: '/en/guide/faq' },
1719
],
1820
},
1921
{
2022
text: 'Command Line Networking',
2123
link: '/en/guide/networking',
2224
items: [
23-
{ text: 'Quick Networking', link: '/en/guide/network/fast-networking' },
25+
{ text: 'Quick Networking', link: '/en/guide/network/quick-networking' },
2426
{ text: 'Decentralized Networking', link: '/en/guide/network/decentralized-networking' },
2527
{ text: 'Networking with Web Console', link: '/en/guide/network/web-console' },
2628
{ text: 'Using WireGuard Client', link: '/en/guide/network/use-easytier-with-wireguard-client' },
2729
{ text: 'Subnet Proxy (Point-to-Network)', link: '/en/guide/network/point-to-networking' },
30+
{ text: 'Bandwidth and Latency Optimization (KCP Proxy)', link: '/en/guide/network/kcp-proxy' },
2831
{ text: 'Advanced Features', collapsed: true, items: [
2932
{ text: 'Network-to-Network', link: '/en/guide/network/network-to-network' },
3033
{ text: 'No TUN Mode (No Root Required)', link: '/en/guide/network/no-root' },
3134
{ text: 'SOCKS5', link: '/en/guide/network/socks5' },
3235
{ text: 'Hosting Public Server', link: '/en/guide/network/host-public-server' },
3336
{ text: 'P2P Optimization', link: '/en/guide/network/p2p-optimize' },
37+
{ text: 'Magic DNS', link: '/en/guide/network/magic-dns' },
3438
] },
3539
{ text: 'Autostart (Register Service)', collapsed: true, items: [
40+
{ text: 'One-Click Install Service', link: '/en/guide/network/oneclick-install-as-service' },
3641
{ text: 'Install as Windows Service', link: '/en/guide/network/install-as-a-windows-service' },
3742
{ text: 'Install as Linux systemd Service', link: '/en/guide/network/install-as-a-systemd-service' },
3843
{ text: 'Install as macOS Service', link: '/en/guide/network/install-as-a-macos-service' },

assets/AstralET1.png

-115 KB

assets/AstralET2.png

-49.5 KB

assets/AstralET3.png

-36.1 KB

assets/AstralET4.png

-35.8 KB

assets/AstralET5.png

-89.5 KB

assets/alipay.png

7.45 KB

assets/cn/config.png

14 KB

assets/cn/manual.png

24 KB

0 commit comments

Comments
 (0)