mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
DRIs: Update custom.js (#36074)
This commit is contained in:
parent
76691a1982
commit
9d42baaf0e
1 changed files with 6 additions and 4 deletions
10
website/config/custom.js
vendored
10
website/config/custom.js
vendored
|
|
@ -165,6 +165,7 @@ module.exports.custom = {
|
|||
|
||||
// 🫧 Pricing and features
|
||||
'handbook/company/pricing-features-table.yml': 'noahtalerman',
|
||||
'handbook/company/product-maturity-assessment': 'allenhouchins',
|
||||
'handbook/company/testimonials.yml': 'mike-j-thomas',
|
||||
|
||||
// Dev process
|
||||
|
|
@ -183,7 +184,7 @@ module.exports.custom = {
|
|||
'.gitignore': 'sampfluger88',// « what files should not be checked in?
|
||||
|
||||
// 🌐 Handbook
|
||||
//'handbook': 'samfp', Covered in CODEOWNERS (#16972 2024-02-19)
|
||||
//'handbook': 'sampfluger88', Covered in CODEOWNERS (#16972 2024-02-19)
|
||||
|
||||
|
||||
// 🌐 GitHub issue templates
|
||||
|
|
@ -282,10 +283,11 @@ module.exports.custom = {
|
|||
// Handbook
|
||||
'handbook/README.md': 'mikermcneil', // See https://github.com/fleetdm/fleet/pull/13195
|
||||
'handbook/company': 'mikermcneil',
|
||||
'handbook/company/open-positions.yml': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/company/communications.md': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/company/product-maturity-assessment': ['mikermcneil','noahtalerman','allenhouchins'],
|
||||
'handbook/company/open-positions.yml': ['sampfluger88', 'mikermcneil', 'ireedy'],
|
||||
'handbook/company/communications.md': ['sampfluger88', 'mikermcneil', 'ireedy'],
|
||||
'handbook/company/go-to-market-groups.md': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/company/leadership.md': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/company/leadership.md': ['sampfluger88', 'mikermcneil', 'ireedy'],
|
||||
'handbook/it-and-enablement': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/finance': ['sampfluger88', 'mikermcneil'],
|
||||
'handbook/sales': ['sampfluger88', 'mikermcneil'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue