From 5ac61f6b34835a7277ef9017330ac0ae86959c93 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Fri, 27 Jul 2018 15:07:02 -0700 Subject: [PATCH] docs: add README to cli.angular.io microsite --- etc/cli.angular.io/README.md | 14 ++++++++++++++ etc/cli.angular.io/firebase.json | 1 + 2 files changed, 15 insertions(+) create mode 100644 etc/cli.angular.io/README.md diff --git a/etc/cli.angular.io/README.md b/etc/cli.angular.io/README.md new file mode 100644 index 0000000000..5e0190d83d --- /dev/null +++ b/etc/cli.angular.io/README.md @@ -0,0 +1,14 @@ + +# Angular CLI microsite + +This folder contains all the static files used for the Angular CLI microsite +(http://cli.angular.io). + +To make changes on the frontend, just update the files here, and ask the +caretaker to deploy the new site when the commit is merged. Your commit should +be of scope `docs:` (**NOT** `fix` or `feat`). + +## Deploy + +To deploy, use your firebase credentials to login, then use `firebase deploy` +from this folder. There is currently no build step. diff --git a/etc/cli.angular.io/firebase.json b/etc/cli.angular.io/firebase.json index ce1acdeab6..b55622a859 100644 --- a/etc/cli.angular.io/firebase.json +++ b/etc/cli.angular.io/firebase.json @@ -3,6 +3,7 @@ "public": "", "ignore": [ "firebase.json", + "README.md", "**/.*" ], "rewrites": [