From 5052c54aaa77c816854f228a1cd44cb81568b873 Mon Sep 17 00:00:00 2001 From: Alan Nichol Date: Tue, 17 Oct 2023 14:57:08 +0200 Subject: [PATCH] put custom components info back in components section --- docs/sidebars.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index ed198b974248..865e1b7fa7b2 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -63,6 +63,9 @@ module.exports = { items: [ "concepts/components/overview", "concepts/components/llm-configuration", + "concepts/components/custom-graph-components", + "concepts/components/llm-custom", + "concepts/components/graph-recipe", ], }, "concepts/policies", // TODO: ENG-538 @@ -255,9 +258,6 @@ module.exports = { collapsed: true, items: [ "nlu-based-assistants/glossary", - "concepts/components/custom-graph-components", - "concepts/components/llm-custom", - "concepts/components/graph-recipe", "telemetry/telemetry", "telemetry/reference", require("./docs/reference/sidebar.json"),