From e4af9f42cdca8a8329b1f8fa820dc649db787150 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:29:38 +0000 Subject: [PATCH 01/16] Documentation updates from Promptless --- fern/docs.yml | 10 +++++++ fern/docs/integrations/clickup.mdx | 27 +++++++++++++++++ fern/docs/integrations/document360.mdx | 40 +++++++++++++++++++++++++ fern/docs/integrations/google-drive.mdx | 34 +++++++++++++++++++++ fern/docs/integrations/index.mdx | 4 +++ fern/docs/integrations/notion.mdx | 31 +++++++++++++++++++ 6 files changed, 146 insertions(+) create mode 100644 fern/docs/integrations/clickup.mdx create mode 100644 fern/docs/integrations/document360.mdx create mode 100644 fern/docs/integrations/google-drive.mdx create mode 100644 fern/docs/integrations/notion.mdx diff --git a/fern/docs.yml b/fern/docs.yml index b914b3c..1bdd745 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -52,6 +52,10 @@ navigation: contents: - page: Bitbucket Integration path: ./docs/integrations/bitbucket.mdx + - path: ./docs/integrations/clickup.mdx + slug: clickup-integration + - path: ./docs/integrations/document360.mdx + slug: document360-integration - page: GitHub Integration path: ./docs/integrations/github.mdx slug: github-integration @@ -71,8 +75,14 @@ navigation: path: ./docs/integrations/microsoft-teams.mdx - page: Zendesk Integration path: ./docs/integrations/zendesk.mdx + - page: Google Drive Integration (Beta) + path: ./docs/integrations/google-drive.mdx + slug: google-drive-integration - page: Intercom Integration (Beta) path: ./docs/integrations/intercom.md + - page: Notion Integration (Beta) + path: ./docs/integrations/notion.mdx + slug: notion-integration - page: Webflow Integration (Beta) path: ./docs/integrations/webflow.mdx - section: Account Management diff --git a/fern/docs/integrations/clickup.mdx b/fern/docs/integrations/clickup.mdx new file mode 100644 index 0000000..e83e797 --- /dev/null +++ b/fern/docs/integrations/clickup.mdx @@ -0,0 +1,27 @@ +# ClickUp Integration + +**Used for: Context** + +Promptless integrates with ClickUp to access your project management data for documentation automation. + +## Installation + +1. Click "Connect ClickUp" from the [integrations page](https://app.gopromptless.ai/integrations). +2. You'll be redirected to ClickUp to authorize Promptless to access your workspace. +3. Select the workspace you want to connect and approve the requested permissions. +4. Once authorized, you'll be redirected back to Promptless and can verify that ClickUp is connected. + +## Project Setup and Permissions + +After connecting ClickUp, configure which spaces or lists Promptless can search within when setting up a Project in the [projects page](https://app.gopromptless.ai/projects). Promptless will only search within the spaces you select. + +For example, you can configure Promptless to search only within specific ClickUp spaces for relevant tasks. + +## Authentication Model + +Promptless uses ClickUp's OAuth 2.0 authentication, which provides: + +- Secure token-based authentication +- Workspace-level permissions +- Ability to revoke access at any time +- Granular control over which spaces Promptless can access diff --git a/fern/docs/integrations/document360.mdx b/fern/docs/integrations/document360.mdx new file mode 100644 index 0000000..b418243 --- /dev/null +++ b/fern/docs/integrations/document360.mdx @@ -0,0 +1,40 @@ +# Document360 Integration + +**Used for: Publishing** + +Promptless integrates with Document360, enabling you to publish documentation updates directly to your Document360 knowledge base. + +## Installation + +1. Click "Connect Document360" from the [integrations page](https://app.gopromptless.ai/integrations). + +2. Generate an API token from your Document360 project settings with appropriate permissions for content creation and updates. + +3. Enter your Document360 API token and project details in the Promptless dashboard. + +4. Verify that Document360 is connected in the integrations page. + +## Project Setup and Permissions + +After connecting Document360, configure your publishing settings in the [projects page](https://app.gopromptless.ai/projects). When setting up a project, you can: + +- Select Document360 as your documentation platform +- Choose which categories or sections to publish updates to +- Configure auto-publish settings or review changes before publishing + +## Publishing Updates to Document360 + +When you're ready to publish documentation updates to Document360: + +1. Review your changes in the web interface +2. Approve the changes to publish them to your Document360 knowledge base +3. Updates will be reflected in your Document360 site based on your publishing settings + +## Authentication Model + +Promptless uses Document360's official API with: + +- Secure API token authentication +- Project-level access controls +- Ability to revoke access at any time +- Granular permissions for content management diff --git a/fern/docs/integrations/google-drive.mdx b/fern/docs/integrations/google-drive.mdx new file mode 100644 index 0000000..0647ce2 --- /dev/null +++ b/fern/docs/integrations/google-drive.mdx @@ -0,0 +1,34 @@ +# Google Drive Integration (Beta) + +**Used for: Context** + +Promptless offers beta support for accessing documents in Google Drive to provide additional context for documentation automation. Contact help@gopromptless.ai for access to this integration. + +## Setup + +To set up the Google Drive integration: + +1. Contact us at help@gopromptless.ai to enable the integration for your account +2. Authorize Promptless to access your Google Drive +3. Select which folders or documents Promptless can access for context +4. Configure your settings in the Promptless dashboard + +## How It Works + +When triggered, Promptless can search your authorized Google Drive folders for relevant context like: + +- Design documents +- Product specifications +- Requirements documents +- Meeting notes and other documentation + +This helps Promptless create more accurate and comprehensive documentation updates. + +## Limitations + +As this is a beta feature: +- Only specific document types are supported (Google Docs, PDFs, text files) +- Large folders may require additional configuration +- Access permissions are managed at the folder level + +For any questions or issues with the Google Drive integration, please contact our support team at help@gopromptless.ai. diff --git a/fern/docs/integrations/index.mdx b/fern/docs/integrations/index.mdx index 6ae0414..05cda6e 100644 --- a/fern/docs/integrations/index.mdx +++ b/fern/docs/integrations/index.mdx @@ -12,6 +12,8 @@ Some integrations can be used for multiple purposes. Some integrations are in a ## Available Integrations - [Bitbucket](/docs/integrations/bitbucket-integration): Trigger based on Pull Requests and publish documentation to Bitbucket repos +- [ClickUp](/docs/integrations/clickup-integration): Look up relevant ClickUp tasks and project data for documentation context +- [Document360](/docs/integrations/document360-integration): Publish documentation updates directly to Document360 knowledge base - [GitHub](/docs/integrations/github-integration): Trigger based on Pull Requests, research based on code functionality, and publish documentation to GitHub repos - [GitHub Enterprise](/docs/integrations/github-enterprise-integration): Custom GitHub App configuration for GitHub Enterprise Server and Enterprise Cloud users - [Jira](/docs/integrations/jira-integration): Look up relevant Jira issues and project data using JQL search capabilities when being triggered @@ -22,7 +24,9 @@ Some integrations can be used for multiple purposes. Some integrations are in a ### Beta Integrations +- [Google Drive](/docs/integrations/google-drive-integration): Access documents in Google Drive for additional documentation context (Beta, contact help@gopromptless.ai to get access) - [Intercom](/docs/integrations/intercom-integration-beta): Publish documentation updates directly to Intercom help center (Beta, contact help@gopromptless.ai to get access) +- [Notion](/docs/integrations/notion-integration): Publish documentation updates directly to Notion databases (Beta, contact help@gopromptless.ai to get access) - [Webflow](/docs/integrations/webflow-integration-beta): Publish documentation updates directly to Webflow CMS, including blog posts and collection items (Beta, contact help@gopromptless.ai to get access) ## Security & Authentication diff --git a/fern/docs/integrations/notion.mdx b/fern/docs/integrations/notion.mdx new file mode 100644 index 0000000..75528da --- /dev/null +++ b/fern/docs/integrations/notion.mdx @@ -0,0 +1,31 @@ +# Notion Integration (Beta) + +**Used for: Publishing** + +Promptless offers beta support for publishing documentation directly to Notion databases. Contact help@gopromptless.ai for access to this integration. + +## Setup + +To set up the Notion integration: + +1. Contact us at help@gopromptless.ai to enable the Notion integration +2. Authorize Promptless to access your Notion workspace +3. Select which Notion databases you want to publish documentation to +4. Configure your publishing settings in the Promptless dashboard + +## Publishing Updates to Notion + +When you're ready to publish documentation updates to Notion: + +1. Review your changes in the web interface +2. Approve the changes to publish them to your Notion database +3. Promptless will create or update pages in your selected Notion database + +## Limitations + +As this is a beta feature: +- Some advanced Notion block types might not be fully supported +- Complex formatting should be verified in Notion after publishing +- Database property configurations should match your Notion workspace settings + +For any questions or issues with the Notion integration, please contact our support team at help@gopromptless.ai. From d4bbb94bd287af38444518ec7f2ecbff8e22295a Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:40:50 +0000 Subject: [PATCH 02/16] Sync documentation updates --- fern/docs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 1bdd745..4da7306 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -52,9 +52,11 @@ navigation: contents: - page: Bitbucket Integration path: ./docs/integrations/bitbucket.mdx - - path: ./docs/integrations/clickup.mdx + - page: ClickUp Integration + path: ./docs/integrations/clickup.mdx slug: clickup-integration - - path: ./docs/integrations/document360.mdx + - page: Document360 Integration + path: ./docs/integrations/document360.mdx slug: document360-integration - page: GitHub Integration path: ./docs/integrations/github.mdx From f2346661949b433386868a3a03a768ef8d8abc10 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 23:44:30 +0000 Subject: [PATCH 03/16] Sync documentation updates --- fern/docs.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 4da7306..02844a6 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -54,10 +54,8 @@ navigation: path: ./docs/integrations/bitbucket.mdx - page: ClickUp Integration path: ./docs/integrations/clickup.mdx - slug: clickup-integration - page: Document360 Integration path: ./docs/integrations/document360.mdx - slug: document360-integration - page: GitHub Integration path: ./docs/integrations/github.mdx slug: github-integration @@ -79,12 +77,10 @@ navigation: path: ./docs/integrations/zendesk.mdx - page: Google Drive Integration (Beta) path: ./docs/integrations/google-drive.mdx - slug: google-drive-integration - page: Intercom Integration (Beta) path: ./docs/integrations/intercom.md - page: Notion Integration (Beta) path: ./docs/integrations/notion.mdx - slug: notion-integration - page: Webflow Integration (Beta) path: ./docs/integrations/webflow.mdx - section: Account Management From de5d55ff822b051911744431b231dd8b8ff06e34 Mon Sep 17 00:00:00 2001 From: Matt Link Date: Wed, 22 Oct 2025 17:06:40 -0700 Subject: [PATCH 04/16] test --- fern/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 02844a6..3dc06a5 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -52,7 +52,7 @@ navigation: contents: - page: Bitbucket Integration path: ./docs/integrations/bitbucket.mdx - - page: ClickUp Integration + - page: THE CLICKUP INTEGRATION path: ./docs/integrations/clickup.mdx - page: Document360 Integration path: ./docs/integrations/document360.mdx @@ -153,4 +153,4 @@ typography: style: normal favicon: ./docs/assets/favicon.ico - \ No newline at end of file + From 224be848353abd29c95a729f727367010ccf92e9 Mon Sep 17 00:00:00 2001 From: Matt Link Date: Thu, 23 Oct 2025 09:59:01 -0700 Subject: [PATCH 05/16] TEST2 --- fern/docs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 3dc06a5..04c11bf 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -50,10 +50,11 @@ navigation: icon: fa-regular fa-plug path: ./docs/integrations/index.mdx contents: - - page: Bitbucket Integration + - page: THE BITBUCKET INTEGRATION path: ./docs/integrations/bitbucket.mdx - - page: THE CLICKUP INTEGRATION + - page: ClickUp Integration path: ./docs/integrations/clickup.mdx + slug: clickup-integration - page: Document360 Integration path: ./docs/integrations/document360.mdx - page: GitHub Integration From 1cb7a38e8dd460d40f438c3f5eeba92a3c88c885 Mon Sep 17 00:00:00 2001 From: Matt Link Date: Fri, 24 Oct 2025 09:56:43 -0700 Subject: [PATCH 06/16] break something --- fern/docs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 04c11bf..ae4d36d 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -30,8 +30,7 @@ navigation: icon: fa-regular fa-lightbulb path: ./docs/core-concepts/index.mdx contents: - - page: Triggers - path: ./docs/core-concepts/triggers.md + - path: ./docs/core-concepts/triggers.md - page: Context Sources path: ./docs/core-concepts/context-sources.md - page: Doc CMSs From 19ce18862f57105aaad7f3ae76bee77f269925c6 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 18:59:22 +0000 Subject: [PATCH 07/16] Sync documentation updates --- fern/docs.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index ae4d36d..3d1379c 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -30,7 +30,8 @@ navigation: icon: fa-regular fa-lightbulb path: ./docs/core-concepts/index.mdx contents: - - path: ./docs/core-concepts/triggers.md + - page: Triggers + path: ./docs/core-concepts/triggers.md - page: Context Sources path: ./docs/core-concepts/context-sources.md - page: Doc CMSs @@ -49,13 +50,14 @@ navigation: icon: fa-regular fa-plug path: ./docs/integrations/index.mdx contents: - - page: THE BITBUCKET INTEGRATION + - page: Bitbucket Integration path: ./docs/integrations/bitbucket.mdx - page: ClickUp Integration path: ./docs/integrations/clickup.mdx slug: clickup-integration - page: Document360 Integration path: ./docs/integrations/document360.mdx + slug: document360-integration - page: GitHub Integration path: ./docs/integrations/github.mdx slug: github-integration @@ -77,10 +79,12 @@ navigation: path: ./docs/integrations/zendesk.mdx - page: Google Drive Integration (Beta) path: ./docs/integrations/google-drive.mdx + slug: google-drive-integration - page: Intercom Integration (Beta) path: ./docs/integrations/intercom.md - page: Notion Integration (Beta) path: ./docs/integrations/notion.mdx + slug: notion-integration - page: Webflow Integration (Beta) path: ./docs/integrations/webflow.mdx - section: Account Management From 8ffe09faffd91930e02d6a216926a55a85e6007e Mon Sep 17 00:00:00 2001 From: Matt Link Date: Fri, 24 Oct 2025 12:27:50 -0700 Subject: [PATCH 08/16] break something else --- fern/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 3d1379c..ab3a5ac 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -22,9 +22,9 @@ navigation: - section: Getting Started icon: fa-regular fa-rocket contents: - - page: Welcome + page: Welcome path: ./docs/index.mdx - - page: Setup & Quickstart + page: Setup & Quickstart path: ./docs/getting-started.mdx - section: Core Concepts icon: fa-regular fa-lightbulb From 6591f9753dcacfe3d010cb840208a998a8e69903 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 19:32:19 +0000 Subject: [PATCH 09/16] Sync documentation updates --- fern/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index ab3a5ac..3d1379c 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -22,9 +22,9 @@ navigation: - section: Getting Started icon: fa-regular fa-rocket contents: - page: Welcome + - page: Welcome path: ./docs/index.mdx - page: Setup & Quickstart + - page: Setup & Quickstart path: ./docs/getting-started.mdx - section: Core Concepts icon: fa-regular fa-lightbulb From dd4c9eabe388f738d524e3914b272518b48749af Mon Sep 17 00:00:00 2001 From: Matt Link Date: Fri, 24 Oct 2025 14:20:38 -0700 Subject: [PATCH 10/16] break --- fern/docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 3d1379c..4de427f 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -40,11 +40,11 @@ navigation: icon: fa-regular fa-star path: ./docs/features/index.mdx contents: - - page: Working with Slack + page: Working with Slack path: ./docs/features/slack-interactions.mdx - page: Interacting with Promptless PRs path: ./docs/features/github-pr-comments.mdx - - page: Using the Web Interface + page: Using the Web Interface path: ./docs/features/web-ui-feedback.mdx - section: Integrations icon: fa-regular fa-plug @@ -136,7 +136,6 @@ navigation: - page: October 2024 path: ./docs/changelogs/2024-10.md -colors: accentPrimary: light: '#396DF1' dark: '#396DF1' From 400c36e10951f1a22f26315508a2b7367b3af576 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:24:07 +0000 Subject: [PATCH 11/16] Sync documentation updates --- fern/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 4de427f..25512b6 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -40,11 +40,11 @@ navigation: icon: fa-regular fa-star path: ./docs/features/index.mdx contents: - page: Working with Slack + - page: Working with Slack path: ./docs/features/slack-interactions.mdx - page: Interacting with Promptless PRs path: ./docs/features/github-pr-comments.mdx - page: Using the Web Interface + - page: Using the Web Interface path: ./docs/features/web-ui-feedback.mdx - section: Integrations icon: fa-regular fa-plug From 2b62826142277529949a49076770027fc39948b0 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:27:47 +0000 Subject: [PATCH 12/16] Sync documentation updates --- fern/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 25512b6..b535d39 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -136,9 +136,9 @@ navigation: - page: October 2024 path: ./docs/changelogs/2024-10.md - accentPrimary: - light: '#396DF1' - dark: '#396DF1' +accentPrimary: + light: '#396DF1' + dark: '#396DF1' logo: dark: ./docs/assets/logo_darkbg.svg From fa40bc531f5c9dd9213723522039a74d1c7894ba Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:31:10 +0000 Subject: [PATCH 13/16] Sync documentation updates --- fern/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/fern/docs.yml b/fern/docs.yml index b535d39..670aeba 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -136,6 +136,7 @@ navigation: - page: October 2024 path: ./docs/changelogs/2024-10.md +colors: accentPrimary: light: '#396DF1' dark: '#396DF1' From 7a2703214f0a6705d72aba1c622fc91e6bbda3f3 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:33:54 +0000 Subject: [PATCH 14/16] Sync documentation updates --- fern/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 670aeba..3d1379c 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -137,9 +137,9 @@ navigation: path: ./docs/changelogs/2024-10.md colors: -accentPrimary: - light: '#396DF1' - dark: '#396DF1' + accentPrimary: + light: '#396DF1' + dark: '#396DF1' logo: dark: ./docs/assets/logo_darkbg.svg From 9b0e691a87e2a26907aa20502d0780b10a264d42 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:36:54 +0000 Subject: [PATCH 15/16] Sync documentation updates --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index 3d1379c..328bbd4 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -137,7 +137,7 @@ navigation: path: ./docs/changelogs/2024-10.md colors: - accentPrimary: + primary: light: '#396DF1' dark: '#396DF1' From b9d2ebab033289292122d07b1aff0dcaadbdc541 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:44:28 +0000 Subject: [PATCH 16/16] Sync documentation updates --- fern/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs.yml b/fern/docs.yml index 328bbd4..3d1379c 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -137,7 +137,7 @@ navigation: path: ./docs/changelogs/2024-10.md colors: - primary: + accentPrimary: light: '#396DF1' dark: '#396DF1'