Harrison/docs smith serve (#12898)

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Harrison Chase
2023-11-06 07:07:25 -08:00
committed by GitHub
parent 53f453f01a
commit 1a92d2245d
11 changed files with 77 additions and 44 deletions

View File

@@ -26,7 +26,7 @@ module.exports = {
label: "Get started",
collapsed: false,
collapsible: false,
items: [{ type: "autogenerated", dirName: "get_started" }],
items: [{ type: "autogenerated", dirName: "get_started" }, "security"],
link: {
type: 'generated-index',
description: 'Get started with LangChain',
@@ -46,29 +46,24 @@ module.exports = {
{
type: "category",
label: "Modules",
collapsed: false,
collapsed: true,
items: [{ type: "autogenerated", dirName: "modules" } ],
link: {
type: 'doc',
id: "modules/index"
},
},
{
type: "doc",
label: "Security",
id: "security",
},
{type: "doc", id: "langserve", label: "LangServe"},
{
type: "category",
label: "Guides",
label: "LangSmith",
collapsed: true,
items: [{ type: "autogenerated", dirName: "guides" }],
items: [{ type: "autogenerated", dirName: "langsmith" } ],
link: {
type: 'generated-index',
description: 'Design guides for key parts of the development process',
slug: "guides",
type: 'doc',
id: "langsmith/index"
},
}
},
],
integrations: [
{
@@ -111,4 +106,7 @@ module.exports = {
use_cases: [
{type: "autogenerated", dirName: "use_cases" }
],
guides: [
{type: "autogenerated", dirName: "guides" }
],
};