2015-02-24 14:17:24 -05:00
|
|
|
{
|
|
|
|
"firebase": "angular-io",
|
2015-03-04 23:27:50 -05:00
|
|
|
"public": "www",
|
2015-10-15 03:41:57 -04: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 17:23:49 -04:00
|
|
|
},
|
|
|
|
{
|
2015-10-18 18:52:10 -04:00
|
|
|
"source": "/cheatsheet",
|
2015-10-18 17:23:49 -04:00
|
|
|
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
|
|
|
},
|
2015-10-18 18:52:10 -04: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-19 19:45:47 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/cardboard",
|
|
|
|
"destination": "/cardboard/index.html"
|
2015-10-15 03:41:57 -04:00
|
|
|
}
|
|
|
|
],
|
2015-02-24 14:17:24 -05:00
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
|
|
|
}
|