mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-02 10:51:33 +00:00
- put use cases in main sidebar - move modules to own sidebar, rename components - cleanup lcel section - cleanup guides - update font, cell highlighting --------- Co-authored-by: Chester Curme <chester.curme@gmail.com> Co-authored-by: Bagatur <baskaryan@gmail.com>
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
---
|
|
sidebar_position: 1
|
|
sidebar_class_name: hidden
|
|
---
|
|
|
|
# Development
|
|
|
|
This section contains guides with general information around building apps with LangChain.
|
|
|
|
import DocCardList from "@theme/DocCardList";
|
|
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items.filter((item) => item.href !== "/docs/guides/development/")} />
|