From 27ed2673da50c1d7d796cf3a26b0eebee18c7e31 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 17 Jan 2024 13:13:31 -0800 Subject: [PATCH] docs: model io order (#16163) --- docs/docs/modules/model_io/chat/index.mdx | 2 +- docs/docs/modules/model_io/concepts.mdx | 2 +- docs/docs/modules/model_io/llms/index.mdx | 2 +- docs/docs/modules/model_io/output_parsers/index.mdx | 2 +- docs/docs/modules/model_io/prompts/index.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/docs/modules/model_io/chat/index.mdx b/docs/docs/modules/model_io/chat/index.mdx index 99e72f841d..9c4de13b27 100644 --- a/docs/docs/modules/model_io/chat/index.mdx +++ b/docs/docs/modules/model_io/chat/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 3 --- # Chat Models diff --git a/docs/docs/modules/model_io/concepts.mdx b/docs/docs/modules/model_io/concepts.mdx index 2e688d8d12..b9542076df 100644 --- a/docs/docs/modules/model_io/concepts.mdx +++ b/docs/docs/modules/model_io/concepts.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 0 +sidebar_position: 1 --- # Concepts diff --git a/docs/docs/modules/model_io/llms/index.mdx b/docs/docs/modules/model_io/llms/index.mdx index 396e7315f0..8e7a1e95da 100644 --- a/docs/docs/modules/model_io/llms/index.mdx +++ b/docs/docs/modules/model_io/llms/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 1 +sidebar_position: 4 --- # LLMs diff --git a/docs/docs/modules/model_io/output_parsers/index.mdx b/docs/docs/modules/model_io/output_parsers/index.mdx index ac479f6918..2f30437618 100644 --- a/docs/docs/modules/model_io/output_parsers/index.mdx +++ b/docs/docs/modules/model_io/output_parsers/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 5 hide_table_of_contents: true --- # Output Parsers diff --git a/docs/docs/modules/model_io/prompts/index.mdx b/docs/docs/modules/model_io/prompts/index.mdx index 53ae4f7754..52a5a34bd9 100644 --- a/docs/docs/modules/model_io/prompts/index.mdx +++ b/docs/docs/modules/model_io/prompts/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 0 +sidebar_position: 2 --- # Prompts