@@ -15,18 +15,18 @@ export class SiteTarget {
15
15
16
16
/** Object capturing all site targets for the docs-app. */
17
17
export 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 ' ) ,
21
21
22
22
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 ` ) ,
24
24
} ;
25
25
26
26
/** Configuration describing the Firebase project that we deploy to. */
27
27
export 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 ! ,
30
30
} ;
31
31
32
32
/** Finds and parsed the `package.json` of the specified project directory. */
0 commit comments