File tree Expand file tree Collapse file tree 1 file changed +27
-4
lines changed
Expand file tree Collapse file tree 1 file changed +27
-4
lines changed Original file line number Diff line number Diff line change @@ -203,13 +203,36 @@ const config: Config = {
203203 // to: "/docs/sig/obdiag/intro"
204204 } ,
205205 {
206- label : 'Downloads' ,
206+ label : 'Data + AI' ,
207+ type : 'dropdown' ,
207208 position : 'left' ,
208- href : "https://en.oceanbase.com/softwarecenter"
209+ items : [
210+ {
211+ label : 'Devhub' ,
212+ href : 'https://oceanbase-devhub.github.io' ,
213+ } ,
214+ {
215+ type : "html" ,
216+ value : '<div style="padding: 0.25rem 0.5rem; font-size: 14px; color: #4e7ff1;">AI Workshops</div>'
217+ } ,
218+ {
219+ label : 'RAG Bot' ,
220+ href : 'https://oceanbase-devhub.github.io/ai-workshop-2024' ,
221+ } ,
222+ {
223+ label : 'Dify (MySQL Compatible)' ,
224+ href : 'https://oceanbase-devhub.github.io/dify/dify@oceanbase-workshop' ,
225+ } ,
226+ {
227+ label : 'DB-GPT' ,
228+ href : 'https://oceanbase-devhub.github.io/DB-GPT/docker/compose_examples/ob_dbgpt_tutorial' ,
229+ } ,
230+ ] ,
209231 } ,
210232 {
211- label : "Data + AI" ,
212- href : "https://oceanbase-devhub.github.io"
233+ label : 'Downloads' ,
234+ position : 'left' ,
235+ href : "https://en.oceanbase.com/softwarecenter"
213236 } ,
214237 {
215238 href : 'https://github.com/oceanbase' ,
You can’t perform that action at this time.
0 commit comments