Skip to content

Commit

Permalink
Merge branch 'main' into Internal-links
Browse files Browse the repository at this point in the history
  • Loading branch information
sowmyadev-kota authored Nov 10, 2023
2 parents b2ac604 + ebacdcc commit ce6c1a6
Show file tree
Hide file tree
Showing 7 changed files with 454 additions and 4 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.
2 changes: 1 addition & 1 deletion src/constants/versions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ANDROID_VERSION: "2.14.2",
ANDROID_VERSION: "2.14.4",
ANDROID_DEVPREVIEW: "1.36.5-dev-preview.0",
ANDROID_V1_VERSION: "1.38.8",
ANDROID_V1_GEO_VERSION: "1.0.1",
Expand Down
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 ce6c1a6

Please sign in to comment.