-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (66 loc) · 2.29 KB
/
Copy pathmkdocs.yml
File metadata and controls
71 lines (66 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
site_name: recourse
site_description: "Policy-driven, observable resilience for Go services: retries, hedging, circuit breaking, and budgets."
site_url: https://aponysus.github.io/recourse/
repo_url: https://github.com/aponysus/recourse
repo_name: aponysus/recourse
edit_uri: edit/main/docs/
theme:
name: material
palette:
scheme: slate
primary: indigo
accent: deep purple
features:
- navigation.sections
- navigation.top
- navigation.tracking
- content.code.copy
icon:
logo: material/book-open-page-variant
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- toc:
permalink: true
nav:
- Overview: index.md
- Design overview: design-overview.md
- Why recourse: blog/why-recourse.md
- Comparison: comparison.md
- Getting started: getting-started.md
- Gotchas & safety checklist: gotchas.md
- Adoption guide: adoption-guide.md
- Incident debugging: incident-debugging.md
- Migration:
- From cenkalti/backoff: migration/from-cenkalti-backoff.md
- Concepts:
- Policy keys: concepts/policy-keys.md
- Key patterns and taxonomy: concepts/key-patterns.md
- Policies & providers: concepts/policies.md
- Classifiers: concepts/classifiers.md
- Observability: concepts/observability.md
- Budgets & backpressure: concepts/budgets.md
- Hedging: concepts/hedging.md
- Circuit Breaking: concepts/circuit-breaking.md
- Remote Configuration: concepts/remote-configuration.md
- Integrations: concepts/integrations.md
- Architecture decisions:
- Overview: concepts/architecture-decisions.md
- "ADR 001: Low-cardinality policy keys": adr/001-low-cardinality-keys.md
- "ADR 003: Policy normalization": adr/003-policy-normalization.md
- Reference:
- API compatibility policy: reference/compatibility.md
- Defaults and safety model: reference/defaults-safety.md
- Policy schema reference: reference/policy-schema.md
- Reason codes & timeline fields: reference/reason-codes.md
- Claims ledger: claims-ledger.md
- Extending: extending.md
- Contributing:
- Onboarding: onboarding.md
- ADR template: adr/template.md