mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
add redirect for moved quality page, update redirects to moved digital experience pages (#8330)
Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
9dc5d4f53e
commit
7bc1ec0eea
1 changed files with 8 additions and 7 deletions
15
website/config/routes.js
vendored
15
website/config/routes.js
vendored
|
|
@ -257,13 +257,14 @@ module.exports.routes = {
|
|||
'GET /handbook/sales': '/handbook/customers#sales',
|
||||
'GET /handbook/people': '/handbook/business-operations',
|
||||
'GET /handbook/people/ceo-handbook': '/handbook/business-operations/ceo-handbook',
|
||||
'GET /handbook/growth': '/handbook/marketing/growth',
|
||||
'GET /handbook/community': '/handbook/marketing/community',
|
||||
'GET /handbook/digital-experience': '/handbook/marketing/digital-experience',
|
||||
'GET /handbook/digital-experience/article-formatting-guide': '/handbook/marketing',// FUTURE: Figure out the real place this went
|
||||
'GET /handbook/digital-experience/commonly-used-terms': '/handbook/marketing',// FUTURE: Figure out the real place this went
|
||||
'GET /handbook/digital-experience/how-to-submit-and-publish-an-article': '/handbook/marketing',// FUTURE: Figure out the real place this went
|
||||
'GET /handbook/digital-experience/markdown-guide': '/handbook/marketing',// FUTURE: Figure out the real place this went
|
||||
'GET /handbook/growth': '/handbook/marketing#growth',
|
||||
'GET /handbook/community': '/handbook/marketing#community',
|
||||
'GET /handbook/digital-experience': '/handbook/marketing#digital-experience',
|
||||
'GET /handbook/digital-experience/article-formatting-guide': '/handbook/marketing/article-formatting-guide',
|
||||
'GET /handbook/digital-experience/commonly-used-terms': '/handbook/marketing/commonly-used-terms',
|
||||
'GET /handbook/digital-experience/how-to-submit-and-publish-an-article': '/handbook/marketing/how-to-submit-and-publish-an-article',
|
||||
'GET /handbook/digital-experience/markdown-guide': '/handbook/marketing/markdown-guide',
|
||||
'GET /handbook/quality': '/handbook/engineering#quality',
|
||||
|
||||
|
||||
// ╔╦╗╦╔═╗╔═╗ ╦═╗╔═╗╔╦╗╦╦═╗╔═╗╔═╗╔╦╗╔═╗ ┬ ╔╦╗╔═╗╦ ╦╔╗╔╦ ╔═╗╔═╗╔╦╗╔═╗
|
||||
|
|
|
|||
Loading…
Reference in a new issue