From 4a70b9fd1b1347d083aa168b63d16c6cefd45b0a Mon Sep 17 00:00:00 2001 From: Cam Soper Date: Tue, 23 Jul 2024 16:41:52 -0500 Subject: [PATCH 1/2] Taking ownership of some things --- docfx.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index b583af4fba..8c924f3eef 100644 --- a/docfx.json +++ b/docfx.json @@ -103,10 +103,16 @@ "docs/**/*.*": "csharp" }, "author": { - "docs/**/*.*": "IEvangelist" + "docs/**/*.*": "IEvangelist", + "docs/database/**/*.*": "CamSoper", + "docs/storage/**/*.*": "CamSoper", + "docs/messaging/**/*.*": "CamSoper" }, "ms.author": { - "docs/**/*.*": "dapine" + "docs/**/*.*": "dapine", + "docs/database/**/*.*": "casoper", + "docs/storage/**/*.*": "casoper", + "docs/messaging/**/*.*": "casoper" }, "ms.collection": { "docs/azureai/**/*.md": "ce-skilling-ai-copilot" From 2d68297c3ea5454819d5ed6338dcecbcc9dcd063 Mon Sep 17 00:00:00 2001 From: Cam Soper Date: Wed, 24 Jul 2024 13:43:06 -0500 Subject: [PATCH 2/2] Grabbing deployment too --- docfx.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docfx.json b/docfx.json index 8c924f3eef..3951305836 100644 --- a/docfx.json +++ b/docfx.json @@ -106,13 +106,15 @@ "docs/**/*.*": "IEvangelist", "docs/database/**/*.*": "CamSoper", "docs/storage/**/*.*": "CamSoper", - "docs/messaging/**/*.*": "CamSoper" + "docs/messaging/**/*.*": "CamSoper", + "docs/deployment/**/*.*": "CamSoper" }, "ms.author": { "docs/**/*.*": "dapine", "docs/database/**/*.*": "casoper", "docs/storage/**/*.*": "casoper", - "docs/messaging/**/*.*": "casoper" + "docs/messaging/**/*.*": "casoper", + "docs/deployment/**/*.*": "casoper" }, "ms.collection": { "docs/azureai/**/*.md": "ce-skilling-ai-copilot"