Set up fleetdm.com/apply to list of openings (#729)

This commit is contained in:
Mike McNeil 2021-05-05 22:07:15 -05:00 committed by GitHub
parent 26c841bcd5
commit f5d58a738c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ module.exports.routes = {
'/company/about': '/blog', // FUTURE: brief "about" page explaining the origins of the company
'/company/stewardship': 'https://github.com/fleetdm/fleet', // FUTURE: page about how we approach open source and our commitments to the community
'GET /company/contact': { action: 'view-contact' },
'GET /apply': 'https://fleet-device-management.breezy.hr',
'GET /get-started': 'https://github.com/fleetdm/fleet/blob/master/README.md', // « FUTURE: When ready, bring back { action: 'view-get-started' }
'GET /pricing': { action: 'view-pricing' },
'/documentation': 'https://github.com/fleetdm/fleet/tree/master/docs',