diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-03 14:41:46 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-02-03 14:46:09 +0000 |
| commit | 92a9a3bfe0bc522e8ae411991a366a3a6310d525 (patch) | |
| tree | 9fc5045a9df0ef56cc8ad37afaef09fad37d95ed /docs/how-to/README.md | |
| parent | f148b3a0e4b032c0acf835cda6d2935e19b9f67e (diff) | |
docs: archive relay.ngit.dev migration materials for reference
Move migration guide and scripts to docs/archive/2026-01-relay-ngit-dev-migration/
with clear warnings that these are reference-only materials from a specific
migration context, not general-purpose tools.
These materials document the relay.ngit.dev migration from ngit-relay to
ngit-grasp in January 2026. The scripts were developed iteratively during
the migration and are specific to that context. They are preserved for:
- Historical reference
- Context for production fixes in this branch
- Inspiration for future migrations (not direct reuse)
The migration uncovered critical bugs now fixed in this branch:
- Git protocol error handling
- Naughty list false positives
- Purgatory event tracking
- Sync startup issues
- Configuration management
Diffstat (limited to 'docs/how-to/README.md')
| -rw-r--r-- | docs/how-to/README.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/how-to/README.md b/docs/how-to/README.md index f755be1..087ae53 100644 --- a/docs/how-to/README.md +++ b/docs/how-to/README.md | |||
| @@ -110,18 +110,6 @@ How-to guides are **recipes** that show you how to solve specific problems or ac | |||
| 110 | 110 | ||
| 111 | --- | 111 | --- |
| 112 | 112 | ||
| 113 | ### [Migrate to ngit-grasp](migrate-to-ngit-grasp.md) | ||
| 114 | **Status:** ✅ Available | ||
| 115 | |||
| 116 | **Problem:** Switch from another GRASP implementation | ||
| 117 | **You'll learn:** | ||
| 118 | - Analyze existing relay data | ||
| 119 | - Identify repositories needing attention | ||
| 120 | - Run migration analysis scripts | ||
| 121 | - Plan and execute cutover | ||
| 122 | |||
| 123 | --- | ||
| 124 | |||
| 125 | ## How to Use How-To Guides | 113 | ## How to Use How-To Guides |
| 126 | 114 | ||
| 127 | 1. **Find your problem** - Browse or search for what you need | 115 | 1. **Find your problem** - Browse or search for what you need |