# Documentation
- **[design.md](./design.md)** — why the crate works the way it does: the
inverted priority ordering, deep merging, the async trait, and the Azure
credential model.
- **[../examples/](../examples/)** — runnable examples, compiled by CI.
- **[docs.rs/stratify](https://docs.rs/stratify)** — API reference.
- **[../CONTRIBUTING.md](../CONTRIBUTING.md)** — local commands and what review
looks at.
- **[../SECURITY.md](../SECURITY.md)** — reporting, and the supply-chain
controls this repository applies to itself.
Prose here is limited to what cannot be verified by the compiler. Anything that
can be an example is an example, because an example that stops working fails CI
and a paragraph that stops being true does not.