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",
|
2016-07-06 17:56:08 -04:00
|
|
|
"destination": "/docs/ts/latest/index.html"
|
2015-10-18 17:23:49 -04:00
|
|
|
},
|
2016-05-27 06:09:56 -04:00
|
|
|
{
|
|
|
|
"source": "/docs/ts/latest/testing",
|
|
|
|
"destination": "/docs/ts/latest/guide/testing.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-12-16 15:20:50 -05:00
|
|
|
{
|
|
|
|
"source": "/cheatsheet.json",
|
|
|
|
"destination": "/docs/ts/latest/guide/cheatsheet.json"
|
|
|
|
},
|
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"
|
2016-01-08 17:33:09 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/license",
|
|
|
|
"destination": "/license.txt"
|
2016-02-01 15:25:41 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/events",
|
|
|
|
"destination": "/events.html"
|
2016-03-08 18:47:33 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/survey",
|
|
|
|
"destination": "/survey.html"
|
2016-03-11 17:30:46 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/dart",
|
|
|
|
"destination": "/docs/dart/latest/index.html"
|
2016-05-03 21:46:54 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"source": "/styleguide",
|
|
|
|
"destination": "/docs/ts/latest/guide/style-guide.html"
|
2015-10-15 03:41:57 -04:00
|
|
|
}
|
|
|
|
],
|
2015-02-24 14:17:24 -05:00
|
|
|
"ignore": [
|
|
|
|
"firebase.json",
|
|
|
|
"**/.*",
|
|
|
|
"**/node_modules/**"
|
|
|
|
]
|
|
|
|
}
|