Skip to content

Commit 34d2fe3

Browse files
author
salacoste
committed
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

.markdown-link-check.json

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,11 @@
1515
{
1616
"pattern": "^https://.*\\.github.io/"
1717
},
18-
{
19-
"pattern": "^docs/guides/performance.md$"
20-
},
21-
{
22-
"pattern": "^docs/guides/security.md$"
23-
},
24-
{
25-
"pattern": "^docs/guides/configuration.md$"
26-
},
27-
{
28-
"pattern": "^docs/guides/testing.md$"
29-
},
3018
{
3119
"pattern": "^docs/faq.md$"
3220
},
3321
{
3422
"pattern": "^intermediate/error-handling.md$"
35-
},
36-
{
37-
"pattern": "^\\./examples/error-handling.ts$"
3823
}
3924
],
4025
"timeout": "10s",

0 commit comments

Comments
 (0)