Table docs: Less confusing parentheses + update DRIs (#40105)

Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
Mike McNeil 2026-02-20 03:04:54 -06:00 committed by GitHub
parent 65020b5e29
commit 6630a0f875
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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",

View file

@ -1,4 +1,5 @@
name: users
description: Local user accounts (including domain accounts that have logged on locally on Windows).
platforms:
- darwin
- windows

View file

@ -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)