Files
angular__angular/aio/content/marketing/events-contributing.md
Bob Watson b5bb4c17d0 docs: update of landing page and backup pages (#47047)
Updates the angular.io landing page with new messaging
and new images. The Quick-start app has been updated
to demonstrate a minimalist Angular app and the value
proposition content has been updated.

PR Close #47047
2022-12-09 16:04:34 -08:00

18 lines
835 B
Markdown

# Contributing to `events.json`
## About this list
We maintain a list of events (conferences, meetups, etc.) where our team has or will be presenting.
This data is stored in `events.json`.
## How to get an event listed
The `events.json` file is periodically generated from data stored in a Firebase database.
See [here](https://github.com/angular/angular/blob/main/aio/scripts/generate-events/README.md) for more details.
If you want to get an event listed, please get in touch with the Angular DevRel team at [devrel@angular.io](mailto:devrel@angular.io).
> WARNING:
> The `events.json` file is only intended to be updated via a [script](https://github.com/angular/angular/blob/main/aio/scripts/generate-events/index.mjs).
> Do not manually edit the file, because your changes will be overwritten the next time the script runs.