mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Docs: Make Mike CODEOWNER of the docs (#14483)
Closes fleetdm/classified#588 --------- Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
f92695fda5
commit
54971df031
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue