turborepo/examples/basic/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
127 B
JSON

{
"name": "Basic",
"description": "Basic monorepo example with two Next.js applications",
"maintainedByCoreTeam": true
}