Skip to content

Commit

Permalink
Merge pull request #143 from edgenai/fix/image-docs
Browse files Browse the repository at this point in the history
added missing API button and fixed typo
  • Loading branch information
pedro-devv authored May 6, 2024
2 parents c1f604f + 8d782e1 commit dbdc84a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/app/api-reference/image/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const metadata = {
description: 'Generate images',
}

# Chat
# Image

Generate images from text. {{ className: 'lead' }}

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

0 comments on commit dbdc84a

Please sign in to comment.