chore(glossary/ts): redirect old glossary to correct location within the guide folder
This commit is contained in:
parent
7f991dc4f1
commit
962b215048
|
@ -20,7 +20,13 @@
|
|||
},
|
||||
{
|
||||
"source": "/docs/ts/latest/guide/setup.html",
|
||||
"destination": "/docs/ts/latest/index.html"
|
||||
"destination": "/docs/ts/latest/index.html",
|
||||
"type": 301
|
||||
},
|
||||
{
|
||||
"source": "/docs/ts/latest/glossary.html",
|
||||
"destination": "/docs/ts/latest/guide/glossary.html",
|
||||
"type": 301
|
||||
},
|
||||
{
|
||||
"source": "/docs/ts/latest/testing",
|
||||
|
|
Loading…
Reference in New Issue