mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Website: Convenience redirects for company handbook sub-pages (#14108)
(Feel free to merge if looks good Eric, just wanted a separate pair of eyes.)
This commit is contained in:
parent
bb8a85c9fa
commit
28bab51269
1 changed files with 3 additions and 0 deletions
3
website/config/routes.js
vendored
3
website/config/routes.js
vendored
|
|
@ -457,6 +457,9 @@ module.exports.routes = {
|
|||
'GET /deploy/deploying-fleet-on-aws-with-terraform': '/docs/deploy/deploy-on-aws-with-terraform',
|
||||
'GET /docs/deploy/server-installation': '/docs/deploy/introduction',
|
||||
'GET /handbook/company/ceo': '/handbook/ceo',
|
||||
'GET /handbook/communications': '/handbook/company/communications',
|
||||
'GET /handbook/leadership': '/handbook/company/leadership',
|
||||
'GET /handbook/product-groups': '/handbook/company/product-groups',
|
||||
|
||||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
// ║║║║╚═╗║ ╠╦╝║╣ ║║║╠╦╝║╣ ║ ║ ╚═╗ ┌┼─ ║║║ ║║║║║║║║ ║ ║╠═╣ ║║╚═╗
|
||||
|
|
|
|||
Loading…
Reference in a new issue