From 903a8ecb29188f44512aadcd253c6adb7e2e7362 Mon Sep 17 00:00:00 2001 From: sushmanthreddy Date: Wed, 23 Oct 2024 20:33:35 +0530 Subject: [PATCH 1/2] added the changes to the mkdoc.yaml file --- docs/mkdocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e99b4faab9..7bf194fd7c 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -129,6 +129,17 @@ plugins: - redirects: redirect_maps: 'index.md': 'intro.md' + 'docs/tutorials/rag.md': 'tutorials/rag.md' + 'docs/tutorials/simplified-baleen.md': 'tutorials/simplified-baleen.md' + 'docs/tutorials/summarization.md': 'tutorials/summarization.md' + 'docs/tutorials/other_tutorial.md': 'tutorials/other_tutorial.md' + 'docs/tutorials/examples.md': 'tutorials/examples.md' + # Adding redirects for other potential docs paths + 'docs/quick-start/installation.md': 'quick-start/installation.md' + 'docs/quick-start/getting-started-01.md': 'quick-start/getting-started-01.md' + 'docs/quick-start/getting-started-02.md': 'quick-start/getting-started-02.md' + 'docs/building-blocks/solving_your_task.md': 'building-blocks/solving_your_task.md' + extra: social: - icon: fontawesome/brands/github From 7e2713d1ed0b64e174f779bae646db400f28dd7d Mon Sep 17 00:00:00 2001 From: sushmanthreddy Date: Wed, 23 Oct 2024 20:48:49 +0530 Subject: [PATCH 2/2] added the changes for makedocs.yaml --- docs/mkdocs.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 7bf194fd7c..5491bd696d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -134,11 +134,7 @@ plugins: 'docs/tutorials/summarization.md': 'tutorials/summarization.md' 'docs/tutorials/other_tutorial.md': 'tutorials/other_tutorial.md' 'docs/tutorials/examples.md': 'tutorials/examples.md' - # Adding redirects for other potential docs paths - 'docs/quick-start/installation.md': 'quick-start/installation.md' - 'docs/quick-start/getting-started-01.md': 'quick-start/getting-started-01.md' - 'docs/quick-start/getting-started-02.md': 'quick-start/getting-started-02.md' - 'docs/building-blocks/solving_your_task.md': 'building-blocks/solving_your_task.md' + extra: social: