From 6b7fdc9bf688e842836dc5c82aad3826952cfad4 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Mon, 16 Oct 2023 09:49:25 +0200 Subject: [PATCH] Fix lint error, and order of items (#811) --- docs/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 06ec27832..b18b5e555 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,13 +5,13 @@ This web site contains the documentation for all active NUnit projects as well a ## User Documentation * [NUnit](xref:intro) covers the core tools of NUnit, including the framework, NUnitLite, and the console runner. -* [NUnit VS Adapter](xref:vstestadapterinstallation) covers the Visual Studio test adapters for both NUnit V2 and V3. -* [NUnit Engine](xref:nunitengine) covers the NUnit Engine, the central component all test runners are built around. +* [NUnit VS Adapter](xref:vstestadapterinstallation) covers the test adapters for Visual Studio and .Net. +* [NUnit Analyzers](xref:nunitanalyzers) covers the NUnit Analyzers. * [NUnit VS Test Generator](xref:vstestgenerator) covers the Visual Studio extension for generating tests in both NUnit V2 and V3. * [NUnit Xamarin Runners](xref:xamarinrunners) covers the NUnit test runners for Xamarin and mobile devices. -* [NUnit Analyzers](xref:nunitanalyzers) covers the NUnit Analyzers for NUnit V3. +* [NUnit Engine](xref:nunitengine) covers the NUnit Engine, the central component all test runners are built around. ## Developer Documentation * [Team practices](xref:teampractices) describe how NUnit works and how our teams work. -* [Specifications](xref:specifications) are descriptions of features we plan to add. \ No newline at end of file +* [Specifications](xref:specifications) are descriptions of features we plan to add.