diff options
Diffstat (limited to 'docs/how-to/README.md')
| -rw-r--r-- | docs/how-to/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/how-to/README.md b/docs/how-to/README.md index ed5f014..ba58c08 100644 --- a/docs/how-to/README.md +++ b/docs/how-to/README.md | |||
| @@ -36,6 +36,18 @@ How-to guides are **recipes** that show you how to solve specific problems or ac | |||
| 36 | 36 | ||
| 37 | --- | 37 | --- |
| 38 | 38 | ||
| 39 | ### [Test Sync Against Production Data](production-sync-testing.md) | ||
| 40 | **Problem:** Debug and improve sync using real-world data | ||
| 41 | **Difficulty:** Intermediate | ||
| 42 | |||
| 43 | **You'll learn:** | ||
| 44 | - Run sync against production relays | ||
| 45 | - Sanitize logs for LLM analysis | ||
| 46 | - Identify common issues and patterns | ||
| 47 | - Iteratively improve sync behavior | ||
| 48 | |||
| 49 | --- | ||
| 50 | |||
| 39 | ## Planned How-To Guides | 51 | ## Planned How-To Guides |
| 40 | 52 | ||
| 41 | ### Deploy ngit-grasp | 53 | ### Deploy ngit-grasp |