routing(cheatsheet): set up routing since js and ts are not ready
This commit is contained in:
parent
95b1efc3c7
commit
012b5b9c93
|
@ -21,7 +21,20 @@
|
|||
{
|
||||
"source": "/docs/ts/latest/guide/setup.html",
|
||||
"destination": "/docs/ts/latest/index.html"
|
||||
},
|
||||
{
|
||||
"source": "cheatsheet",
|
||||
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
||||
},
|
||||
{
|
||||
"source": "/docs/js/latest/guide/cheatsheet"
|
||||
"destination": "/docs/js/latest/index.html"
|
||||
},
|
||||
{
|
||||
"source": "/docs/dart/latest/guide/cheatsheet"
|
||||
"destination": "/docs/dart/latest/index.html"
|
||||
}
|
||||
|
||||
],
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
|
|
Loading…
Reference in New Issue