@@ -27,7 +27,7 @@ Later layers override earlier ones. Use envstack -t VAR to trace where a value
2727comes from. envstack focuses on ** configuration and activation** , not dependency
2828resolution.
2929
30- For the core concepts, see ` docs/index.md ` .
30+ For the core concepts, see [ docs/index.md] ( docs/index.md ) .
3131
3232## Installation
3333
@@ -39,7 +39,7 @@ pip install -U envstack
3939
4040## Quickstart
4141
42- Start by getting the latest ` default.env ` example file:
42+ Start by getting the latest [ default.env] ( examples/default/default.env ) example file:
4343
4444``` bash
4545curl -o \
@@ -130,13 +130,13 @@ committed, or distributed.
130130Encryption protects values ** at rest** and integrates with environment stacks and
131131includes. envstack does not attempt to be a full secret management system.
132132
133- See ` docs/secrets.md` for details.
133+ See [ docs/secrets.md](docs/secrets.md) for details.
134134
135135# # Documentation
136136
137- - Design & philosophy → ` docs/design.md`
138- - Examples & patterns → ` docs/examples.md`
139- - Tool comparisons → ` docs/comparison.md`
140- - Secrets and encryption → ` docs/secrets.md`
141- - FAQ & gotchas → ` docs/faq.md`
142- - API docs → ` docs/api.md`
137+ - [ Design & philosophy]( docs/design.md)
138+ - [ Examples & patterns]( docs/examples.md)
139+ - [ Tool comparisons]( docs/comparison.md)
140+ - [ Secrets and encryption]( docs/secrets.md)
141+ - [ FAQ & gotchas]( docs/faq.md)
142+ - [ API docs]( docs/api.md)
0 commit comments