Skip to content

Commit

Permalink
Updates the navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Jan 15, 2025
1 parent def0cf4 commit bc7bf3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const navigation = [{
}, {
title: `Examples`,
links: [{
title: `Anthropic chat`,
href: `/docs/examples/anthropic`,
}, {
title: `Bouncing ball`,
href: `/docs/examples/bouncing-ball`,
}, {
Expand All @@ -27,9 +30,6 @@ export const navigation = [{
}, {
title: `Simple form`,
href: `/docs/examples/simple-form`,
}, {
title: `Ollama chat`,
href: `/docs/examples/ollama`,
}],
}, {
title: `Entry points`,
Expand Down

0 comments on commit bc7bf3d

Please sign in to comment.