[docs] docs: reduce bloat in schedule-syntax.md (56.6% reduction)#11199
Merged
[docs] docs: reduce bloat in schedule-syntax.md (56.6% reduction)#11199
Conversation
Consolidated repetitive examples and removed excessive verbosity in the schedule syntax reference documentation. Changes: - Reduced file from 657 to 285 lines (372 lines removed, 56.6% reduction) - Consolidated multiple similar code examples into single blocks with inline comments - Removed repetitive "Use cases:", "Output:", and "How it works:" sections - Simplified verbose explanations while preserving all technical information - Condensed time format examples into a single comprehensive block - Merged duplicate best practices content - Streamlined scattering algorithm explanation The documentation now provides the same information in a more concise, scannable format. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
pelikhan
approved these changes
Jan 22, 2026
This was referenced Jan 22, 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.
Summary
Reduced bloat in the Schedule Syntax reference documentation from 657 to 285 lines, achieving a 56.6% reduction (372 lines removed) while preserving all essential technical information.
Changes Made
Consolidated Repetitive Examples
Removed Verbose Patterns
Streamlined Sections
Preserved All Technical Content
Impact
The documentation is now:
File Statistics
Screenshot Issues
Note: Unable to capture screenshots due to network restrictions in the CI environment. The Playwright MCP tool encountered:
ERR_CONNECTION_REFUSEDwhen accessing localhostERR_BLOCKED_BY_CLIENTwhen accessing external sitesThis appears to be a limitation of the sandboxed environment. The documentation builds successfully and can be previewed locally with
npm run preview.Verification
To verify the changes locally: