Skip to content

Commit 5ac61f6

Browse files
committed
docs: add README to cli.angular.io microsite
1 parent 9825f73 commit 5ac61f6

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

etc/cli.angular.io/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Angular CLI microsite
3+
4+
This folder contains all the static files used for the Angular CLI microsite
5+
(http://cli.angular.io).
6+
7+
To make changes on the frontend, just update the files here, and ask the
8+
caretaker to deploy the new site when the commit is merged. Your commit should
9+
be of scope `docs:` (**NOT** `fix` or `feat`).
10+
11+
## Deploy
12+
13+
To deploy, use your firebase credentials to login, then use `firebase deploy`
14+
from this folder. There is currently no build step.

etc/cli.angular.io/firebase.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"public": "",
44
"ignore": [
55
"firebase.json",
6+
"README.md",
67
"**/.*"
78
],
89
"rewrites": [

0 commit comments

Comments
 (0)