From 75f042c3881f4154d26b7c3aa6d236e228d2b491 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 22 Aug 2023 07:20:25 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(sidebars.js):=20add=20"lang?= =?UTF-8?q?fuse=5Fintegration"=20guide=20to=20the=20"Step-by-Step=20Guides?= =?UTF-8?q?"=20section=20for=20improved=20documentation=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/sidebars.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index fbabab150..aae4d3b3e 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -50,7 +50,11 @@ module.exports = { type: "category", label: "Step-by-Step Guides", collapsed: false, - items: ["guides/loading_document", "guides/chatprompttemplate_guide"], + items: [ + "guides/loading_document", + "guides/chatprompttemplate_guide", + "guides/langfuse_integration", + ], }, // { // type: 'category',