@@ -8,84 +8,6 @@ module.exports = {
88 ] ,
99 themeConfig : {
1010 logo : '/images/logo.png' ,
11- lastUpdated : 'Last Updated' ,
12- nav : [
13- { text : '首页' , link : '/' } ,
14- { text : '指南' , link : '/guide/' } ,
15- { text : '组件' , link : '/components/' } ,
16- { text : '开发计划' , link : '/roadmap/' } ,
17- { text : '更新日志' , link : '/changelog/' } ,
18- { text : '交流邀请' , link : '/community/' } ,
19- ] ,
20- sidebar : {
21- '/guide/' : [
22- {
23- title : '指南' ,
24- collapsable : false ,
25- children : [ '' , 'develop' , 'i18n' ] ,
26- } ,
27- ] ,
28- '/components/' : [
29- {
30- title : '组件' ,
31- collapsable : false ,
32- children : [
33- '' ,
34- {
35- title : '通用' ,
36- collapsable : false ,
37- children : [ 'typewriter' ] ,
38- } ,
39- {
40- title : '对话类组件' ,
41- collapsable : false ,
42- children : [ 'bubble' , 'bubble-list' ] ,
43- } ,
44- {
45- title : '交互类组件' ,
46- collapsable : false ,
47- children : [ 'sender' , 'attachments' , 'files-card' ] ,
48- } ,
49- {
50- title : '导航类组件' ,
51- collapsable : false ,
52- children : [ 'conversations' , 'welcome' , 'prompts' ] ,
53- } ,
54- {
55- title : '确认' ,
56- collapsable : false ,
57- children : [ 'thinking' , 'thought-chain' ] ,
58- } ,
59- {
60- title : '完整应用组件' ,
61- collapsable : false ,
62- children : [ 'dify-chat' ] ,
63- } ,
64- {
65- title : '工具函数' ,
66- collapsable : false ,
67- children : [ 'record-mixins' , 'send-mixins' , 'stream-mixins' ] ,
68- } ,
69- ] ,
70- } ,
71- ] ,
72-
73- '/roadmap/' : [
74- {
75- title : '开发计划' ,
76- collapsable : false ,
77- children : [ '' ] ,
78- } ,
79- ] ,
80- '/changelog/' : [
81- {
82- title : '更新日志' ,
83- collapsable : false ,
84- children : [ '' ] ,
85- } ,
86- ] ,
87- } ,
88- lastUpdated : '上次更新' ,
8911 repo : 'worryzyy/element-ui-x' ,
9012 docsDir : 'packages/docs/src' ,
9113 editLinks : true ,
0 commit comments