stanfordnlp / dspy

DSPy: The framework for programming—not prompting—language models
https://dspy.ai
MIT License
19.07k stars 1.46k forks source link

Add comprehensive URL redirects for legacy /docs/* paths #1679

Closed sushmanthreddy closed 1 month ago

sushmanthreddy commented 1 month ago
Screenshot 2024-10-23 at 11 34 13 PM

Description

Added comprehensive URL redirects to handle legacy paths that were causing 404 errors for users. This change ensures users accessing documentation through old URLs like /docs/tutorials/rag or /docs/intro are properly redirected to the new paths.

Key Changes

Added redirects for main sections:

Added redirects for Quick Start:

Added redirects for Deep Dive:

Added redirects for Tutorials:

Implementation Details

Testing Done

Setup Required


pip install mkdocs-redirects