@@ -15,18 +15,18 @@ export class SiteTarget {
1515
1616/** Object capturing all site targets for the docs-app. */
1717export const sites = {
18- stable : new SiteTarget ( 'ng-comp-test ' , 'https://ng-comp-test.firebaseapp.com ' ) ,
19- next : new SiteTarget ( 'next-ng-comp-test ' , 'https://next-ng-comp-test.firebaseapp.com ' ) ,
20- rc : new SiteTarget ( 'rc-ng-comp-test ' , 'https://rc-ng-comp-test.firebaseapp.com ' ) ,
18+ stable : new SiteTarget ( 'latest-material-angular-io ' , 'https://material.angular.io ' ) ,
19+ next : new SiteTarget ( 'next-material-angular-io ' , 'https://next.material.angular.io ' ) ,
20+ rc : new SiteTarget ( 'rc-material-angular-io ' , 'https://rc.material.angular.io ' ) ,
2121
2222 forMajor : ( major : number ) =>
23- new SiteTarget ( `v${ major } -ng-comp-test ` , `https://v${ major } -ng-comp-test.firebaseapp.com ` ) ,
23+ new SiteTarget ( `v${ major } -material-angular-io ` , `https://v${ major } .material.angular.io ` ) ,
2424} ;
2525
2626/** Configuration describing the Firebase project that we deploy to. */
2727export const firebaseConfig = {
28- projectId : 'angular-components-test ' ,
29- serviceKey : process . env . DOCS_SITE_FIREBASE_SERVICE_KEY ! ,
28+ projectId : 'material- angular-io ' ,
29+ serviceKey : process . env . DOCS_SITE_GCP_SERVICE_KEY ! ,
3030} ;
3131
3232/** Finds and parsed the `package.json` of the specified project directory. */
0 commit comments