From b4d145c97dcfffd51b5d94d5225961a40b0daf6c Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 22:59:06 +0000 Subject: [PATCH 1/4] Documentation updates from Promptless --- fern/docs.yml | 2 +- fern/docs/core-concepts/doc-locations.md | 8 ++++---- fern/docs/index.mdx | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/fern/docs.yml b/fern/docs.yml index 5b61554..23cb147 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -34,7 +34,7 @@ navigation: path: ./docs/core-concepts/triggers.md - page: Context Sources path: ./docs/core-concepts/context-sources.md - - page: Doc CMSs + - page: Doc Platforms path: ./docs/core-concepts/doc-locations.md - section: How to use Promptless icon: fa-regular fa-star diff --git a/fern/docs/core-concepts/doc-locations.md b/fern/docs/core-concepts/doc-locations.md index d189149..2880ee1 100644 --- a/fern/docs/core-concepts/doc-locations.md +++ b/fern/docs/core-concepts/doc-locations.md @@ -1,6 +1,6 @@ # Documentation Platforms -Documentation platforms are where your docs live. Whether you're using Git-synced CMSs such as Fern, Mintlify, Docusaurus, or other platforms such as Readme, Zendesk, and Intercom, you'll need to enable Promptless integrations to read from and publish to your existing docs. +Documentation platforms are where your docs live. Whether you're using Git-synced platforms such as Fern, Mintlify, Docusaurus, or other platforms such as Readme, Zendesk, and Intercom, you'll need to enable Promptless integrations to read from and publish to your existing docs. ## GitHub-Synced Documentation Platforms @@ -15,13 +15,13 @@ The most common setup uses the **Promptless GitHub App** to integrate with docum - Ghost - Nextra - Vocs -- Custom CMS as long as the content is in a repo +- Custom platform as long as the content is in a repo For more detailed step-by-step instructions, go to the [GitHub integrations page](/docs/integrations/github-integration). -## Direct CMS Platform Integrations +## Direct Platform Integrations -For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular CMS platforms. +For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular platforms. diff --git a/fern/docs/index.mdx b/fern/docs/index.mdx index ebc4f3e..cd74013 100644 --- a/fern/docs/index.mdx +++ b/fern/docs/index.mdx @@ -29,7 +29,7 @@ Promptless operates through three interconnected components that work together t Enrich docs with real-time access to your organization's knowledge through integrations with project management tools, code repositories, and team communications. - + Distribute updates across your entire docs ecosystem—from GitHub-synced platforms to help centers and content management systems. From 7bd66fcd0d3220574c8871f68617722c607b1627 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 23:09:44 +0000 Subject: [PATCH 2/4] Sync documentation updates from Promptless agent --- fern/docs/core-concepts/doc-locations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/core-concepts/doc-locations.md b/fern/docs/core-concepts/doc-locations.md index 2880ee1..2fdb262 100644 --- a/fern/docs/core-concepts/doc-locations.md +++ b/fern/docs/core-concepts/doc-locations.md @@ -21,7 +21,7 @@ For more detailed step-by-step instructions, go to the [GitHub integrations page ## Direct Platform Integrations -For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular platforms. +For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular CMS platforms. From 65060abe4c7daca761f076f54cce881e23b85b35 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 18:54:46 +0000 Subject: [PATCH 3/4] Sync documentation updates from Promptless agent --- fern/docs/core-concepts/doc-locations.md | 2 +- fern/docs/core-concepts/index.mdx | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/fern/docs/core-concepts/doc-locations.md b/fern/docs/core-concepts/doc-locations.md index 2fdb262..f485c73 100644 --- a/fern/docs/core-concepts/doc-locations.md +++ b/fern/docs/core-concepts/doc-locations.md @@ -21,7 +21,7 @@ For more detailed step-by-step instructions, go to the [GitHub integrations page ## Direct Platform Integrations -For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular CMS platforms. +For teams using content management systems that don't sync with GitHub, Promptless offers direct integrations with popular documentation platforms. diff --git a/fern/docs/core-concepts/index.mdx b/fern/docs/core-concepts/index.mdx index da80810..7438889 100644 --- a/fern/docs/core-concepts/index.mdx +++ b/fern/docs/core-concepts/index.mdx @@ -4,7 +4,7 @@ Promptless automates documentation creation and maintenance through three interc ## Overview -The diagram below illustrates how triggers, context sources, and documentation CMSs interact within the Promptless ecosystem: +The diagram below illustrates how triggers, context sources, and documentation platforms interact within the Promptless ecosystem: ```mermaid graph TB @@ -28,8 +28,8 @@ graph TB AI[Promptless AI Agent] end - %% Documentation CMSs - subgraph "Documentation CMSs" + %% Documentation Platforms + subgraph "Documentation Platforms" D1[GitHub-synced Docs
ReadMe, Mintlify, Docusaurus] D2[Zendesk
Help Center] D3[Intercom
Help Center] @@ -54,12 +54,12 @@ graph TB classDef triggerStyle fill:#e1f5fe,stroke:#0277bd,stroke-width:2px,color:#000000 classDef contextStyle fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px,color:#000000 classDef coreStyle fill:#fff3e0,stroke:#ef6c00,stroke-width:3px,color:#000000 - classDef cmsStyle fill:#e8f5e8,stroke:#2e7d32,stroke-width:2px,color:#000000 + classDef platformStyle fill:#e8f5e8,stroke:#2e7d32,stroke-width:2px,color:#000000 class T1,T2,T3 triggerStyle class C1,C2,C3 contextStyle class AI coreStyle - class D1,D2,D3,D4 cmsStyle + class D1,D2,D3,D4 platformStyle ``` ## How the Components Work Together @@ -84,12 +84,12 @@ graph TB Context sources are queried in real-time and no customer data is stored by Promptless, ensuring your sensitive information remains secure. -### 3. Documentation CMSs Receive Updates +### 3. Documentation Platforms Receive Updates -**Documentation CMSs** are where the final documentation updates are published: +**Documentation Platforms** are where the final documentation updates are published: - **GitHub-synced Platforms**: Most common setup where docs are stored in Git and synced to hosting providers -- **Direct CMS Integration**: Beta support for publishing directly to Zendesk, Intercom, and Webflow +- **Direct Platform Integration**: Beta support for publishing directly to Zendesk, Intercom, and Webflow - **Multi-platform Publishing**: Single trigger can update multiple documentation platforms simultaneously ## Key Benefits of This Architecture From 22f4d4daddebf630d4f37a2c304513a30ec265a7 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" <179508745+promptless[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 23:39:54 +0000 Subject: [PATCH 4/4] Sync documentation updates from Promptless agent --- fern/docs/integrations/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/docs/integrations/index.mdx b/fern/docs/integrations/index.mdx index 6ae0414..f7cef6a 100644 --- a/fern/docs/integrations/index.mdx +++ b/fern/docs/integrations/index.mdx @@ -5,7 +5,7 @@ Promptless offers several key integrations to help automate and improve your doc Integrations can be used for: 1. Triggers (i.e. to generate events, either automatically or manually, upon which Promptless gets notified) 2. Context (i.e. to allow Promptless to search for relevant information in its research) -3. Publishing (i.e. to push documentation updates to a given CMS) +3. Publishing (i.e. to push documentation updates to a given platform) Some integrations can be used for multiple purposes. Some integrations are in a beta state and may not be listed here. For the most up to date list of integrations, please contact us at help@gopromptless.ai.