mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Set up fleetdm.com/apply to list of openings (#729)
This commit is contained in:
parent
26c841bcd5
commit
f5d58a738c
1 changed files with 1 additions and 0 deletions
1
website/config/routes.js
vendored
1
website/config/routes.js
vendored
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue