From 0a126cabe3e540daf531a7e58aabb296bea16651 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Sat, 10 Aug 2024 19:49:43 -0700 Subject: [PATCH] Temporarily set API docs DRI to georgekarrv (#21238) --- CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2be9b50e79e5..431fb71d4f1e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -77,8 +77,8 @@ go.mod @fleetdm/go # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## /docs @eashaw -/docs/REST\ API/rest-api.md @lukeheath # « REST API reference documentation -/docs/Contributing/API-for-contributors.md @lukeheath # « Advanced / contributors-only API reference documentation +/docs/REST\ API/rest-api.md @georgekarrv # « REST API reference documentation +/docs/Contributing/API-for-contributors.md @georgekarrv # « Advanced / contributors-only API reference documentation /schema @eashaw # « Data tables (osquery/fleetd schema) documentation /docs/Deploy/_kubernetes/ @dherder # « Kubernetes best practice ##############################################################################################