Skip to content

Commit e54b85f

Browse files
authored
feat(docs): LangChain integrations (#2884)
Signed-off-by: Mislav Ivanda <[email protected]>
1 parent c076177 commit e54b85f

File tree

5 files changed

+766
-0
lines changed

5 files changed

+766
-0
lines changed
51.4 KB
Loading
Lines changed: 5 additions & 0 deletions
Loading

apps/docs/src/content/config.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,23 @@ export const getSidebarConfig = (
415415
},
416416
],
417417
},
418+
{
419+
type: 'group',
420+
label: labels['sidebarconfig.integrations'],
421+
homePageHref: localizePath('/docs', locale),
422+
category: NavigationCategory.GENERAL,
423+
entries: [
424+
{
425+
type: 'link',
426+
href: localizePath('/docs/langchain-data-analysis', locale),
427+
label: labels['sidebarconfig.langchainIntegrations'],
428+
disablePagination: true,
429+
attrs: {
430+
icon: 'langchain.svg',
431+
},
432+
},
433+
],
434+
},
418435
{
419436
type: 'group',
420437
label: labels['sidebarconfig.deployments'],

0 commit comments

Comments
 (0)