@@ -5,7 +5,7 @@ export default {
55 outDir : "../website" ,
66 themeConfig : {
77 search : {
8- provider : 'local'
8+ provider : 'local'
99 }
1010 } ,
1111 locales : {
@@ -27,27 +27,27 @@ export default {
2727 }
2828 } ,
2929 zh : {
30- label : '简体中文' ,
31- lang : 'zh' ,
32- title : '墨干理工套件' ,
33- description : '用于探索科学与技术的自由的理工套件' ,
34- themeConfig : {
35- siteTitle : '墨干' ,
36- nav : navZh ( ) ,
37- sidebar : {
38- '/zh/guide' : sidebarGuideZh ( ) ,
39- } ,
40- footer : {
41- message : '享受探索科学与技术的乐趣!' ,
42- copyright : '版权所有 © 2022-2024 墨干贡献者'
43- } ,
44- }
30+ label : '简体中文' ,
31+ lang : 'zh' ,
32+ title : '墨干理工套件' ,
33+ description : '用于探索科学与技术的自由的理工套件' ,
34+ themeConfig : {
35+ siteTitle : '墨干' ,
36+ nav : navZh ( ) ,
37+ sidebar : {
38+ '/zh/guide' : sidebarGuideZh ( ) ,
39+ } ,
40+ footer : {
41+ message : '享受探索科学与技术的乐趣!' ,
42+ copyright : '版权所有 © 2022-2024 墨干贡献者'
43+ } ,
44+ }
4545 } ,
4646 } ,
4747 lastUpdated : true ,
4848 ignoreDeadLinks : false ,
4949 head : [
50- [ 'link' , { rel : 'icon' , href : '/favicon.png' } ] ,
50+ [ 'link' , { rel : 'icon' , href : '/favicon.png' } ] ,
5151 ] ,
5252 markdown : {
5353 config ( md ) {
@@ -86,6 +86,11 @@ function navZh() {
8686 link : '/zh/guide/Tutorial' ,
8787 activeMatch : '/ospp/'
8888 } ,
89+ {
90+ text : '大模型集成🔥' ,
91+ link : '/zh/guide/plugin_llm' ,
92+ activeMatch : '/ospp/'
93+ } ,
8994 {
9095 text : '指南' ,
9196 link : '/zh/guide/what-is-mogan' ,
@@ -116,7 +121,7 @@ function sidebarGuide() {
116121 text : 'FAQ' ,
117122 link : '/guide/FAQ'
118123 } ,
119- { text : 'Screenshots' , link : '/guide/Screenshots' } ,
124+ { text : 'Screenshots' , link : '/guide/Screenshots' } ,
120125 {
121126 text : 'Mogan v.s. TeXmacs' ,
122127 link : '/guide/Mogan_versus_TeXmacs'
@@ -208,7 +213,7 @@ function sidebarGuide() {
208213 {
209214 text : 'SVG Image plugin' ,
210215 link : '/guide/plugin_image_svg.md'
211- } ,
216+ } ,
212217 {
213218 text : 'PDF Data plugin' ,
214219 link : '/guide/plugin_data_pdf.md'
@@ -297,7 +302,7 @@ function sidebarGuide() {
297302 text : 'v1.1.4 (2023/07/31)' ,
298303 link : '/guide/changelog/v1.1.4.md'
299304 } ,
300- ]
305+ ]
301306 } ,
302307 ]
303308}
@@ -316,7 +321,7 @@ function sidebarGuideZh() {
316321 text : '常见问题' ,
317322 link : '/zh/guide/FAQ'
318323 } ,
319- { text : '截图' , link : '/zh/guide/Screenshots' } ,
324+ { text : '截图' , link : '/zh/guide/Screenshots' } ,
320325 {
321326 text : '墨干 v.s. TeXmacs' ,
322327 link : '/zh/guide/Mogan_versus_TeXmacs'
@@ -333,6 +338,10 @@ function sidebarGuideZh() {
333338 text : 'Python插件' ,
334339 link : '/zh/guide/plugin_python.md'
335340 } ,
341+ {
342+ text : 'AI大模型插件' ,
343+ link : '/zh/guide/plugin_llm.md'
344+ } ,
336345 {
337346 text : '金鱼Scheme' ,
338347 link : '/zh/guide/plugin_goldfish.md'
0 commit comments