docs: reorg and visual refresh (#19765)

- 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>
This commit is contained in:
Jacob Lee
2024-04-04 00:58:36 -07:00
committed by GitHub
parent 51bdfe04e9
commit 605c3f23e1
186 changed files with 4361 additions and 5124 deletions

View File

@@ -149,16 +149,10 @@ const config = {
logo: {src: "img/brand/wordmark.png", srcDark: "img/brand/wordmark-dark.png"},
items: [
{
to: "/docs/get_started/introduction",
label: "Docs",
to: "/docs/modules",
label: "Components",
position: "left",
},
{
type: "docSidebar",
position: "left",
sidebarId: "use_cases",
label: "Use cases",
},
{
type: "docSidebar",
position: "left",
@@ -166,14 +160,13 @@ const config = {
label: "Integrations",
},
{
type: "docSidebar",
position: "left",
sidebarId: "guides",
to: "/docs/guides",
label: "Guides",
position: "left",
},
{
href: "https://api.python.langchain.com",
label: "API",
label: "API Reference",
position: "left",
},
{
@@ -189,11 +182,6 @@ const config = {
to: "/docs/packages",
label: "Versioning",
},
{
type: "docSidebar",
sidebarId: "changelog",
label: "Changelog",
},
{
to: "/docs/contributing",
label: "Contributing",