mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update to have Rachael Shaw also own schema tables docs (#12536)
... --------- Co-authored-by: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com>
This commit is contained in:
parent
65109a6d84
commit
33c512a722
2 changed files with 2 additions and 1 deletions
|
|
@ -42,6 +42,7 @@ go.mod @fleetdm/go
|
|||
|
||||
# Expanded table documentation
|
||||
/schema @eashaw
|
||||
/schema/tables @rachaelshaw
|
||||
|
||||
# Articles
|
||||
/articles @jarodreyes
|
||||
|
|
|
|||
2
website/config/custom.js
vendored
2
website/config/custom.js
vendored
|
|
@ -137,7 +137,7 @@ module.exports.custom = {
|
|||
'docs': ['zwass', 'mikermcneil', 'zhumo', 'jarodreyes', 'ksatter', 'rachaelshaw', 'lukeheath', 'eashaw', 'mike-j-thomas', 'noahtalerman'],// (default for docs)
|
||||
|
||||
'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['mikermcneil','zhumo','eashaw','lucasmrod','sharon-fdm','marcosd4h'],// (standard query library)
|
||||
'schema': ['zhumo','eashaw','zwass','mikermcneil','lucasmrod','sharon-fdm','marcosd4h'],// (Osquery table schema)
|
||||
'schema': ['zhumo','eashaw','zwass','mikermcneil','lucasmrod','sharon-fdm','marcosd4h','rachaelshaw'],// (Osquery table schema)
|
||||
},
|
||||
|
||||
confidentialGithubRepoDRIByPath: {// fleetdm/confidential
|
||||
|
|
|
|||
Loading…
Reference in a new issue