mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Website: Update schema folder maintainer in custom configuration (#17041)
Changes: - Updated the maintainer of the schema folder in the website's custom configuration
This commit is contained in:
parent
7361f4d8d5
commit
4b0cb5a854
1 changed files with 1 additions and 1 deletions
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -182,7 +182,7 @@ module.exports.custom = {
|
|||
// Reference, config surface, built-in queries, API, and other documentation
|
||||
'docs': ['rachaelshaw'],// (default for docs)
|
||||
'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['rachaelshaw'],// (standard query library)
|
||||
'schema': ['rachaelshaw'],// (Osquery table schema)
|
||||
'schema': ['eashaw'],// (Osquery table schema)
|
||||
'ee/cis': ['sharon-fdm', 'lucasmrod', 'rachelElysia', 'rachaelshaw'],
|
||||
|
||||
// Articles and release notes
|
||||
|
|
|
|||
Loading…
Reference in a new issue