Open
Conversation
- Move scheduling.mdx from content-customizations/ to edge-delivery-services/ - Create edge-delivery-services/index.mdx overview page - Fix broken link hash in boilerplate/getting-started.mdx - Remove howitallworks.mdx (not in sidebar) Co-authored-by: Cursor <cursoragent@cursor.com>
The custom LinkCard component uses 'link' not 'href' for internal links. Co-authored-by: Cursor <cursoragent@cursor.com>
- Reduce scheduling content to brief intro with link to guide - Use custom LinkCard component instead of Starlight's for proper base path handling Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
- Add use cases (product launches, promotions, coordinated releases) - Explain the 4-step workflow - List prerequisites for administrators Co-authored-by: Cursor <cursoragent@cursor.com>
- Use active voice throughout
- Omit needless words ("exactly", "as usual")
- End complete sentences with periods in Steps list
- Use consistent list item structure
- Use "1." for all Steps items per markdown convention
Co-authored-by: Cursor <cursoragent@cursor.com>
keharper
reviewed
Feb 9, 2026
src/content/docs/merchants/edge-delivery-services/scheduling.mdx
Outdated
Show resolved
Hide resolved
| <Steps> | ||
| 1. **Register your site**. A one-time setup enables scheduling for your organization and site. | ||
| 1. **Create content**. Author your pages in Document Authoring (da.live) or your preferred tool. | ||
| 1. **Schedule publishing**. Select the pages you want to publish together and set a future date and time. |
Contributor
There was a problem hiding this comment.
Suggested change
| 1. **Schedule publishing**. Select the pages you want to publish together and set a future date and time. | |
| 1. **Schedule publishing**. Select the pages you want to publish together and specify when they'll be published. |
| 1. **Register your site**. A one-time setup enables scheduling for your organization and site. | ||
| 1. **Create content**. Author your pages in Document Authoring (da.live) or your preferred tool. | ||
| 1. **Schedule publishing**. Select the pages you want to publish together and set a future date and time. | ||
| 1. **Automatic publishing**. Your content goes live at the scheduled time with no manual intervention. |
Contributor
There was a problem hiding this comment.
This isn't really a step. Combine with the previous line.
…s/microsite-commerce-storefront into usf-2178-scheduling
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Collaborator
Author
|
Old content |
Collaborator
Author
|
@keharper Thanks. Better now. |
meker12
approved these changes
Feb 10, 2026
keharper
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose of this pull request
This PR rewrites the Scheduling topic to clarify the different scheduling options available for Edge Delivery Services storefronts. The original page only described one workflow (crontab-based scheduling, now deprecated) and caused significant customer confusion. This rewrite presents all available scheduling approaches as a decision guide with a comparison table, clear merchant vs developer responsibilities, migration guidance for deprecated crontab users, and a callout for customers migrating from Commerce Content Staging.
Associated JIRA ticket
USF-2178
Staging preview
https://commerce-docs.github.io/microsite-commerce-storefront/merchants/edge-delivery-services/scheduling/
Affected pages
Links to source code
What's New highlights
whatsnew
Added Scheduling options — a decision guide covering four scheduling approaches for EDS storefronts: snapshot scheduling, promotion schedules, AEM Sites scheduled publishing, and recurring tasks. Includes a comparison table, merchant vs developer responsibilities, crontab migration mapping, and a Content Staging migration callout.