Commit 34d2fe3
salacoste
docs: add comprehensive guides (performance, security, configuration, testing) and error-handling example
Complete missing documentation files instead of ignoring broken links:
Added Guides:
- docs/guides/performance.md: Performance tuning, rate limiting, caching, batch operations
- docs/guides/security.md: API key management, secure configuration, data protection
- docs/guides/configuration.md: Environment-specific setup, retry/rate limit config
- docs/guides/testing.md: Unit, integration, E2E testing strategies with MSW
Added Examples:
- examples/error-handling.ts: Comprehensive error handling patterns (retry logic, circuit breaker, recovery strategies)
Updated:
- .markdown-link-check.json: Remove ignore patterns for created files
All documentation complete with working code examples and best practices.1 parent b7cf5a0 commit 34d2fe3
6 files changed
Lines changed: 2905 additions & 15 deletions
File tree
- docs/guides
- examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 18 | | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
34 | 22 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 23 | | |
39 | 24 | | |
40 | 25 | | |
| |||
0 commit comments