Skip to content

Commit

Permalink
docs: update client redirects to point to integrations directory
Browse files Browse the repository at this point in the history
- Redirect all client-related hub pages to integrations/ instead of examples/
- Add legacy hub/clients/ redirects for backward compatibility
- Organize redirects into logical sections (clients, examples, etc.)
  • Loading branch information
devin-ai-integration[bot] committed Nov 19, 2024
1 parent a03e894 commit bc1bcd8
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,13 +326,18 @@ plugins:
'hub/clients/together.md': 'integrations/together.md'
'hub/clients/vertex.md': 'integrations/vertex.md'
'hub/clients/vertexai.md': 'integrations/vertex.md'
# Additional hub redirects for broken links
'hub/pandas_df.md': 'examples/index.md'
'hub/partial_streaming.md': 'examples/index.md'
# Example redirects
'hub/pandas_df.md': 'examples/sqlmodel.md'
'hub/partial_streaming.md': 'concepts/partial.md'
'hub/index.md': 'examples/index.md'
'hub/action_items.md': 'examples/index.md'
'hub/action_items.md': 'examples/entity_resolution.md'
'hub/single_classification.md': 'examples/classification.md'
'hub/multiple_classification.md': 'examples/classification.md'
'hub/multiple_classification.md': 'examples/bulk_classification.md'
'hub/tables_from_vision.md': 'examples/extracting_tables.md'
'hub/batch_classification_langsmith.md': 'examples/batch_job_oai.md'
'hub/extract_contact_info.md': 'examples/pii.md'
'hub/knowledge_graph.md': 'examples/knowledge_graph.md'
'hub/youtube_clips.md': 'examples/document_segmentation.md'
- mkdocs-jupyter:
ignore_h1_titles: true
execute: false
Expand Down

0 comments on commit bc1bcd8

Please sign in to comment.