mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
Table docs: Less confusing parentheses + update DRIs (#40105)
Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
parent
65020b5e29
commit
6630a0f875
4 changed files with 5 additions and 5 deletions
|
|
@ -72,7 +72,6 @@ go.mod @fleetdm/go
|
|||
/docs/Contributing/product-groups/orchestration/understanding-host-vitals.md @sharon-fdm @sgress454 @getvictor # software ingestion is security & compliance
|
||||
/docs/REST\ API/rest-api.md @rachaelshaw # « REST API reference documentation
|
||||
/docs/Contributing/reference @rachaelshaw
|
||||
/schema @eashaw # « Data tables (osquery/fleetd schema) documentation
|
||||
/render.yaml @edwardsb
|
||||
/it-and-security @allenhouchins
|
||||
/articles/what-api-endpoints-to-expose-to-the-public-internet.md @rfairburn @BCTBB # « Infra: active notification of changes to IP Allowlists
|
||||
|
|
|
|||
|
|
@ -29230,7 +29230,7 @@
|
|||
},
|
||||
{
|
||||
"name": "users",
|
||||
"description": "Local user accounts (including domain accounts that have logged on locally (Windows)).",
|
||||
"description": "Local user accounts (including domain accounts that have logged on locally on Windows).",
|
||||
"url": "https://fleetdm.com/tables/users",
|
||||
"platforms": [
|
||||
"darwin",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
name: users
|
||||
description: Local user accounts (including domain accounts that have logged on locally on Windows).
|
||||
platforms:
|
||||
- darwin
|
||||
- windows
|
||||
|
|
|
|||
6
website/config/custom.js
vendored
6
website/config/custom.js
vendored
|
|
@ -126,9 +126,9 @@ module.exports.custom = {
|
|||
// ⚗️ Reference, config surface, built-in queries, API, and other documentation
|
||||
// 'docs/Using-Fleet/REST-API.md': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
// 'docs/Contributing/reference/api-for-contributors.md': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
// 'schema': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
'schema': 'noahtalerman', // Data tables (osquery/fleetd schema) documentation
|
||||
'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': 'rachaelshaw', //« Built-in queries
|
||||
'/docs/get-started/faq': 'zayhanlon',
|
||||
'docs/get-started/faq': 'zayhanlon',
|
||||
'docs/Contributing/rituals': 'lukeheath',
|
||||
'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, and Rachel are all maintainers, but where there is a single DRI who is automatically requested approval from.
|
||||
|
||||
|
|
@ -232,7 +232,7 @@ module.exports.custom = {
|
|||
'docs/01-Using-Fleet/standard-query-library/standard-query-library.yml': ['rachaelshaw', 'noahtalerman', 'eashaw'],// (standard query library)
|
||||
'/docs/get-started/faq': ['ksatter', 'ddribeiro', 'zayhanlon'],
|
||||
'docs/REST API/rest-api.md': ['rachaelshaw', 'lukeheath'],// (standard query library)
|
||||
'schema': ['eashaw'],// (Osquery table schema)
|
||||
'schema': ['eashaw', 'lukeheath'],// (Osquery table schema)
|
||||
'ee/cis': ['lukeheath', 'sharon-fdm', 'lucasmrod', 'rachelElysia', 'rachaelshaw'],
|
||||
|
||||
// Fleet's internal IT and security (+dogfooding)
|
||||
|
|
|
|||
Loading…
Reference in a new issue