mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
website-contribute-redirect (#4341)
* website-contribute-redirect Fixed bad link on misc redirect for /contribute * Remove stuff accidentally checked into .sailsrc. Co-authored-by: Mike McNeil <mikermcneil@users.noreply.github.com>
This commit is contained in:
parent
9b02722e08
commit
a35b73df09
3 changed files with 1 additions and 1795 deletions
1793
website/.sailsrc
vendored
1793
website/.sailsrc
vendored
File diff suppressed because it is too large
Load diff
2
website/config/routes.js
vendored
2
website/config/routes.js
vendored
|
|
@ -184,7 +184,7 @@ module.exports.routes = {
|
|||
// For example, a clever user might try to visit fleetdm.com/documentation, not knowing that Fleet's website
|
||||
// puts this kind of thing under /docs, NOT /documentation. These "convenience" redirects are to help them out.
|
||||
'GET /documentation': '/docs',
|
||||
'GET /contribute': '/docs/contribute',
|
||||
'GET /contribute': '/docs/contributing',
|
||||
'GET /install': '/get-started',
|
||||
'GET /company': '/company/about',
|
||||
'GET /company/about': '/handbook', // FUTURE: brief "about" page explaining the origins of the company
|
||||
|
|
|
|||
1
website/views/layouts/layout.ejs
vendored
1
website/views/layouts/layout.ejs
vendored
|
|
@ -248,7 +248,6 @@
|
|||
<script src="/js/components/modal.component.js"></script>
|
||||
<script src="/js/components/stripe-card-element.component.js"></script>
|
||||
<script src="/js/utilities/open-stripe-checkout.js"></script>
|
||||
<script src="/js/mermaid.min.js"></script>
|
||||
<script src="/js/pages/account/account-overview.page.js"></script>
|
||||
<script src="/js/pages/account/edit-password.page.js"></script>
|
||||
<script src="/js/pages/account/edit-profile.page.js"></script>
|
||||
|
|
|
|||
Loading…
Reference in a new issue