mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-15 18:13:38 +08:00
docs: add README to cli.angular.io microsite
This commit is contained in:
parent
9825f73d1d
commit
5ac61f6b34
14
etc/cli.angular.io/README.md
Normal file
14
etc/cli.angular.io/README.md
Normal file
@ -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.
|
@ -3,6 +3,7 @@
|
|||||||
"public": "",
|
"public": "",
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"firebase.json",
|
"firebase.json",
|
||||||
|
"README.md",
|
||||||
"**/.*"
|
"**/.*"
|
||||||
],
|
],
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user