diff --git a/CODEOWNERS b/CODEOWNERS index 15b5f51323ce..4422121ec49b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -59,7 +59,7 @@ go.mod @fleetdm/go /infrastructure/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv /charts/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv /terraform/ @rfairburn @ksatter @lukeheath @edwardsb @georgekarrv -/it-and-security/ @noahtalerman @lukeheath @spokanemac @getvictor +/it-and-security/ @noahtalerman @lukeheath @getvictor ############################################################################################## # ⚗️ Reference, config surface, built-in queries, API, and other documentation. @@ -83,26 +83,26 @@ go.mod @fleetdm/go # # (see website/config/custom.js for DRIs of other paths not listed here) ############################################################################################## -/handbook/company/README.md @mikermcneil -/handbook/company/communications.md @mikermcneil -/handbook/company/leadership.md @mikermcneil -/handbook/company/why-this-way.md @mikermcneil -/handbook/README.md @mikermcneil -/handbook/company/open-positions.yml @sampfluger88 -/handbook/company/product-groups.md @lukeheath -/handbook/finance/README.md @sampfluger88 -/handbook/finance/finance.rituals.yml @sampfluger88 +/handbook/company/README.md @mikermcneil +/handbook/company/communications.md @mikermcneil +/handbook/company/leadership.md @mikermcneil +/handbook/company/why-this-way.md @mikermcneil +/handbook/README.md @mikermcneil +/handbook/company/open-positions.yml @sampfluger88 +#/handbook/company/product-groups.md @lukeheath Covered in custom.js +/handbook/finance/README.md @sampfluger88 +/handbook/finance/finance.rituals.yml @sampfluger88 /handbook/digital-experience/application-security.md @lukeheath /handbook/digital-experience/security-audits.md @lukeheath /handbook/digital-experience/security-policies.md @lukeheath /handbook/digital-experience/security.md @lukeheath /handbook/digital-experience/vendor-questionnaires.md @lukeheath -/handbook/digital-experience @sampfluger88 -/handbook/customer-success @sampfluger88 -/handbook/demand @sampfluger88 -/handbook/engineering @sampfluger88 @lukeheath -/handbook/sales @sampfluger88 -/handbook/product-design @sampfluger88 +/handbook/digital-experience @sampfluger88 +/handbook/customer-success @sampfluger88 +/handbook/demand @sampfluger88 +#/handbook/engineering @sampfluger88 @lukeheath Covered in custom.js +/handbook/sales @sampfluger88 +#/handbook/product-design @sampfluger88 Covered in custom.js ############################################################################################## # 🌐 GitHub issue templates diff --git a/website/config/custom.js b/website/config/custom.js index 731e6ce6436c..51438306de02 100644 --- a/website/config/custom.js +++ b/website/config/custom.js @@ -162,8 +162,11 @@ module.exports.custom = { // 🫧 Pricing and features // 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22) 'handbook/company/pricing-features-table.yml': 'noahtalerman', - 'handbook/company/testimonials.yml': 'mike-j-thomas', + 'handbook/company/product-groups.md': 'lukeheath', + 'handbook/engineering': 'lukeheath', + 'handbook/product-design': 'sampfluger88', + // 🫧 Other brandfronts 'README.md': 'mikermcneil',// « GitHub brandfront @@ -268,7 +271,7 @@ module.exports.custom = { 'handbook/digital-experience': ['sampfluger88','mikermcneil'], 'handbook/finance': ['sampfluger88','mikermcneil'], 'handbook/engineering': ['sampfluger88','mikermcneil', 'lukeheath'], - 'handbook/product-design': ['sampfluger88','mikermcneil'], + 'handbook/product-design': ['sampfluger88','mikermcneil','noahtalerman'], 'handbook/sales': ['sampfluger88','mikermcneil'], 'handbook/demand': ['sampfluger88','mikermcneil'], 'handbook/customer-success': ['sampfluger88','mikermcneil'],