@@ -111,23 +111,32 @@ function createRuleSidebarGroups(lang: 'zh' | 'en') {
111111
112112export const zhNav = [
113113 { text : '项目导读' , link : '/zh/introduction/mission' , activeMatch : '/zh/introduction/' } ,
114+ { text : '技术白皮书' , link : '/zh/whitepaper/performance' , activeMatch : '/zh/whitepaper/' } ,
114115 { text : '学院路径' , link : '/zh/academy/learning-path' , activeMatch : '/zh/academy/' } ,
115116 { text : '架构设计' , link : '/zh/architecture/system-overview' , activeMatch : '/zh/architecture/' } ,
116- { text : '实施指南' , link : '/zh/guides/team-onboarding' , activeMatch : '/zh/guides/' } ,
117117 { text : '规则索引' , link : '/zh/rules/' , activeMatch : '/zh/rules/' } ,
118118 { text : '研究引用' , link : '/zh/research/references' , activeMatch : '/zh/research/' } ,
119119] ;
120120
121121export const enNav = [
122122 { text : 'Introduction' , link : '/en/introduction/mission' , activeMatch : '/en/introduction/' } ,
123+ { text : 'Whitepaper' , link : '/en/whitepaper/performance' , activeMatch : '/en/whitepaper/' } ,
123124 { text : 'Academy' , link : '/en/academy/learning-path' , activeMatch : '/en/academy/' } ,
124125 { text : 'Architecture' , link : '/en/architecture/system-overview' , activeMatch : '/en/architecture/' } ,
125- { text : 'Guides' , link : '/en/guides/team-onboarding' , activeMatch : '/en/guides/' } ,
126126 { text : 'Rules Index' , link : '/en/rules/' , activeMatch : '/en/rules/' } ,
127127 { text : 'Research' , link : '/en/research/references' , activeMatch : '/en/research/' } ,
128128] ;
129129
130130export const zhSidebar = {
131+ '/zh/whitepaper/' : [
132+ {
133+ text : '技术白皮书' ,
134+ items : [
135+ { text : '性能分析' , link : '/zh/whitepaper/performance' } ,
136+ { text : '设计决策' , link : '/zh/whitepaper/design-decisions' } ,
137+ ] ,
138+ } ,
139+ ] ,
131140 '/zh/introduction/' : [
132141 {
133142 text : '项目导读' ,
@@ -143,6 +152,7 @@ export const zhSidebar = {
143152 items : [
144153 { text : '学院路径' , link : '/zh/academy/learning-path' } ,
145154 { text : '维护者课程' , link : '/zh/academy/maintainer-curriculum' } ,
155+ { text : '企业案例研究' , link : '/zh/academy/case-studies/enterprise-adoption' } ,
146156 ] ,
147157 } ,
148158 ] ,
@@ -174,6 +184,7 @@ export const zhSidebar = {
174184 text : '研究引用' ,
175185 items : [
176186 { text : '参考文献' , link : '/zh/research/references' } ,
187+ { text : 'Prompt 工程解读' , link : '/zh/research/papers/prompt-engineering' } ,
177188 { text : '相关开源项目探究' , link : '/zh/resources/ecosystem' } ,
178189 { text : '演进思考' , link : '/zh/resources/extended-reading' } ,
179190 { text : '更新日志' , link : '/zh/changelog' } ,
@@ -208,6 +219,15 @@ export const zhSidebar = {
208219} ;
209220
210221export const enSidebar = {
222+ '/en/whitepaper/' : [
223+ {
224+ text : 'Whitepaper' ,
225+ items : [
226+ { text : 'Performance Analysis' , link : '/en/whitepaper/performance' } ,
227+ { text : 'Design Decisions' , link : '/en/whitepaper/design-decisions' } ,
228+ ] ,
229+ } ,
230+ ] ,
211231 '/en/introduction/' : [
212232 {
213233 text : 'Introduction' ,
@@ -223,6 +243,7 @@ export const enSidebar = {
223243 items : [
224244 { text : 'Academy Path' , link : '/en/academy/learning-path' } ,
225245 { text : 'Maintainer Curriculum' , link : '/en/academy/maintainer-curriculum' } ,
246+ { text : 'Enterprise Case Study' , link : '/en/academy/case-studies/enterprise-adoption' } ,
226247 ] ,
227248 } ,
228249 ] ,
@@ -254,6 +275,7 @@ export const enSidebar = {
254275 text : 'Research' ,
255276 items : [
256277 { text : 'References' , link : '/en/research/references' } ,
278+ { text : 'Prompt Engineering Deep Dive' , link : '/en/research/papers/prompt-engineering' } ,
257279 { text : 'Open Source Survey' , link : '/en/resources/ecosystem' } ,
258280 { text : 'Evolution Notes' , link : '/en/resources/extended-reading' } ,
259281 { text : 'Changelog' , link : '/en/changelog' } ,
0 commit comments