mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 00:45:19 +00:00
Website: Update testimonials.yml (#17454)
> Note: these changes were originally in https://github.com/fleetdm/fleet/pull/17450, but were moved into a separate PR to remove the code owner review requirement from that PR Changes: - Updated Andre Shields's job title - Updated Dan Grzelak's quote (Removed an emoji) - Updated Erik Gomez's job title --------- Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
01d055a912
commit
f295aab582
@ -84,8 +84,13 @@ go.mod @fleetdm/go
|
||||
#
|
||||
# (see website/config/custom.js for DRIs of other paths not listed here)
|
||||
##############################################################################################
|
||||
/handbook/company @mikermcneil
|
||||
/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 @mikermcneil
|
||||
/handbook/company/product-groups.md @sampfluger88 @lukeheath
|
||||
/handbook/business-operations @sampfluger88
|
||||
/handbook/digital-experience @sampfluger88
|
||||
/handbook/customer-success @sampfluger88
|
||||
@ -93,7 +98,6 @@ go.mod @fleetdm/go
|
||||
/handbook/engineering @sampfluger88 @lukeheath
|
||||
/handbook/sales @sampfluger88
|
||||
/handbook/product-design @sampfluger88
|
||||
/handbook/company/product-groups @sampfluger88 @lukeheath
|
||||
|
||||
##############################################################################################
|
||||
# 🦿 GitHub issue templates
|
||||
|
@ -12,11 +12,11 @@
|
||||
quoteAuthorName: Andre Shields
|
||||
quoteAuthorProfileImageFilename: testimonial-author-andre-shields-48x48@2x.png
|
||||
quoteLinkUrl: https://www.linkedin.com/in/andre-shields/
|
||||
quoteAuthorJobTitle: Cybersecurity Security Engineer, Vulnerability Management
|
||||
quoteAuthorJobTitle: Staff Cybersecurity Engineer, Vulnerability Management
|
||||
youtubeVideoUrl: https://www.youtube.com/watch?v=siXy9aanOu4
|
||||
productCategories: [Endpoint operations, Vulnerability management]
|
||||
-
|
||||
quote: I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work. ❤️
|
||||
quote: I love the steady and consistent delivery of features that help teams work how they want to work, not how your product dictates they work.
|
||||
quoteImageFilename: social-proof-logo-atlassian-192x32@2x.png
|
||||
quoteLinkUrl: https://www.linkedin.com/in/danielgrzelak/
|
||||
quoteAuthorName: Dan Grzelak
|
||||
@ -37,7 +37,7 @@
|
||||
quoteLinkUrl: https://www.linkedin.com/in/eriknicolasgomez/
|
||||
quoteAuthorName: Erik Gomez
|
||||
quoteAuthorProfileImageFilename: testimonial-author-erik-gomez-48x48@2x.png
|
||||
quoteAuthorJobTitle: Senior Staff Security Engineer at Uber
|
||||
quoteAuthorJobTitle: Staff Client Platform Engineer
|
||||
productCategories: [Endpoint operations, Device management]
|
||||
-
|
||||
quote: Context is king for device data, and Fleet provides a way to surface that information to our other teams and partners.
|
||||
|
4
website/config/custom.js
vendored
4
website/config/custom.js
vendored
@ -139,6 +139,8 @@ module.exports.custom = {
|
||||
// 'website/views/pages/pricing.ejs': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
// 'handbook/company/pricing-features-table.yml': '', // « Covered in CODEOWNERS (2023-07-22)
|
||||
|
||||
'/handbook/company/testimonials.yml': 'mike-j-thomas',
|
||||
|
||||
// 🫧 Other brandfronts
|
||||
'README.md': 'mikermcneil',// « GitHub brandfront
|
||||
'tools/fleetctl-npm/README.md': 'mikermcneil',// « NPM brandfront (npmjs.com/package/fleetctl)
|
||||
@ -230,6 +232,8 @@ module.exports.custom = {
|
||||
'handbook/demand': ['sampfluger88','mikermcneil'],
|
||||
'handbook/customer-success': ['sampfluger88','mikermcneil'],
|
||||
|
||||
'/handbook/company/testimonials.yml': ['eashaw', 'mike-j-thomas', 'sampfluger88'],
|
||||
|
||||
// GitHub issue templates
|
||||
'.github/ISSUE_TEMPLATE': ['mikermcneil', 'lukeheath', 'hollidayn'],
|
||||
'.github/ISSUE_TEMPLATE/bug-report.md': ['xpkoala','noahtalerman', 'lukeheath'],
|
||||
|
Loading…
Reference in New Issue
Block a user