2015-02-24 11:17:24 -08:00
|
|
|
{
|
|
|
|
"firebase": "angular-io",
|
2015-03-04 20:27:50 -08:00
|
|
|
"public": "www",
|
2015-10-15 00:41:57 -07:00
|
|
|
"rewrites": [
|
|
|
|
{
|
|
|
|
"source": "/docs/dart/latest/testing",
|
|
|
|
"destination": "/docs/dart/latest/index.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/dart/latest/tutorial",
|
|
|
|
"destination": "/docs/dart/latest/index.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/js/latest/testing",
|
|
|
|
"destination": "/docs/js/latest/index.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/js/latest/tutorial",
|
|
|
|
"destination": "/docs/js/latest/index.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/docs/ts/latest/guide/setup.html",
|
|
|
|
"destination": "/docs/ts/latest/index.html"
|
2015-10-18 22:23:49 +01:00
|
|
|
},
|
|
|
|
{
|
2015-10-18 23:52:10 +01:00
|
|
|
"source": "/cheatsheet",
|
2015-10-18 22:23:49 +01:00
|
|
|
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
|
|
|
},
|
2015-12-16 12:20:50 -08:00
|
|
|
{
|
|
|
|
"source": "/cheatsheet.json",
|
|
|
|
"destination": "/docs/ts/latest/guide/cheatsheet.json"
|
|
|
|
},
|
2015-10-18 23:52:10 +01:00
|
|
|
{
|
|
|
|
"source": "/AngularCheatSheet_Letter.pdf",
|
|
|
|
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/AngularCheatSheet_Poster.pdf",
|
|
|
|
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Poster.pdf"
|
2015-10-20 00:45:47 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/cardboard",
|
|
|
|
"destination": "/cardboard/index.html"
|
2016-01-08 14:33:09 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/license",
|
|
|
|
"destination": "/license.txt"
|
2016-02-01 12:25:41 -08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/events",
|
|
|
|
"destination": "/events.html"
|
2015-10-15 00:41:57 -07:00
|
|
|
}
|
|
|
|
],
|
2015-02-24 11:17:24 -08:00
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
|
|
|
}
|