Skip to content

Commit a44e7c6

Browse files
authored
fix #229, remove duplicate menu button (#230)
1 parent 1e3a194 commit a44e7c6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,9 @@ const config: Config = {
211211
position: 'left',
212212
items: [
213213
{
214-
label: 'Devhub',
214+
label: 'AI Workshops',
215215
href: 'https://oceanbase-devhub.github.io',
216216
},
217-
{
218-
type: "html",
219-
value: '<div style="padding: 0.25rem 0.5rem; font-size: 14px; color: #4e7ff1;">AI Workshops</div>'
220-
},
221217
{
222218
label: 'RAG Bot',
223219
href: 'https://oceanbase-devhub.github.io/ai-workshop-2024',

0 commit comments

Comments
 (0)