Update Feature Guide page#1592
Closed
henriquemoody wants to merge 4 commits into
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Feature Guide documentation by adding comprehensive documentation for placeholder pipes and reorganizing the existing content for better clarity and discoverability.
Key changes:
- Added a new standalone documentation page for placeholder pipes with detailed examples of all available modifiers (raw, quote, trans, listOr, listAnd)
- Restructured the Feature Guide with clearer sections on validation methods, smart validation features, error message customization, and advanced features
- Enhanced documentation with new sections on PHP attributes, result composition, prefixed shortcuts, and nested validation paths
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/placeholder-pipes.md | New documentation page providing comprehensive coverage of placeholder pipes feature, including usage examples and available modifiers |
| docs/02-feature-guide.md | Major reorganization and expansion with new sections on validation methods, smart validation features, error message customization, and advanced features; includes fixes to code examples |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9c6214c to
4ac4c56
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1592 +/- ##
=========================================
Coverage 97.43% 97.43%
Complexity 986 986
=========================================
Files 213 213
Lines 2265 2265
=========================================
Hits 2207 2207
Misses 58 58 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4ac4c56 to
40cf9d8
Compare
We used to have those to preserve the order of the pages when generating the documentation with MkDocs. This commit introduces the `mkdocs-nav-weight`, that allows us to make that order without having those prefixes.
That allows users to quickly start playing with Validation.
40cf9d8 to
416dc6c
Compare
416dc6c to
f269f41
Compare
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.
No description provided.