From 1f71baaffb1ba6153931c16dcb241707417f8ab1 Mon Sep 17 00:00:00 2001 From: Catalin Pit <25515812+catalinpit@users.noreply.github.com> Date: Fri, 12 Apr 2024 13:41:52 +0300 Subject: [PATCH] chore: some changes --- apps/documentation/pages/_meta.json | 4 ++ apps/documentation/pages/index.mdx | 64 ++++++++++++++++++++++++++++- apps/documentation/theme.config.jsx | 2 +- 3 files changed, 67 insertions(+), 3 deletions(-) diff --git a/apps/documentation/pages/_meta.json b/apps/documentation/pages/_meta.json index 0c6efdb55..5aacf02e1 100644 --- a/apps/documentation/pages/_meta.json +++ b/apps/documentation/pages/_meta.json @@ -7,6 +7,10 @@ "sidebar": false } }, + "faq": { + "title": "FAQ", + "type": "page" + }, "local-development": { "title": "Local Development", "type": "page" diff --git a/apps/documentation/pages/index.mdx b/apps/documentation/pages/index.mdx index 07576477d..6b6d553de 100644 --- a/apps/documentation/pages/index.mdx +++ b/apps/documentation/pages/index.mdx @@ -3,8 +3,68 @@ export const Wrapper = ({ children }) => { }; - # Hello World -My first Nextra page. +# Hey there! + +Welcome to the Documenso documentation! Here you can find all the information required to get started with Documenso both as a user and as a developer. + +## About Documenso + +Signing documents digitally should be fast and easy and should be the best practice for every document signed worldwide. + +This is technically quite easy today, but it also introduces a new party to every signature: The signing tool providers. While this is not a problem in itself, it should make us think about how we want these providers of trust to work. + +Documenso aims to be the world's most trusted document-signing tool. This trust is built by empowering you to self-host Documenso and review how it works under the hood. + +Join us in creating the next generation of open trust infrastructure. + +## Our tech stack is as follows: + +- [Typescript](https://www.typescriptlang.org/) - Language +- [Next.js](https://nextjs.org/) - Framework +- [Prisma](https://www.prisma.io/) - ORM +- [Tailwind](https://tailwindcss.com/) - CSS +- [shadcn/ui](https://ui.shadcn.com/) - Component Library +- [NextAuth.js](https://next-auth.js.org/) - Authentication +- [react-email](https://react.email/) - Email Templates +- [tRPC](https://trpc.io/) - API +- [@documenso/pdf-sign](https://www.npmjs.com/package/@documenso/pdf-sign) - PDF Signatures +- [React-PDF](https://github.com/wojtekmaj/react-pdf) - Viewing PDFs +- [PDF-Lib](https://github.com/Hopding/pdf-lib) - PDF manipulation +- [Stripe](https://stripe.com/) - Payments +- [Vercel](https://vercel.com) - Hosting + +
+ + Join Documenso on Discord + + + Github Stars + + + License + + + Commits-per-month + + + open in devcontainer + + + Contributor Covenant + +
diff --git a/apps/documentation/theme.config.jsx b/apps/documentation/theme.config.jsx index daa68d977..ec6575e8c 100644 --- a/apps/documentation/theme.config.jsx +++ b/apps/documentation/theme.config.jsx @@ -1,5 +1,5 @@ const themeConfig = { - logo: Documenso Documentation, + logo: Documenso, project: { link: 'https://documen.so/github', },