parent
e096a85874
commit
2cc931ed2a
|
@ -6,12 +6,13 @@
|
|||
"public": "dist",
|
||||
"cleanUrls": true,
|
||||
"redirects": [
|
||||
// cli-quickstart.html glossary.html, quickstart.html, http.html, style-guide.html
|
||||
// cli-quickstart.html glossary.html, quickstart.html, http.html, style-guide.html, styleguide
|
||||
{"type": 301, "source": "/docs/ts/latest/cli-quickstart.html", "destination": "/guide/cli-quickstart"},
|
||||
{"type": 301, "source": "/docs/ts/latest/glossary.html", "destination": "/guide/glossary"},
|
||||
{"type": 301, "source": "/docs/ts/latest/quickstart.html", "destination": "/guide/quickstart"},
|
||||
{"type": 301, "source": "/docs/ts/latest/guide/server-communication.html", "destination": "/guide/http"},
|
||||
{"type": 301, "source": "/docs/ts/latest/guide/style-guide.html", "destination": "/guide/styleguide"},
|
||||
{"type": 301, "source": "/docs/ts/latest/guide/style-guide.html", "destination": "/guide/styleguide"},
|
||||
{"type": 301, "source": "/styleguide", "destination": "/guide/styleguide"},
|
||||
|
||||
// cookbook/component-communication.html
|
||||
{"type": 301, "source": "/docs/ts/latest/cookbook/component-communication.html", "destination": "/guide/component-interaction"},
|
||||
|
|
Loading…
Reference in New Issue