diff --git a/apps/marketing/public/blog/sov.webp b/apps/marketing/public/blog/sov.webp new file mode 100644 index 000000000..9cf6a3a37 Binary files /dev/null and b/apps/marketing/public/blog/sov.webp differ diff --git a/apps/marketing/src/components/(marketing)/footer.tsx b/apps/marketing/src/components/(marketing)/footer.tsx index e259a0c71..3f4eb6c13 100644 --- a/apps/marketing/src/components/(marketing)/footer.tsx +++ b/apps/marketing/src/components/(marketing)/footer.tsx @@ -26,16 +26,17 @@ const SOCIAL_LINKS = [ const FOOTER_LINKS = [ { href: '/pricing', text: 'Pricing' }, { href: '/singleplayer', text: 'Singleplayer' }, + { href: 'https://docs.documenso.com', text: 'Documentation', target: '_blank' }, + { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, { href: '/blog', text: 'Blog' }, - { href: '/design-system', text: 'Design' }, + { href: '/changelog', text: 'Changelog' }, { href: '/open', text: 'Open Startup' }, + { href: '/design-system', text: 'Design' }, { href: 'https://shop.documenso.com', text: 'Shop', target: '_blank' }, { href: 'https://status.documenso.com', text: 'Status', target: '_blank' }, - { href: 'mailto:support@documenso.com', text: 'Support', target: '_blank' }, { href: '/oss-friends', text: 'OSS Friends' }, { href: '/careers', text: 'Careers' }, { href: '/privacy', text: 'Privacy' }, - { href: '/changelog', text: 'Changelog' }, ]; export const Footer = ({ className, ...props }: FooterProps) => { diff --git a/apps/web/src/app/(dashboard)/settings/tokens/page.tsx b/apps/web/src/app/(dashboard)/settings/tokens/page.tsx index a62775522..cc062f220 100644 --- a/apps/web/src/app/(dashboard)/settings/tokens/page.tsx +++ b/apps/web/src/app/(dashboard)/settings/tokens/page.tsx @@ -1,6 +1,5 @@ import { DateTime } from 'luxon'; -import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app'; import { getRequiredServerComponentSession } from '@documenso/lib/next-auth/get-server-component-session'; import { getUserTokens } from '@documenso/lib/server-only/public-api/get-all-user-tokens'; import { Button } from '@documenso/ui/primitives/button'; @@ -20,14 +19,15 @@ export default async function ApiTokensPage() {

On this page, you can create new API tokens and manage the existing ones.
- You can view our swagger docs{' '} + Also see our{' '} - here + Documentation + .