From 6bf761229237a68f0de71fc58e1635a3033622f4 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 28 Jul 2023 11:58:58 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(sidebars.js):=20add=20"flow?= =?UTF-8?q?-runner"=20example=20to=20the=20"Examples"=20section=20for=20be?= =?UTF-8?q?tter=20documentation=20coverage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sidebars.js b/docs/sidebars.js index a2f710d08..ef98f042a 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -66,6 +66,7 @@ module.exports = { label: "Examples", collapsed: false, items: [ + "examples/flow-runner", "examples/conversation-chain", "examples/buffer-memory", "examples/midjourney-prompt-chain",