diff --git a/firebase.json b/firebase.json index b0b7621c18..682298d236 100644 --- a/firebase.json +++ b/firebase.json @@ -23,18 +23,28 @@ "destination": "/docs/ts/latest/index.html" }, { - "source": "cheatsheet", + "source": "/cheatsheet", "destination": "/docs/ts/latest/guide/cheatsheet.html" }, { - "source": "/docs/js/latest/guide/cheatsheet" + "source": "/docs/js/latest/guide/cheatsheet.html", "destination": "/docs/js/latest/index.html" }, { - "source": "/docs/dart/latest/guide/cheatsheet" + "source": "/docs/dart/latest/guide/cheatsheet.html", "destination": "/docs/dart/latest/index.html" + }, + { + "source": "/AngularCheatSheet_Letter.pdf", + "destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf" + }, + { + "source": "/AngularCheatSheet_Poster.pdf", + "destination": "/docs/ts/latest/guide/AngularCheatSheet_Poster.pdf" } + + ], "ignore": [ "firebase.json",