angular-docs-cn/firebase.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"firebase": "angular-io",
2015-03-04 23:27:50 -05:00
"public": "www",
"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 18:52:10 -04:00
"source": "/cheatsheet",
"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"
}
],
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}