diff --git a/apps/documentation/pages/developers/_meta.js b/apps/documentation/pages/developers/_meta.js index 2f0f9b24d..4286dc3a3 100644 --- a/apps/documentation/pages/developers/_meta.js +++ b/apps/documentation/pages/developers/_meta.js @@ -13,6 +13,7 @@ export default { title: 'API & Integration Guides', }, 'public-api': 'Public API', - embedding: 'Embedding', + embedding: 'Embedded Signing', + 'embedded-authoring': 'Embedded Authoring', webhooks: 'Webhooks', }; diff --git a/apps/documentation/pages/developers/embedding/authoring.mdx b/apps/documentation/pages/developers/embedded-authoring.mdx similarity index 94% rename from apps/documentation/pages/developers/embedding/authoring.mdx rename to apps/documentation/pages/developers/embedded-authoring.mdx index d3427f1c8..4cf6fd659 100644 --- a/apps/documentation/pages/developers/embedding/authoring.mdx +++ b/apps/documentation/pages/developers/embedded-authoring.mdx @@ -1,12 +1,25 @@ --- -title: Authoring +title: Embedded Authoring description: Learn how to use embedded authoring to create documents and templates in your application --- +import { Callout } from 'nextra/components'; + + + The embedded authoring feature is an enterprise only feature. Please contact us if you are + interested in using it. + + # Embedded Authoring In addition to embedding signing experiences, Documenso now supports embedded authoring, allowing you to integrate document and template creation and editing directly within your application. +## Embedded Signing vs Embedded Authoring + +Embedded signing allows you to embed your Documenso documents into your application for signing. Your users will be able to sign the document directly in your application. + +Embedded authoring allows you to integrate Documenso's document and template creation and editing into your application. You will be able to create and edit documents and templates directly in your application. + ## How Embedded Authoring Works The embedded authoring feature enables your users to create and edit documents and templates without leaving your application. This process works through secure presign tokens that authenticate the embedding session and manage permissions. diff --git a/apps/documentation/pages/developers/embedding/_meta.js b/apps/documentation/pages/developers/embedding/_meta.js index bfa67f172..c666bdaa1 100644 --- a/apps/documentation/pages/developers/embedding/_meta.js +++ b/apps/documentation/pages/developers/embedding/_meta.js @@ -7,5 +7,4 @@ export default { preact: 'Preact Integration', angular: 'Angular Integration', 'css-variables': 'CSS Variables', - authoring: 'Authoring', }; diff --git a/apps/documentation/pages/developers/embedding/index.mdx b/apps/documentation/pages/developers/embedding/index.mdx index 7fd3d4193..6d8d6531a 100644 --- a/apps/documentation/pages/developers/embedding/index.mdx +++ b/apps/documentation/pages/developers/embedding/index.mdx @@ -3,10 +3,16 @@ title: Get Started description: Learn how to use embedding to bring signing to your own website or application --- -# Embedding +# Embedded Signing Our embedding feature lets you integrate our document signing experience into your own application or website. Whether you're building with React, Preact, Vue, Svelte, Solid, Angular, or using generalized web components, this guide will help you get started with embedding Documenso. +## Embedded Signing vs Embedded Authoring + +Embedded signing allows you to embed your Documenso documents into your application for signing. Your users will be able to sign the document directly in your application. + +Embedded authoring allows you to integrate Documenso's document and template creation and editing into your application. You will be able to create and edit documents and templates directly in your application. + ## Availability Embedding is currently available for all users on a **Teams Plan** and above, as well as **Early Adopter's** within a team (Early Adopters can create a team for free).