From 6492ffc41816068533924a5b9ddf5c113251614d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Fri, 15 May 2026 17:04:06 +0200 Subject: [PATCH] docs: connect analyzer page to migration overview Rename the sidebar entry from "Migration" to "Migration analyzer" to disambiguate the breadcrumb ("Migration from TestableIO > Migration"), and rewrite the lead so the page introduces itself as the automated counterpart to the overview, with a link back to the parent page. Co-Authored-By: Claude Opus 4.7 (1M context) --- Docs/pages/00-index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docs/pages/00-index.md b/Docs/pages/00-index.md index f9add78..d264b99 100644 --- a/Docs/pages/00-index.md +++ b/Docs/pages/00-index.md @@ -1,9 +1,9 @@ --- -title: Migration +title: Migration analyzer --- [![Nuget](https://img.shields.io/nuget/v/Testably.Abstractions.Migration?label=Testably.Abstractions.Migration&logo=nuget)](https://www.nuget.org/packages/Testably.Abstractions.Migration) -A Roslyn analyzer and code-fix provider that migrates `System.IO.Abstractions` testing usage to `Testably.Abstractions.Testing`. +`Testably.Abstractions.Migration` is a Roslyn analyzer that automates the call-site rewrites described on the [migration overview](../). It flags every supported pattern (with code-fix support) and reports the rest so you can address them by hand. {README}