Skip to content

Commit dc79595

Browse files
committed
move langchain/llamaindex overview pages
1 parent 0687059 commit dc79595

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

fern/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ navigation:
107107
icon: code-fork
108108
contents:
109109
- section: LangChain
110-
path: pages/06-integrations/langchain/index.mdx
110+
path: pages/06-integrations/langchain.mdx
111111
contents:
112112
- page: Python
113113
path: pages/06-integrations/langchain/python.mdx
114114
- page: JavaScript
115115
path: pages/06-integrations/langchain/js.mdx
116116
- section: LlamaIndex
117-
path: pages/06-integrations/llamaindex/index.mdx
117+
path: pages/06-integrations/llamaindex.mdx
118118
contents:
119119
- page: Python
120120
path: pages/06-integrations/llamaindex/python.mdx

fern/pages/06-integrations/langchain/index.mdx renamed to fern/pages/06-integrations/langchain.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ hide-nav-links: true
1616
AssemblyAI has a LangChain integration for both Python and TypeScript/JavaScript.
1717
Learn more about our language-specific integrations:
1818

19-
<Button link={{href: "/integrations/langchain/python"}}>Python</Button>
20-
<Button link={{href: "/integrations/langchain/js"}}>JavaScript/TypeScript</Button>
19+
<CardGroup cols={2}>
20+
<Card icon="brands python" title="Python" href="lang-chain/python"/>
21+
<Card icon="brands js" title="JavaScript/TypeScript" href="lang-chain/java-script"/>
22+
</CardGroup>
23+
24+
2125

2226
## New to LangChain?
2327

fern/pages/06-integrations/llamaindex/index.mdx renamed to fern/pages/06-integrations/llamaindex.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ However, LLMs only work with textual data, so you need to transcribe the audio f
1919
AssemblyAI has a LlamaIndex integration for both Python and JavaScript.
2020
Learn more about our language-specific integrations:
2121

22-
<Button link={{href: "/integrations/llamaindex/python"}}>Python</Button>
23-
<Button link={{href: "/integrations/llamaindex/ts"}}>JavaScript/TypeScript</Button>
22+
<CardGroup cols={2}>
23+
<Card icon="brands python" title="Python" href="llama-index/python"/>
24+
<Card icon="brands js" title="JavaScript/TypeScript" href="llama-index/java-script"/>
25+
</CardGroup>
2426

2527

2628

0 commit comments

Comments
 (0)