Skip to content

Commit

Permalink
Add new redirects (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Nov 12, 2024
1 parent ed507d0 commit 1e3362a
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions config/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -568,5 +568,65 @@
"source": "/docs/learn/ai-powered-search/difference_full_text_ai_search",
"destination": "/docs/learn/ai_powered_search/difference_full_text_ai_search",
"permanent": true
},
{
"source": "/docs/reference/features/installation#download-and-launch",
"destination": "docs/learn/self_hosted/install_meilisearch_locally",
"permanent": true
},
{
"source": "/docs/reference/features/installation.html#download-and-launch",
"destination": "docs/learn/self_hosted/install_meilisearch_locally",
"permanent": true
},
{
"source": "/docs/learn/advanced/filtering",
"destination": "docs/learn/filtering_and_sorting/filter_search_results",
"permanent": true
},
{
"source": "/docs/learn/what_is_meilisearch/contact.html",
"destination": "https://www.meilisearch.com/#homepage-community",
"permanent": true
},
{
"source": "/docs/learn/what_is_meilisearch/contact",
"destination": "https://www.meilisearch.com/#homepage-community",
"permanent": true
},
{
"source": "/docs/learn/security/tenant_tokens",
"destination": "/docs/learn/security/generate_tenant_token_sdk",
"permanent": true
},
{
"source": "/docs/learn/what_is_meilisearch/sdks.html",
"destination": "/docs/learn/resources/sdks",
"permanent": true
},
{
"source": "/docs/learn/what_is_meilisearch/sdks",
"destination": "/docs/learn/resources/sdks",
"permanent": true
},
{
"source": "/docs/learn/getting_started/a",
"destination": "/docs/learn/",
"permanent": true
},
{
"source": "/docs/reference/api/tasks.html#delete-task",
"destination": "/docs/reference/api/tasks#delete-tasks",
"permanent": true
},
{
"source": "/docs/reference/api/tasks#delete-task",
"destination": "/docs/reference/api/tasks#delete-tasks",
"permanent": true
},
{
"source": "/docs/reference",
"destination": "/docs/reference/api/overview",
"permanent": true
}
]

0 comments on commit 1e3362a

Please sign in to comment.