diff --git a/apps/documentation/next.config.js b/apps/documentation/next.config.js index 718eb6bf2..9ae74fab6 100644 --- a/apps/documentation/next.config.js +++ b/apps/documentation/next.config.js @@ -3,7 +3,7 @@ const nextConfig = {}; const withNextra = require('nextra')({ theme: 'nextra-theme-docs', - themeConfig: './theme.config.jsx', + themeConfig: './theme.config.tsx', }); module.exports = withNextra(nextConfig); diff --git a/apps/documentation/pages/_meta.json b/apps/documentation/pages/_meta.json index 5aacf02e1..d0a2e0df9 100644 --- a/apps/documentation/pages/_meta.json +++ b/apps/documentation/pages/_meta.json @@ -7,6 +7,10 @@ "sidebar": false } }, + "app": { + "title": "Getting Started", + "type": "page" + }, "faq": { "title": "FAQ", "type": "page" @@ -23,6 +27,10 @@ "title": "Webhook", "type": "page" }, + "contributing": { + "title": "Contributing Guide", + "type": "page" + }, "---": { "type": "separator" }, diff --git a/apps/documentation/pages/app/getting-started.mdx b/apps/documentation/pages/app/getting-started.mdx new file mode 100644 index 000000000..bad55622f --- /dev/null +++ b/apps/documentation/pages/app/getting-started.mdx @@ -0,0 +1 @@ +# Getting Started diff --git a/apps/documentation/pages/contributing/guide.mdx b/apps/documentation/pages/contributing/guide.mdx new file mode 100644 index 000000000..e69de29bb diff --git a/apps/documentation/pages/faq/faq.mdx b/apps/documentation/pages/faq/faq.mdx new file mode 100644 index 000000000..4514b4c10 --- /dev/null +++ b/apps/documentation/pages/faq/faq.mdx @@ -0,0 +1 @@ +# FAQ diff --git a/apps/documentation/pages/index.mdx b/apps/documentation/pages/index.mdx index 6b6d553de..b082f403d 100644 --- a/apps/documentation/pages/index.mdx +++ b/apps/documentation/pages/index.mdx @@ -18,7 +18,7 @@ Documenso aims to be the world's most trusted document-signing tool. This trust Join us in creating the next generation of open trust infrastructure. -## Our tech stack is as follows: +## Our tech stack: - [Typescript](https://www.typescriptlang.org/) - Language - [Next.js](https://nextjs.org/) - Framework @@ -34,7 +34,7 @@ Join us in creating the next generation of open trust infrastructure. - [Stripe](https://stripe.com/) - Payments - [Vercel](https://vercel.com) - Hosting -