Compare commits

...

3 Commits

Author SHA1 Message Date
Jacob Lee fd7f041d6b
docs[patch]: Increase line height (#20960)
Help with readability, reduce intimidation factor

@hwchase17
2 weeks ago
Jacob Lee 19a2f59713
docs[patch]: Hide navbar item on old versions (#20953)
@hwchase17 @ccurme @efriis
2 weeks ago
Harrison Chase be73daaa64 cr 3 weeks ago

@ -164,6 +164,7 @@ const config = {
docId: "modules/index",
label: "Components",
position: "left",
className: "hidden-0\.2\.x",
},
{
type: "docSidebar",

@ -36,7 +36,7 @@
--ifm-code-font-size: 95%;
--ifm-font-family-base: 'Public Sans';
--ifm-menu-link-padding-horizontal: 0.5rem;
--ifm-menu-link-padding-vertical: 0.375rem;
--ifm-menu-link-padding-vertical: 0.5rem;
--doc-sidebar-width: 275px !important;
}
@ -55,6 +55,10 @@ nav, h1, h2, h3, h4 {
font-family: 'Manrope';
}
.docs-version-0\.2\.x .hidden-0\.2\.x {
display: none;
}
.footer__links {
margin-top: 1rem;
margin-bottom: 3rem;
@ -197,6 +201,10 @@ nav, h1, h2, h3, h4 {
opacity: 0.5;
}
.markdown {
line-height: 2em;
}
.markdown > h2 {
margin-top: 2rem;
border-bottom-color: var(--ifm-color-primary);

@ -43,12 +43,14 @@ These docs focus on the Python LangChain library. [Head here](https://js.langcha
## [Tutorials](/docs/tutorials)
If you're looking to build something specific or are more of a hands-on learner, check out our [tutorials](/docs/tutorials).
They're walkthroughs and techniques for common end-to-end tasks, such as:
This is the best place to get started.
- [Question answering with RAG](/docs/use_cases/question_answering/)
- [Extracting structured output](/docs/use_cases/extraction/)
- [Chatbots](/docs/use_cases/chatbots/)
- and more!
These are the best ones to get started with:
- [Build a Simple LLM Application](/docs/tutorials/llm_chain)
- [Build a Chatbot](/docs/tutorials/chatbot)
- [Build an Agent](/docs/tutorials/agents)
Explore the full list of tutorials [here](/docs/tutorials).
## [How-To Guides](/docs/how_to_guides)

@ -1,21 +1,6 @@
{
"docs": [
{
"type": "category",
"label": "Get started",
"collapsed": false,
"collapsible": false,
"items": [
{
"type": "autogenerated",
"dirName": "get_started"
}
],
"link": {
"type": "doc",
"id": "get_started/introduction"
}
},
"get_started/introduction",
{
"type": "category",
"label": "Tutorials",

Loading…
Cancel
Save