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:
Mike Thomas 2022-02-24 11:30:24 +09:00 committed by GitHub
parent 9b02722e08
commit a35b73df09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1795 deletions

1793
website/.sailsrc vendored

File diff suppressed because it is too large Load diff

View file

@ -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

View file

@ -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>