Skip to content

Commit

Permalink
Merge pull request #6117 from aspittel/main
Browse files Browse the repository at this point in the history
Generative AI guide
  • Loading branch information
jpilomia authored Nov 9, 2023
2 parents eed2dd4 + 460578b commit 20d1805
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 3 deletions.
Binary file added public/images/gen-ai/build-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen-ai/claude.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/gen-ai/login-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions src/directory/directory.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ export const directory = {
filters: ['android', 'flutter', 'ios', 'js', 'react-native']
},
{
title: 'Connect your app code to the API',
route: '/lib/graphqlapi/connect',
filters: ['js']
title: 'Connect your app code to the API',
route: '/lib/graphqlapi/connect',
filters: ['js']
},
{
title: 'Concepts',
Expand Down Expand Up @@ -2680,6 +2680,11 @@ export const directory = {
'api-rest': {
title: 'API (REST)',
items: [
{
title: 'Generative AI',
route: '/guides/api-rest/gen-ai',
filters: ['js']
},
{
title: 'NodeJS API',
route: '/guides/api-rest/node-api',
Expand Down
12 changes: 12 additions & 0 deletions src/pages/guides/api-rest/gen-ai/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import ChooseFilterPage from '@/components/ChooseFilterPage';

import { INTEGRATION_FILTER_OPTIONS } from '@/utils/filter-data.ts';

<ChooseFilterPage
directoryPath="/ChooseFilterPage"
address="/guides/api-rest/gen-ai"
filterKind="platform"
filters={['js']}
currentFilter="all"
message={'Choose a platform:'}
/>
Loading

0 comments on commit 20d1805

Please sign in to comment.