@@ -15,112 +15,113 @@ export const enNavbar = defineNavbarConfig([
1515 text : 'Guide' ,
1616 // link: '/en/guide/',
1717 icon : 'icon-park-outline:guide-board' ,
18- items : [
19- {
20- text : 'Basic Info' ,
21- items : [
22- {
23- text : 'Introduction' ,
24- link : '/en/notes/guide/basicinfo/intro.md' ,
25- icon : 'mdi:tooltip-text-outline' ,
26- activeMatch : '^/guide/'
27- } ,
28- {
29- text : 'Framework Design' ,
30- link : '/en/notes/guide/basicinfo/framework.md' ,
31- icon : 'material-symbols:auto-transmission-sharp' ,
32- activeMatch : '^/guide/'
33- } ,
34- ]
35- } ,
36- {
37- text : 'Start with Dataflow' ,
38- items : [
39- {
40- text : 'Installation' ,
41- link : '/en/notes/guide/quickstart/install.md' ,
42- icon : 'material-symbols-light:download-rounded' ,
43- activeMatch : '^/guide/'
44- } ,
45- {
46- text : 'Quick Start-First Pipeline' ,
47- link : '/en/notes/guide/quickstart/first_pipeline.md' ,
48- icon : 'solar:flag-2-broken' ,
49- activeMatch : '^/guide/'
50- } ,
51- {
52- text : 'Quick Start-dataflow init' ,
53- link : '/en/notes/guide/quickstart/dataflow_init.md' ,
54- icon : 'solar:flag-2-broken' ,
55- activeMatch : '^/guide/'
56- } ,
57- {
58- text : 'Case: PromptedGenerator' ,
59- link : '/en/notes/guide/quickstart/translation.md' ,
60- icon : 'basil:lightning-alt-outline' ,
61- activeMatch : '^/guide/'
62- }
63- // {
64- // text: 'Case: Batch PDF Extracting',
65- // link: '/en/notes/guide/quickstart/knowledge_cleaning.md',
66- // icon: 'basil:lightning-alt-outline',
67- // activeMatch: '^/guide/'
68- // }
69- ]
70- } ,
71- {
72- text : "Pipelines" ,
73- items : [ {
74- text : "Text Pipeline" ,
75- link : '/en/notes/guide/pipelines/TextPipeline.md' ,
76- icon : 'mdi:file-text' ,
77- activeMatch : '^/guide/'
78- } ,
79- {
80- text : "Reasoning Pipeline" ,
81- link : "/en/notes/guide/pipelines/ReasoningPipeline.md" ,
82- icon : "mdi:brain" ,
83- activeMatch : '^/guide/'
84- } ,
85- {
86- text : "Text-to-SQL Pipeline" ,
87- link : "/en/notes/guide/pipelines/Text2SqlPipeline.md" ,
88- icon : "material-symbols-light:checkbook-outline-rounded" ,
89- activeMatch : '^/guide/'
90- } ,
91- {
92- text : "Text-to-QA Pipeline" ,
93- link : "/en/notes/guide/pipelines/Text2QAPipeline.md" ,
94- icon : "solar:palette-round-linear" ,
95- activeMatch : '^/guide/'
96- } ,
97- {
98- text : "Agentic RAG Pipeline" ,
99- link : "/en/notes/guide/pipelines/AgenticRAGPipeline.md" ,
100- icon : "solar:palette-round-linear" ,
101- activeMatch : '^/guide/'
102- } ,
103- {
104- text : "Knowledge Base Cleaning Pipeline" ,
105- link : "/en/notes/guide/pipelines/KnowledgeBaseCleaningPipeline.md" ,
106- icon : "solar:palette-round-linear" ,
107- activeMatch : '^/guide/'
108- } ,
109- {
110- text : "Function Calling Data Synthesis Pipeline" ,
111- link : "/en/notes/guide/pipelines/FuncCallPipeline.md" ,
112- icon : "solar:flash-drive-outline" ,
113- activeMatch : '^/guide/'
114- } ,
115- {
116- text : "PDF-to-Model Model Simulation Pipeline" ,
117- link : "/en/notes/guide/pipelines/Pdf2ModelPipeline.md" ,
118- icon : "solar:cpu-bolt-linear" ,
119- activeMatch : '^/guide/'
120- }
121- ]
122- }
123- ]
18+ link : '/en/notes/guide/basicinfo/intro.md' ,
19+ // items: [
20+ // {
21+ // text: 'Basic Info',
22+ // items: [
23+ // {
24+ // text: 'Introduction',
25+ // link: '/en/notes/guide/basicinfo/intro.md',
26+ // icon: 'mdi:tooltip-text-outline',
27+ // activeMatch: '^/guide/'
28+ // },
29+ // {
30+ // text: 'Framework Design',
31+ // link: '/en/notes/guide/basicinfo/framework.md',
32+ // icon: 'material-symbols:auto-transmission-sharp',
33+ // activeMatch: '^/guide/'
34+ // },
35+ // ]
36+ // },
37+ // {
38+ // text: 'Start with Dataflow',
39+ // items: [
40+ // {
41+ // text: 'Installation',
42+ // link: '/en/notes/guide/quickstart/install.md',
43+ // icon: 'material-symbols-light:download-rounded',
44+ // activeMatch: '^/guide/'
45+ // },
46+ // {
47+ // text: 'Quick Start-First Pipeline',
48+ // link: '/en/notes/guide/quickstart/first_pipeline.md',
49+ // icon: 'solar:flag-2-broken',
50+ // activeMatch: '^/guide/'
51+ // },
52+ // {
53+ // text: 'Quick Start-dataflow init',
54+ // link: '/en/notes/guide/quickstart/dataflow_init.md',
55+ // icon: 'solar:flag-2-broken',
56+ // activeMatch: '^/guide/'
57+ // },
58+ // {
59+ // text: 'Case: PromptedGenerator',
60+ // link: '/en/notes/guide/quickstart/translation.md',
61+ // icon: 'basil:lightning-alt-outline',
62+ // activeMatch: '^/guide/'
63+ // }
64+ // // {
65+ // // text: 'Case: Batch PDF Extracting',
66+ // // link: '/en/notes/guide/quickstart/knowledge_cleaning.md',
67+ // // icon: 'basil:lightning-alt-outline',
68+ // // activeMatch: '^/guide/'
69+ // // }
70+ // ]
71+ // },
72+ // {
73+ // text: "Pipelines",
74+ // items: [{
75+ // text: "Text Pipeline",
76+ // link: '/en/notes/guide/pipelines/TextPipeline.md',
77+ // icon: 'mdi:file-text',
78+ // activeMatch: '^/guide/'
79+ // },
80+ // {
81+ // text: "Reasoning Pipeline",
82+ // link: "/en/notes/guide/pipelines/ReasoningPipeline.md",
83+ // icon: "mdi:brain",
84+ // activeMatch: '^/guide/'
85+ // },
86+ // {
87+ // text: "Text-to-SQL Pipeline",
88+ // link: "/en/notes/guide/pipelines/Text2SqlPipeline.md",
89+ // icon: "material-symbols-light:checkbook-outline-rounded",
90+ // activeMatch: '^/guide/'
91+ // },
92+ // {
93+ // text: "Text-to-QA Pipeline",
94+ // link: "/en/notes/guide/pipelines/Text2QAPipeline.md",
95+ // icon: "solar:palette-round-linear",
96+ // activeMatch: '^/guide/'
97+ // },
98+ // {
99+ // text: "Agentic RAG Pipeline",
100+ // link: "/en/notes/guide/pipelines/AgenticRAGPipeline.md",
101+ // icon: "solar:palette-round-linear",
102+ // activeMatch: '^/guide/'
103+ // },
104+ // {
105+ // text: "Knowledge Base Cleaning Pipeline",
106+ // link: "/en/notes/guide/pipelines/KnowledgeBaseCleaningPipeline.md",
107+ // icon: "solar:palette-round-linear",
108+ // activeMatch: '^/guide/'
109+ // },
110+ // {
111+ // text: "Function Calling Data Synthesis Pipeline",
112+ // link: "/en/notes/guide/pipelines/FuncCallPipeline.md",
113+ // icon: "solar:flash-drive-outline",
114+ // activeMatch: '^/guide/'
115+ // },
116+ // {
117+ // text: "PDF-to-Model Model Simulation Pipeline",
118+ // link: "/en/notes/guide/pipelines/Pdf2ModelPipeline.md",
119+ // icon: "solar:cpu-bolt-linear",
120+ // activeMatch: '^/guide/'
121+ // }
122+ // ]
123+ // }
124+ // ]
124125 } ,
125126 {
126127 text : 'API Reference' ,
0 commit comments