Skip to content

Commit

Permalink
fix #229, remove duplicate menu button (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
longdafeng authored Jan 2, 2025
1 parent 1e3a194 commit a44e7c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,9 @@ const config: Config = {
position: 'left',
items: [
{
label: 'Devhub',
label: 'AI Workshops',
href: 'https://oceanbase-devhub.github.io',
},
{
type: "html",
value: '<div style="padding: 0.25rem 0.5rem; font-size: 14px; color: #4e7ff1;">AI Workshops</div>'
},
{
label: 'RAG Bot',
href: 'https://oceanbase-devhub.github.io/ai-workshop-2024',
Expand Down

0 comments on commit a44e7c6

Please sign in to comment.