From 86c63459aee52ee1dd12d376ee49d16362be5dbb Mon Sep 17 00:00:00 2001 From: Sam Pfluger <108141731+Sampfluger88@users.noreply.github.com> Date: Wed, 20 May 2026 19:35:08 -0500 Subject: [PATCH] Make Mike T maintainer and DRI of Brand section (#45953) ## Summary by CodeRabbit * **Chores** * Updated documentation governance and approval process configurations. [![Review Change Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/fleetdm/fleet/pull/45953?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack) --- website/config/custom.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/config/custom.js b/website/config/custom.js index 511f01c53b..3fa5f939cb 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -187,6 +187,7 @@ module.exports.custom = { 'handbook/company/leadership.md': 'mikermcneil', 'handbook/it/security.md': 'allenhouchins', 'handbook/company/go-to-market-operations.md': 'sampfluger88', + 'handbook/company/brand.md': 'mike-j-thomas', // 🫧 Other brandfronts 'README.md': 'mikermcneil',// « GitHub brandfront @@ -297,6 +298,7 @@ module.exports.custom = { 'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195 'handbook/company': 'mikermcneil', 'handbook/ceo': 'mikermcneil', + 'handbook/company/brand.md': ['mikermcneil', 'mike-j-thomas'], 'handbook/company/product-maturity-assessment': ['mikermcneil','noahtalerman','allenhouchins'], 'handbook/company/open-positions.yml': ['sampfluger88', 'mikermcneil', 'ireedy'], 'handbook/company/communications.md': ['mikermcneil', 'ireedy', 'sampfluger88'],