@@ -29,7 +29,7 @@ features = [
2929 " content.code.copy" ,
3030 " content.code.select" ,
3131 " content.code.annotate" ,
32- # "navigation.tabs", # 将导航栏放置于顶部
32+ " navigation.tabs" , # 将导航栏放置于顶部
3333# "navigation.indexes",
3434# "toc.integrate"
3535]
@@ -48,24 +48,58 @@ copyright = """本项目的全部文字在 <a href="https://creativecommons.org/
4848
4949extra_javascript = [" javascripts/feedback.js" ]
5050
51- # nav = [
52- # { "主页" = "index.md" },
53- # { "教程目录" = "Contents.md" },
54- # { "管制员训练" = [
55- # "CTD/index.md",
56- # {"管制员训练·主页" = "/CTD"},
57- # {"管制员培训大纲" = "/CTD/OPDOC-CTD-202501-R4-SC"},
58- # {"Simple FSD" = "Programming/FSD/index.md"},
59- # {"China-Mainland-sector" = "Programming/Sectors/index.md"}
60- # ]},
61- # { "技术" = [
62- # "Programming/index.md",
63- # {"技术·主页" = "/Programming"},
64- # {"Operating-document" = ""},
65- # {"Simple FSD" = "Programming/FSD/index.md"},
66- # {"China-Mainland-sector" = "Programming/Sectors/index.md"}
67- # ]}
68- # ]
51+ nav = [
52+ { "主页" = " index.md" },
53+ { "教程目录" = " Contents.md" },
54+ { "总则" = [
55+ " General/index.md" ,
56+ {"行为准则" = " General/OPDOC-General-202502-R2-SC.md" },
57+ {"标准文件发行格式" = " General/OPDOC-General-202501-R3-SC.md" }
58+ ]},
59+ { "管制员训练部" = [
60+ " CTD/index.md" ,
61+ {"管制员培训大纲" = " CTD/OPDOC-CTD-202501-R4-SC.md" },
62+ {"管制员训练部·学习中心" = [
63+ " CTD/Learning_Center/index.md" ,
64+ {"Swift 连飞教程" = " PTD/Learning_Center/Swift_Connected_Flight_Tutorial" },
65+ {"陆空对话(空中交通无线电通话用语)" = " PTD/Learning_Center/Radiotelephony_Communications_for_Air_Traffic_Services" },
66+ {"Metar报文解读" = " PTD/Learning_Center/References/%E5%9B%BD%E9%99%85%E6%B0%94%E8%B1%A1%E6%8A%A5%E6%96%87%E8%A7%A3%E7%A0%81.pdf" },
67+ {"eAIP航图解读" = " PTD/Learning_Center/References/%E8%88%AA%E5%9B%BE%E8%AF%86%E8%AF%BB.pdf" },
68+ {"RVSM飞行高度层" = " PTD/Learning_Center/RVSM_flight_level" },
69+ {"飞行情报区" = " PTD/Learning_Center/FIR" },
70+ {"空域" = " PTD/Learning_Center/Airspace" },
71+ {"班机航路的查询教程" = " PTD/Learning_Center/Airlines_flight_route" },
72+ {"先导宣传片" = " CTD/Learning_Center/teaser_trailer.md" }
73+ ]}
74+ ]},
75+ { "飞行员训练部" = [
76+ # "PTD/index.md",
77+ {"飞行员训练部·学习中心" = [
78+ " PTD/Learning_Center/index.md" ,
79+ {"Swift 连飞教程" = " PTD/Learning_Center/Swift_Connected_Flight_Tutorial.md" },
80+ {"陆空对话(空中交通无线电通话用语)" = " PTD/Learning_Center/Radiotelephony_Communications_for_Air_Traffic_Services.md" },
81+ {"Metar报文解读" = " PTD/Learning_Center/References/%E5%9B%BD%E9%99%85%E6%B0%94%E8%B1%A1%E6%8A%A5%E6%96%87%E8%A7%A3%E7%A0%81.pdf" },
82+ {"eAIP航图解读" = " PTD/Learning_Center/References/%E8%88%AA%E5%9B%BE%E8%AF%86%E8%AF%BB.pdf" },
83+ {"RVSM飞行高度层" = " PTD/Learning_Center/RVSM_flight_level.md" },
84+ {"飞行情报区" = " PTD/Learning_Center/FIR.md" },
85+ {"空域" = " PTD/Learning_Center/Airspace.md" },
86+ {"班机航路的查询教程" = " PTD/Learning_Center/Airlines_flight_route.md" }
87+ ]}
88+ ]},
89+ { "技术" = [
90+ " Programming/index.md" ,
91+ {"Operating-document" = [
92+ # "",
93+ {"贡献者公约" = " CODE_OF_CONDUCT.md" },
94+ {"CC BY-SA 4.0 License" = " LICENSE.md" },
95+ {"贡献指南" = " Contribution_guidelines.md" },
96+ {"Github主页" = " https://github.com/apocfly/Operating-document" }
97+ ]},
98+ {"Simple FSD" = " Programming/FSD/index.md" },
99+ {"China-Mainland-Sector" = " Programming/Sectors/index.md" }
100+ ]},
101+
102+ ]
69103
70104# [project.extra.analytics]
71105# provider: custom
0 commit comments