Merge branch 'main' into main

This commit is contained in:
Lucas Smith
2023-12-07 15:20:29 +11:00
committed by GitHub
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,13 @@
---
title: Careers at Documenso
---
# Careers at Documenso
So you love Documenso and all the things that we do and now you want to work with us to unlock the future of open signing?
---
## Open Positions
Unfortunately we have no open positions available at the moment. Our team has grown and so we must grow with it, please check back from time to time as now is not forever and we may be hiring again in the future.

View File

@ -31,6 +31,7 @@ const FOOTER_LINKS = [
{ href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, { href: 'https://status.documenso.com', text: 'Status', target: '_blank' },
{ href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' },
{ href: '/oss-friends', text: 'OSS Friends' }, { href: '/oss-friends', text: 'OSS Friends' },
{ href: '/careers', text: 'Careers' },
{ href: '/privacy', text: 'Privacy' }, { href: '/privacy', text: 'Privacy' },
]; ];

1
package-lock.json generated
View File

@ -19227,6 +19227,7 @@
"start-server-and-test": "^2.0.1" "start-server-and-test": "^2.0.1"
}, },
"devDependencies": { "devDependencies": {
"@documenso/prisma": "*",
"@documenso/web": "*", "@documenso/web": "*",
"@playwright/test": "^1.18.1", "@playwright/test": "^1.18.1",
"@types/node": "^20.8.2" "@types/node": "^20.8.2"