From 948eee9fe17a75422f15be4ae689d15544ed61cb Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 6 Jan 2023 14:34:08 -0300 Subject: [PATCH] Docs: side menu to match the order (llms) (#557) Small quick fix: Suggest making the order of the menu the same as it is written on the page (Getting Started -> Key Concepts). Before the menu order was not the same as it was on the page. Not sure if this is the only place the menu is affected. Mismatch is found here: https://langchain.readthedocs.io/en/latest/modules/llms.html --- docs/modules/llms.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/llms.rst b/docs/modules/llms.rst index d4f8eb3f5c..3123039f31 100644 --- a/docs/modules/llms.rst +++ b/docs/modules/llms.rst @@ -20,8 +20,8 @@ The following sections of documentation are provided: :maxdepth: 1 :name: LLMs :hidden: - - ./llms/key_concepts.md + ./llms/getting_started.ipynb + ./llms/key_concepts.md ./llms/how_to_guides.rst - Reference<../reference/modules/llms.rst> \ No newline at end of file + Reference<../reference/modules/llms.rst>