Adding redirection of previous folders
This commit is contained in:
parent
3755c70a33
commit
b44b982b76
1 changed files with 20 additions and 0 deletions
|
|
@ -83,6 +83,26 @@
|
|||
}
|
||||
],
|
||||
"redirects": [
|
||||
{
|
||||
"from": "documentation/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"from": "documentation/docsearch/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"from": "documentation/docsearch/docsearch-autocomplete/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"from": "documentation/docsearch/docsearch-FAQ/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"from": "documentation/docsearch/docsearch-scraper/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
},
|
||||
{
|
||||
"from": "documentation/docsearch/introduction/index.html",
|
||||
"to": "what-is-docsearch.html"
|
||||
|
|
|
|||
Loading…
Reference in a new issue