Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelogs/2025-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ sidebar_position: 2
title: May 2025
---

### May 30, 2025

**What's New:**

* **Enhanced Webflow Publishing:** Added per-file publishing capabilities and draft publishing options for Webflow integration. Users can now publish individual files independently and choose between staging changes for review or creating drafts in Webflow CMS, providing more granular control over content publishing workflows.

### May 29, 2025

**What's New:**
Expand Down
30 changes: 23 additions & 7 deletions docs/integrations/webflow.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,27 @@ To set up the Webflow integration:

## Publishing Updates to Webflow

When you're ready to publish documentation updates to Webflow:
Promptless provides flexible publishing options for your Webflow content:

### Bulk Publishing

When you're ready to publish all documentation updates to Webflow:

1. Review your changes in the Change History page
2. Click the "Save All & Update Webflow" button
3. Promptless will create or update content in your Webflow CMS
4. Content will be automatically published to your live site (if auto-publish is enabled)
2. Choose between two publishing options:
- **"Publish All to Webflow"**: Stages all changes in Webflow CMS for review before going live
- **"Publish All as Draft"**: Creates all content as drafts in Webflow CMS
3. Promptless will create or update content in your Webflow CMS according to your selection

### Per-File Publishing

For more granular control, you can publish individual files:

1. In the Change History page, locate the specific file you want to publish
2. Choose between two options for each file:
- **"Publish to Webflow"**: Stages the individual file in Webflow CMS
- **"Publish as Draft"**: Creates the file as a draft in Webflow CMS
3. Each file can be published independently, allowing for selective content updates

## Blog Post Management

Expand Down Expand Up @@ -66,9 +81,10 @@ Webflow integration supports various content types:

You can configure how Promptless publishes to Webflow:

- **Draft mode**: Create content as drafts for manual review and publishing
- **Auto-publish**: Automatically publish approved content to your live site
- **Staging**: Publish to a staging environment first for testing
- **Staged Publishing**: Default publishing mode that stages changes in Webflow CMS for review before going live
- **Draft Mode**: Create content as drafts for manual review and publishing
- **Per-File Control**: Publish individual files independently for selective content updates
- **Bulk Operations**: Publish all changes at once for comprehensive updates

## Limitations

Expand Down