diff --git a/CODEOWNERS b/CODEOWNERS index b952d8777f..cd3c4ab710 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -62,10 +62,14 @@ go.mod @fleetdm/go # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## -/docs @rachaelshaw +/docs @mikermcneil /docs/Using-Fleet/REST-API.md @rachaelshaw # « REST API reference documentation /docs/Contributing/API-for-contributors.md @rachaelshaw # « Advanced / contributors-only API reference documentation /schema @rachaelshaw # « Data tables (osquery/fleetd schema) documentation +/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml @rachaelshaw # « Device health checks (https://fleetdm.com/queries) +/docs/Configuration/agent-configuration.md @rachaelshaw # « Configuration surface: Agent +/docs/Configuration/fleet-server-configuration.md @rachaelshaw # « Configuration surface: Fleet server +/docs/Configuration/configuration-files/README.md @rachaelshaw # « Configuration surface: Fleet server (even more things) FUTURE: consolidate this. ############################################################################################## # 🫧 Pricing and features diff --git a/website/config/custom.js b/website/config/custom.js index e2158a3bc6..a9e922e40e 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -117,7 +117,7 @@ module.exports.custom = { // 'docs/Using-Fleet/REST-API.md': '', // « Covered in CODEOWNERS (2023-07-22) // 'docs/Contributing/API-for-contributors.md': '', // « Covered in CODEOWNERS (2023-07-22) // 'schema': '', // « Covered in CODEOWNERS (2023-07-22) - 'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries + //'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries « Covered in CODEOWNERS (2023-10-12) 'ee/cis': 'sharon-fdm',//« Fleet Premium only: built-in queries (built-in policies for CIS benchmarks) -- FYI: On 2023-07-15, we changed this so that Sharon, Lucas, Marcos, and Rachel are all maintainers, but where there is a single DRI who is automatically requested approval from. // 🫧 Articles and release notes