turborepo/examples/with-angular/meta.json
Anthony Shew f60bf3c339
docs: enhance examples tables (#10173)
### Description

Updating the examples table in docs.

- Uses the `examples/` directory as the source of truth rather than a
JSON hardcode
- Adds validation to examples data (One could argue that this is done in
the wrong part of the repository, but we'll call that a problem for
another day.)
- Updates data in `examples/*/meta.json`

### Testing Instructions

Take a look!:
https://turbo-site-git-shew-5798f.vercel.sh/repo/docs/getting-started/examples#core-maintained-examples

---------

Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
2025-03-17 12:39:17 -06:00

5 lines
133 B
JSON

{
"name": "Angular",
"description": "Minimal Turborepo example for learning the fundamentals",
"maintainedByCoreTeam": false
}