11{
2- "firebase" : " angular-io" ,
3- "public" : " www" ,
4- "rewrites" : [
5- {
6- "source" : " /docs/dart/latest/testing" ,
7- "destination" :" /docs/dart/latest/guide/testing.html"
8- },
9- {
10- "source" : " /docs/dart/latest/tutorial" ,
11- "destination" : " /docs/dart/latest/index.html"
12- },
13- {
14- "source" : " /docs/js/latest/testing" ,
15- "destination" : " /docs/js/latest/guide/testing.html"
16- },
17- {
18- "source" : " /docs/js/latest/tutorial" ,
19- "destination" : " /docs/js/latest/index.html"
20- },
21- {
22- "source" : " /docs/ts/latest/guide/setup.html" ,
23- "destination" : " /docs/ts/latest/index.html"
24- },
25- {
26- "source" : " /docs/ts/latest/testing" ,
27- "destination" : " /docs/ts/latest/guide/testing.html"
28- },
29- {
30- "source" : " /cheatsheet" ,
31- "destination" : " /docs/ts/latest/guide/cheatsheet.html"
32- },
33- {
34- "source" : " /cheatsheet.json" ,
35- "destination" : " /docs/ts/latest/guide/cheatsheet.json"
36- },
37- {
38- "source" : " /AngularCheatSheet_Letter.pdf" ,
39- "destination" : " /docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
40- },
41- {
42- "source" : " /AngularCheatSheet_Poster.pdf" ,
43- "destination" : " /docs/ts/latest/guide/AngularCheatSheet_Poster.pdf"
44- },
45- {
46- "source" : " /cardboard" ,
47- "destination" : " /cardboard/index.html"
48- },
49- {
50- "source" : " /license" ,
51- "destination" : " /license.txt"
52- },
53- {
54- "source" : " /events" ,
55- "destination" : " /events.html"
56- },
57- {
58- "source" : " /survey" ,
59- "destination" : " /survey.html"
60- },
61- {
62- "source" : " /dart" ,
63- "destination" : " /docs/dart/latest/index.html"
64- },
65- {
66- "source" : " /styleguide" ,
67- "destination" : " /docs/ts/latest/guide/style-guide.html"
68- }
69- ],
70- "ignore" : [
71- " firebase.json" ,
72- " **/.*" ,
73- " **/node_modules/**"
74- ]
75- }
2+ "hosting" : {
3+ "public" : " www" ,
4+ "rewrites" : [
5+ {
6+ "source" : " /docs/dart/latest/testing" ,
7+ "destination" : " /docs/dart/latest/guide/testing.html"
8+ },
9+ {
10+ "source" : " /docs/dart/latest/tutorial" ,
11+ "destination" : " /docs/dart/latest/index.html"
12+ },
13+ {
14+ "source" : " /docs/js/latest/testing" ,
15+ "destination" : " /docs/js/latest/guide/testing.html"
16+ },
17+ {
18+ "source" : " /docs/js/latest/tutorial" ,
19+ "destination" : " /docs/js/latest/index.html"
20+ },
21+ {
22+ "source" : " /docs/ts/latest/guide/setup.html" ,
23+ "destination" : " /docs/ts/latest/index.html"
24+ },
25+ {
26+ "source" : " /docs/ts/latest/testing" ,
27+ "destination" : " /docs/ts/latest/guide/testing.html"
28+ },
29+ {
30+ "source" : " /cheatsheet" ,
31+ "destination" : " /docs/ts/latest/guide/cheatsheet.html"
32+ },
33+ {
34+ "source" : " /cheatsheet.json" ,
35+ "destination" : " /docs/ts/latest/guide/cheatsheet.json"
36+ },
37+ {
38+ "source" : " /AngularCheatSheet_Letter.pdf" ,
39+ "destination" : " /docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
40+ },
41+ {
42+ "source" : " /AngularCheatSheet_Poster.pdf" ,
43+ "destination" : " /docs/ts/latest/guide/AngularCheatSheet_Poster.pdf"
44+ },
45+ {
46+ "source" : " /cardboard" ,
47+ "destination" : " /cardboard/index.html"
48+ },
49+ {
50+ "source" : " /license" ,
51+ "destination" : " /license.txt"
52+ },
53+ {
54+ "source" : " /events" ,
55+ "destination" : " /events.html"
56+ },
57+ {
58+ "source" : " /survey" ,
59+ "destination" : " /survey.html"
60+ },
61+ {
62+ "source" : " /dart" ,
63+ "destination" : " /docs/dart/latest/index.html"
64+ },
65+ {
66+ "source" : " /styleguide" ,
67+ "destination" : " /docs/ts/latest/guide/style-guide.html"
68+ }
69+ ],
70+ "ignore" : [
71+ " firebase.json" ,
72+ " **/.*" ,
73+ " **/node_modules/**"
74+ ]
75+ }
76+ }
0 commit comments