@@ -44,8 +44,25 @@ export default defineConfig({
4444 nav : [
4545 { text : "首页" , link : "/" } ,
4646 { text : "大史记" , link : "/about/news.md" } ,
47- { text : "配置指南" , link : "/config/" } ,
48- { text : "使用指南" , link : "/document/" } ,
47+ {
48+ text : "配置指南" ,
49+ items : [
50+ { text : "特性详解" , link : "/config/features/" } ,
51+ { text : "基础配置" , link : "/config/" } ,
52+ { text : "入站协议" , link : "/config/inbounds/" } ,
53+ { text : "出站协议" , link : "/config/outbounds/" } ,
54+ { text : "底层传输" , link : "/config/transports/" } ,
55+ ] ,
56+ } ,
57+ {
58+ text : "使用指南" ,
59+ items : [
60+ { text : "快速入门" , link : "/document/" } ,
61+ { text : "小小白白话文" , link : "/document/level-0/" } ,
62+ { text : "入门技巧" , link : "/document/level-1/" } ,
63+ { text : "进阶技巧" , link : "/document/level-2/" } ,
64+ ] ,
65+ } ,
4966 { text : "开发指南" , link : "/development/" } ,
5067 ] ,
5168
@@ -364,8 +381,28 @@ export default defineConfig({
364381 nav : [
365382 { text : "Homepage" , link : "/en" } ,
366383 { text : "The Great Chronicles" , link : "/en/about/news.md" } ,
367- { text : "Config Reference" , link : "/en/config/" } ,
368- { text : "Quick Start" , link : "/en/document/" } ,
384+ {
385+ text : "Configuration Guide" ,
386+ items : [
387+ { text : "Feature Details" , link : "/en/config/features/" } ,
388+ { text : "Basic Configuration" , link : "/en/config/" } ,
389+ { text : "Inbound Protocols" , link : "/en/config/inbounds/" } ,
390+ { text : "Outbound Protocols" , link : "/en/config/outbounds/" } ,
391+ { text : "Underlying Transports" , link : "/en/config/transports/" } ,
392+ ] ,
393+ } ,
394+ {
395+ text : "Usage Guide" ,
396+ items : [
397+ { text : "Quick Start" , link : "/en/document/" } ,
398+ {
399+ text : "Beginner's Plain Language Guide" ,
400+ link : "/en/document/level-0/" ,
401+ } ,
402+ { text : "Beginner Tips" , link : "/en/document/level-1/" } ,
403+ { text : "Advanced Tips" , link : "/en/document/level-2/" } ,
404+ ] ,
405+ } ,
369406 { text : "Developer Guide" , link : "/en/development/" } ,
370407 ] ,
371408
@@ -751,8 +788,28 @@ export default defineConfig({
751788 nav : [
752789 { text : "Главная" , link : "/ru" } ,
753790 { text : "История сайта" , link : "/ru/about/news.md" } ,
754- { text : "Справочник по конфигурации" , link : "/ru/config/" } ,
755- { text : "Быстрый старт" , link : "/ru/document/" } ,
791+ {
792+ text : "Руководство по конфигурации" ,
793+ items : [
794+ { text : "Подробности функций" , link : "/ru/config/features/" } ,
795+ { text : "Базовая конфигурация" , link : "/ru/config/" } ,
796+ { text : "Входящие протоколы" , link : "/ru/config/inbounds/" } ,
797+ { text : "Исходящие протоколы" , link : "/ru/config/outbounds/" } ,
798+ { text : "Нижние транспорты" , link : "/ru/config/transports/" } ,
799+ ] ,
800+ } ,
801+ {
802+ text : "Руководство по использованию" ,
803+ items : [
804+ { text : "Быстрый старт" , link : "/ru/document/" } ,
805+ {
806+ text : "Руководство для новичков простым языком" ,
807+ link : "/ru/document/level-0/" ,
808+ } ,
809+ { text : "Советы для начинающих" , link : "/ru/document/level-1/" } ,
810+ { text : "Продвинутые советы" , link : "/ru/document/level-2/" } ,
811+ ] ,
812+ } ,
756813 { text : "Руководство разработчика" , link : "/ru/development/" } ,
757814 ] ,
758815
0 commit comments