angular/aio/database.rules.json
George Kalpakas c9241fdeb0 build(docs-infra): introduce new process for generating data for the events page (#45588)
This commit introduces a new process for generating data for the AIO
[events page](https://angular.io/events), which streamlines the process
and minimizes duplication and manual work. For more details, see
`aio/scripts/generate-events/README.md`.

PR Close #45588
2022-09-12 12:25:44 -07:00

11 lines
128 B
JSON

{
"rules": {
".read": false,
".write": false,
"events": {
".read": true,
".write": false
}
}
}