From 608f2e987b66a73cd7fa9e43720120896f65985f Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Sat, 17 Feb 2024 21:30:02 -0500 Subject: [PATCH] docs: rename pages --- mkdocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3bb5e4e..a228d70 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -146,7 +146,7 @@ nav: - Enums: 'concepts/enums.md' - Type Adapter: 'concepts/typeadapter.md' - Cookbook: - - Examples: 'examples/index.md' + - Cookbooks: 'examples/index.md' - Text Classification: 'examples/classification.md' - Batch Classification (User Defined): 'examples/batch_classification.md' - LLM Self Critique: 'examples/self_critique.md' @@ -164,11 +164,11 @@ nav: - Ollama: 'examples/ollama.md' - SQLModel Integration: 'examples/sqlmodel.md' - "Hub (new!)": - - Introduction: 'hub/index.md' + - Introducing Instructor Hub: 'hub/index.md' - Single Classification Model: 'hub/single_classification.md' - Multiple Classification Model: 'hub/multiple_classification.md' - Tutorials: - - Introduction: 'tutorials/1-introduction.ipynb' + - Tutorials (Notebooks): 'tutorials/1-introduction.ipynb' - Tips and Tricks: 'tutorials/2-tips.ipynb' - Applications RAG: 'tutorials/3-0-applications-rag.ipynb' - Applications RAG - 2: 'tutorials/3-1-validation-rag.ipynb'