Skip to content

Commit

Permalink
Fix lint error, and order of items (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje authored Oct 16, 2023
1 parent 67353b3 commit 6b7fdc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
* [Specifications](xref:specifications) are descriptions of features we plan to add.

0 comments on commit 6b7fdc9

Please sign in to comment.