@@ -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' } ,
0 commit comments