Skip to content

Commit 1e3362a

Browse files
Add new redirects (#3042)
1 parent ed507d0 commit 1e3362a

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

config/redirects.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,5 +568,65 @@
568568
"source": "/docs/learn/ai-powered-search/difference_full_text_ai_search",
569569
"destination": "/docs/learn/ai_powered_search/difference_full_text_ai_search",
570570
"permanent": true
571+
},
572+
{
573+
"source": "/docs/reference/features/installation#download-and-launch",
574+
"destination": "docs/learn/self_hosted/install_meilisearch_locally",
575+
"permanent": true
576+
},
577+
{
578+
"source": "/docs/reference/features/installation.html#download-and-launch",
579+
"destination": "docs/learn/self_hosted/install_meilisearch_locally",
580+
"permanent": true
581+
},
582+
{
583+
"source": "/docs/learn/advanced/filtering",
584+
"destination": "docs/learn/filtering_and_sorting/filter_search_results",
585+
"permanent": true
586+
},
587+
{
588+
"source": "/docs/learn/what_is_meilisearch/contact.html",
589+
"destination": "https://www.meilisearch.com/#homepage-community",
590+
"permanent": true
591+
},
592+
{
593+
"source": "/docs/learn/what_is_meilisearch/contact",
594+
"destination": "https://www.meilisearch.com/#homepage-community",
595+
"permanent": true
596+
},
597+
{
598+
"source": "/docs/learn/security/tenant_tokens",
599+
"destination": "/docs/learn/security/generate_tenant_token_sdk",
600+
"permanent": true
601+
},
602+
{
603+
"source": "/docs/learn/what_is_meilisearch/sdks.html",
604+
"destination": "/docs/learn/resources/sdks",
605+
"permanent": true
606+
},
607+
{
608+
"source": "/docs/learn/what_is_meilisearch/sdks",
609+
"destination": "/docs/learn/resources/sdks",
610+
"permanent": true
611+
},
612+
{
613+
"source": "/docs/learn/getting_started/a",
614+
"destination": "/docs/learn/",
615+
"permanent": true
616+
},
617+
{
618+
"source": "/docs/reference/api/tasks.html#delete-task",
619+
"destination": "/docs/reference/api/tasks#delete-tasks",
620+
"permanent": true
621+
},
622+
{
623+
"source": "/docs/reference/api/tasks#delete-task",
624+
"destination": "/docs/reference/api/tasks#delete-tasks",
625+
"permanent": true
626+
},
627+
{
628+
"source": "/docs/reference",
629+
"destination": "/docs/reference/api/overview",
630+
"permanent": true
571631
}
572632
]

0 commit comments

Comments
 (0)