Skip to content

Commit

Permalink
fix: clean up mkdocs.yml navigation and redirects
Browse files Browse the repository at this point in the history
- Remove duplicate redirects
- Organize redirects into sections for hub/ and legacy hub/clients/
- Keep all LLM client documentation redirects
- Add redirect for old vertexai.md references
  • Loading branch information
devin-ai-integration[bot] committed Nov 18, 2024
1 parent 742b4bb commit f0118cd
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,24 @@ plugins:
- redirects:
redirect_maps:
jobs.md: https://jobs.applied-llms.org/
# Keep LLM client redirects
# LLM client redirects
hub/ollama.md: integrations/ollama.md
hub/llama-cpp-python.md: integrations/llama-cpp-python.md
hub/anyscale.md: integrations/anyscale.md
hub/together.md: integrations/together.md
hub/vertex.md: integrations/vertex.md
hub/litellm.md: integrations/litellm.md
hub/cerebras.md: integrations/cerebras.md
hub/groq.md: integrations/groq.md
hub/openai.md: integrations/openai.md
hub/anthropic.md: integrations/anthropic.md
hub/azure.md: integrations/azure.md
hub/cerebras.md: integrations/cerebras.md
hub/cohere.md: integrations/cohere.md
hub/fireworks.md: integrations/fireworks.md
hub/google.md: integrations/google.md
hub/groq.md: integrations/groq.md
hub/litellm.md: integrations/litellm.md
hub/mistral.md: integrations/mistral.md
hub/openai.md: integrations/openai.md
hub/together.md: integrations/together.md
hub/vertex.md: integrations/vertex.md
hub/vertexai.md: integrations/vertex.md # Handle old vertexai.md references
# Legacy hub/clients/ redirects
'hub/clients/google.md': 'integrations/google.md'
'hub/clients/litellm.md': 'integrations/litellm.md'
'hub/clients/llama-cpp-python.md': 'integrations/llama-cpp-python.md'
Expand Down

0 comments on commit f0118cd

Please sign in to comment.