Skip to content

Commit

Permalink
docs: Delete cli.angular.io microsite
Browse files Browse the repository at this point in the history
https://cli.angular.io/ now redirects to https://angular.io/cli
(cherry picked from commit 5777661)
  • Loading branch information
kyliau authored and clydin committed Apr 13, 2021
1 parent 92b5309 commit 040e3cc
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 292 deletions.
25 changes: 0 additions & 25 deletions docs/process/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,31 +169,6 @@ Don't forget to update the Slack [#tools](https://angular-team.slack.com/archive
links to all the version bump PRs. If anyone else on the team notices these links missing, they should ask the caretaker
to make sure the post-release version bump is not forgotten.

### Microsite Publishing

The [microsite](https://cli.angular.io/) is the landing page for Angular CLI and
is a one-page static page.

> **This can ONLY be done by a Google employee.**
>
> **You will need firebase access to our cli-angular-io firebase site. If you don't have it, escalate.**
Check out if changes were made to the microsite:

```sh
git log v8.0.0-beta.0..HEAD --oneline etc/cli.angular.io | wc -l
```

If the number is 0 you can ignore the rest of this section.

To publish, go to the
[`angular-cli/etc/cli.angular.io`](https://github.com/angular/angular-cli/tree/master/etc/cli.angular.io)
directory and run `firebase deploy`. You might have to `firebase login` first.
If you don't have the firebase CLI installed, you can install it using
`npm install --global firebase-tools` (or use your package manager of choice).

This is detailed in [`etc/cli.angular.io/README.md`](https://github.com/angular/angular-cli/blob/master/etc/cli.angular.io/README.md).

## Publishing a Major Version

For the first release of a major version, say `v10.0.0`, checkout the major branch
Expand Down
5 changes: 0 additions & 5 deletions etc/cli.angular.io/.firebaserc

This file was deleted.

14 changes: 0 additions & 14 deletions etc/cli.angular.io/README.md

This file was deleted.

32 changes: 0 additions & 32 deletions etc/cli.angular.io/angular-logo-with-text.svg

This file was deleted.

19 changes: 0 additions & 19 deletions etc/cli.angular.io/angular-logo.svg

This file was deleted.

Binary file removed etc/cli.angular.io/favicon.ico
Binary file not shown.
16 changes: 0 additions & 16 deletions etc/cli.angular.io/firebase.json

This file was deleted.

147 changes: 0 additions & 147 deletions etc/cli.angular.io/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions etc/cli.angular.io/license.html

This file was deleted.

1 change: 0 additions & 1 deletion etc/cli.angular.io/main.css

This file was deleted.

9 changes: 0 additions & 9 deletions etc/cli.angular.io/material.min.css

This file was deleted.

Loading

0 comments on commit 040e3cc

Please sign in to comment.