mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
### 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>
5 lines
127 B
JSON
5 lines
127 B
JSON
{
|
|
"name": "Basic",
|
|
"description": "Basic monorepo example with two Next.js applications",
|
|
"maintainedByCoreTeam": true
|
|
}
|