From f261e6b42961856bac77bb55021506bbb351bd2f Mon Sep 17 00:00:00 2001 From: Meaghan Osagie Date: Thu, 2 Oct 2025 15:35:22 -0700 Subject: [PATCH] Update ownership of .NET tools documentation --- .github/CODEOWNERS | 2 +- docfx.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e1a0defe45ab8..8e0e2dc1acf40 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -120,7 +120,7 @@ # Testing /docs/core/testing/ @IEvangelist @dotnet/docs # Tools -/docs/core/tools/ @adegeo @dotnet/docs +/docs/core/tools/ @meaghanlewis @dotnet/docs # Tutorials /docs/core/tutorials/ @meaghanlewis @dotnet/docs # What's new diff --git a/docfx.json b/docfx.json index 5a4bc914e7e25..a5cb54230529a 100644 --- a/docfx.json +++ b/docfx.json @@ -365,7 +365,7 @@ "docs/core/project-sdk/**/**.md": "gewarren", "docs/core/runtime-config/**/**.md": "gewarren", "docs/core/testing/**/**.md": "IEvangelist", - "docs/core/tools/**/**.md": "adegeo", + "docs/core/tools/**/**.md": "meaghanlewis", "docs/core/tutorials/**/**.md": "meaghanlewis", "docs/core/versions/**/**.md": "billwagner", "docs/core/whats-new/**/**.md": "gewarren", @@ -458,7 +458,7 @@ "docs/core/project-sdk/**/**.md": "gewarren", "docs/core/runtime-config/**/**.md": "gewarren", "docs/core/testing/**/**.md": "dapine", - "docs/core/tools/**/**.md": "adegeo", + "docs/core/tools/**/**.md": "mosagie", "docs/core/tutorials/**/**.md": "mosagie", "docs/core/versions/**/**.md": "wiwagn", "docs/core/whats-new/**/**.md": "gewarren",