Skip to content

Commit

Permalink
Redirects must be to /en/stable I guess (#8505)
Browse files Browse the repository at this point in the history
  • Loading branch information
seldo authored Oct 26, 2023
1 parent d6766e6 commit cfbc835
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,33 +82,33 @@
## Redirects

redirects = {
"end_to_end_tutorials/usage_pattern": "/understanding/understanding.html",
"end_to_end_tutorials/one_click_observability": "/module_guides/observability/observability.html",
"end_to_end_tutorials/dev_practices/production_rag": "/optimizing/production_rag.html",
"end_to_end_tutorials/dev_practices/evaluation": "/optimizing/evaluation/evaluation.html",
"end_to_end_tutorials/discover_llamaindex": "/getting_started/discover_llamaindex.html",
"end_to_end_tutorials/finetuning": "/optimizing/fine-tuning/fine-tuning.html",
"end_to_end_tutorials/low_level/root": "/optimizing/building_rag_from_scratch.html",
"end_to_end_tutorials/use_cases": "/use_cases/q_and_a.html",
"core_modules/data_modules/connector": "/module_guides/loading/connector/root.html",
"core_modules/data_modules/documents_and_nodes/root": "/module_guides/loading/documents_and_nodes/root.html",
"core_modules/data_modules/node_parsers/root": "/module_guides/loading/node_parsers/root.html",
"core_modules/data_modules/storage/root": "/module_guides/storing/storing.html",
"core_modules/data_modules/index/root": "/module_guides/indexing/indexing.html",
"core_modules/query_modules/query_engine/root": "/module_guides/deploying/query_engine/root.html",
"core_modules/query_modules/chat_engines/root": "/module_guides/deploying/chat_engines/root.html",
"core_modules/query_modules/retriever/root": "/module_guides/querying/retriever/root.html",
"core_modules/query_modules/router/root": "/module_guides/querying/router/root.html",
"core_modules/query_modules/node_postprocessors/root": "/module_guides/querying/node_postprocessors/root.html",
"core_modules/query_modules/response_synthesizers/root": "/module_guides/querying/response_synthesizers/root.html",
"core_modules/query_modules/structured_outputs/root": "/optimizing/advanced_retrieval/structured_outputs/structured_outputs.html",
"core_modules/agent_modules/agents/root": "/module_guides/deploying/agents/root.html",
"core_modules/agent_modules/tools/root": "/module_guides/deploying/agents/tools/root.html",
"core_modules/model_modules/llms/root": "/module_guides/models/llms.html",
"core_modules/model_modules/embeddings/root": "/module_guides/models/embeddings.html",
"core_modules/model_modules/prompts": "/module_guides/models/prompts.html",
"core_modules/supporting_modules/service_context": "/module_guides/supporting_modules/service_context.html",
"core_modules/supporting_modules/callbacks/root": "/module_guides/observability/callbacks/root.html",
"core_modules/supporting_modules/evaluation/root": "/module_guides/evaluating/root.html",
"core_modules/supporting_modules/cost_analysis/root": "/understanding/evaluating/cost_analysis/root.html",
"end_to_end_tutorials/usage_pattern": "/en/stable/understanding/understanding.html",
"end_to_end_tutorials/one_click_observability": "/en/stable/module_guides/observability/observability.html",
"end_to_end_tutorials/dev_practices/production_rag": "/en/stable/optimizing/production_rag.html",
"end_to_end_tutorials/dev_practices/evaluation": "/en/stable/optimizing/evaluation/evaluation.html",
"end_to_end_tutorials/discover_llamaindex": "/en/stable/getting_started/discover_llamaindex.html",
"end_to_end_tutorials/finetuning": "/en/stable/optimizing/fine-tuning/fine-tuning.html",
"end_to_end_tutorials/low_level/root": "/en/stable/optimizing/building_rag_from_scratch.html",
"end_to_end_tutorials/use_cases": "/en/stable/use_cases/q_and_a.html",
"core_modules/data_modules/connector": "/en/stable/module_guides/loading/connector/root.html",
"core_modules/data_modules/documents_and_nodes/root": "/en/stable/module_guides/loading/documents_and_nodes/root.html",
"core_modules/data_modules/node_parsers/root": "/en/stable/module_guides/loading/node_parsers/root.html",
"core_modules/data_modules/storage/root": "/en/stable/module_guides/storing/storing.html",
"core_modules/data_modules/index/root": "/en/stable/module_guides/indexing/indexing.html",
"core_modules/query_modules/query_engine/root": "/en/stable/module_guides/deploying/query_engine/root.html",
"core_modules/query_modules/chat_engines/root": "/en/stable/module_guides/deploying/chat_engines/root.html",
"core_modules/query_modules/retriever/root": "/en/stable/module_guides/querying/retriever/root.html",
"core_modules/query_modules/router/root": "/en/stable/module_guides/querying/router/root.html",
"core_modules/query_modules/node_postprocessors/root": "/en/stable/module_guides/querying/node_postprocessors/root.html",
"core_modules/query_modules/response_synthesizers/root": "/en/stable/module_guides/querying/response_synthesizers/root.html",
"core_modules/query_modules/structured_outputs/root": "/en/stable/optimizing/advanced_retrieval/structured_outputs/structured_outputs.html",
"core_modules/agent_modules/agents/root": "/en/stable/module_guides/deploying/agents/root.html",
"core_modules/agent_modules/tools/root": "/en/stable/module_guides/deploying/agents/tools/root.html",
"core_modules/model_modules/llms/root": "/en/stable/module_guides/models/llms.html",
"core_modules/model_modules/embeddings/root": "/en/stable/module_guides/models/embeddings.html",
"core_modules/model_modules/prompts": "/en/stable/module_guides/models/prompts.html",
"core_modules/supporting_modules/service_context": "/en/stable/module_guides/supporting_modules/service_context.html",
"core_modules/supporting_modules/callbacks/root": "/en/stable/module_guides/observability/callbacks/root.html",
"core_modules/supporting_modules/evaluation/root": "/en/stable/module_guides/evaluating/root.html",
"core_modules/supporting_modules/cost_analysis/root": "/en/stable/understanding/evaluating/cost_analysis/root.html",
}

0 comments on commit cfbc835

Please sign in to comment.