Commit 027f9cae authored by xuwang's avatar xuwang
Browse files

docs(readme): rename Examples to Example Consumer Repos



Clarify that the section lists reference repositories that consume the OTICA
framework, not examples bundled in this checkout.

Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 1fa0f072
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -144,15 +144,16 @@ Notes:
  `vX.Y.Z` tag (what consumers pin) is present on both; the rich Release page
  lives on code.stanford.edu.

## Examples
## Example Consumer Repos

Examples live in their own repo tree, not in this framework checkout:
Reference repositories that **consume** OTICA — copy them as starting points for
your own project. They live in their own repo tree, not in this framework checkout:
**[`iac/examples/demo-project`](https://code.stanford.edu/iac/examples/demo-project)**
— a multi-repo tree of placeholder templates you can copy from. Clone it and run
`make update-repos` to pull all the sub-project repos below. Add new, more complex
examples there.

| Example repo | What it shows |
| Consumer repo | What it shows |
|---|---|
| [demo-project](https://code.stanford.edu/iac/examples/demo-project) | Root multi-repo project: `repos.txt`, `make` wiring, docs |
| [platforms/aws-platform](https://code.stanford.edu/iac/examples/platforms/aws-platform) | AWS infra with Terraform (multi-env) |