diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-23 12:15:12 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-27 20:38:01 +0000 |
| commit | 79d2d01923cf66217fd5aa3a0be5ee9ea2000872 (patch) | |
| tree | f1bec17762c7b84ddb6e73901d714a791b409a90 /docs/how-to/README.md | |
| parent | f84c7d04ff5d3f9c6c56d78bc00c01814e7348e4 (diff) | |
Generalize migration guide for any GRASP implementation
- Rename guide: migrate-ngit-relay-to-ngit-grasp.md → migrate-to-ngit-grasp.md
- Remove ngit-relay and relay.ngit.dev specific references
- Use generic terminology: source/target relay, current implementation
- Add Compatibility section explaining requirements
- Update examples to be implementation-agnostic
- Update script comments to reference GRASP relay (not ngit-relay)
- Update README.md to link to the new guide
Scripts already work with any GRASP implementation via parameters.
Diffstat (limited to 'docs/how-to/README.md')
| -rw-r--r-- | docs/how-to/README.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/how-to/README.md b/docs/how-to/README.md index ba58c08..f755be1 100644 --- a/docs/how-to/README.md +++ b/docs/how-to/README.md | |||
| @@ -110,15 +110,15 @@ How-to guides are **recipes** that show you how to solve specific problems or ac | |||
| 110 | 110 | ||
| 111 | --- | 111 | --- |
| 112 | 112 | ||
| 113 | ### Migrate from ngit-relay | 113 | ### [Migrate to ngit-grasp](migrate-to-ngit-grasp.md) |
| 114 | **Status:** 🔜 Planned | 114 | **Status:** ✅ Available |
| 115 | 115 | ||
| 116 | **Problem:** Switch from reference implementation | 116 | **Problem:** Switch from another GRASP implementation |
| 117 | **You'll learn:** | 117 | **You'll learn:** |
| 118 | - Export data from ngit-relay | 118 | - Analyze existing relay data |
| 119 | - Import to ngit-grasp | 119 | - Identify repositories needing attention |
| 120 | - Update repository URLs | 120 | - Run migration analysis scripts |
| 121 | - Verify migration | 121 | - Plan and execute cutover |
| 122 | 122 | ||
| 123 | --- | 123 | --- |
| 124 | 124 | ||