From 0d62593e5e30114e0a794bc030fc1bdf2e5687be Mon Sep 17 00:00:00 2001 From: Rachael Shaw Date: Mon, 6 Jan 2025 11:31:58 -0600 Subject: [PATCH] Update CODEOWNERS --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e4d1312134c0..c8512f309c58 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -65,9 +65,9 @@ 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 @iansltx # « REST API reference documentation -/docs/Contributing/API-for-contributors.md @iansltx # « Advanced / contributors-only API reference documentation +/docs @rachaelshaw +/docs/REST\ API/rest-api.md @rachaelshaw # « REST API reference documentation +/docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation /schema @eashaw # « Data tables (osquery/fleetd schema) documentation /render.yaml @edwardsb