From 04ebdbe98f99624aa2adc42c9f622a9668967878 Mon Sep 17 00:00:00 2001 From: Bharat Raghunathan Date: Mon, 31 Jul 2023 08:08:52 +0530 Subject: [PATCH] doc(prompts): Add redirects in Prompt subcategories pages (#8478) - Description: Fixes broken links in some Prompts subcategories in documentation (Example Selectors, Prompt Templates) - Issue: #8477 (Fixes #8477) - Dependencies: None - Tag maintainer: @baskaryan - Twitter handle: [@BharatR123](https://twitter.com/BharatR123) --- docs/docs_skeleton/vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/docs_skeleton/vercel.json b/docs/docs_skeleton/vercel.json index d40980692d6..2ff8141a4b5 100644 --- a/docs/docs_skeleton/vercel.json +++ b/docs/docs_skeleton/vercel.json @@ -3476,6 +3476,10 @@ "source": "/en/latest/modules/prompts/output_parsers/examples/retry.html", "destination": "/docs/modules/model_io/output_parsers/retry" }, + { + "source": "/en/latest/modules/prompts/example_selectors.html", + "destination": "/docs/modules/model_io/example_selectors" + }, { "source": "/en/latest/modules/prompts/example_selectors/examples/custom_example_selector.html", "destination": "/docs/modules/model_io/prompts/example_selectors/custom_example_selector" @@ -3488,6 +3492,10 @@ "source": "/en/latest/modules/prompts/example_selectors/examples/ngram_overlap.html", "destination": "/docs/modules/model_io/prompts/example_selectors/ngram_overlap" }, + { + "source": "/en/latest/modules/prompts/prompt_templates.html", + "destination": "/docs/modules/model_io/prompt_templates" + }, { "source": "/en/latest/modules/prompts/prompt_templates/examples/connecting_to_a_feature_store.html", "destination": "/docs/modules/model_io/prompts/prompt_templates/connecting_to_a_feature_store" @@ -3740,6 +3748,10 @@ "source": "/docs/modules/evaluation/:path*(/?)", "destination": "/docs/guides/evaluation/:path*" }, + { + "source": "/en/latest/modules/indexes.html", + "destination": "/docs/modules/data_connection" + }, { "source": "/en/latest/modules/indexes/:path*", "destination": "/docs/modules/data_connection/:path*"