Skip to content

Commit

Permalink
Merge pull request #113 from edgenai:chore(docs)/embeddings
Browse files Browse the repository at this point in the history
chore(docs): add embeddings docs to navigation
  • Loading branch information
francis2tm authored Mar 8, 2024
2 parents b12eeaa + ef5439e commit ba8056c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ export const navigation: Array<NavGroup> = [
links: [
{ title: 'Audio', href: '/api-reference/audio' },
{ title: 'Chat', href: '/api-reference/chat' },
{ title: 'Embeddings', href: '/api-reference/embeddings' },
{ title: 'Models', href: '/api-reference/models' },
],
},
Expand Down

0 comments on commit ba8056c

Please sign in to comment.