Update "Feature guide" documentation#1595
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Feature Guide documentation to align with recent changes in the main branch and creates a new dedicated Placeholder Pipes documentation page to better organize content.
Key changes:
- Adds comprehensive documentation for placeholder pipes with detailed examples of all available modifiers
- Restructures and expands the Feature Guide with new sections on validation methods, smart validation, PHP attributes, result composition, and advanced features
- Improves code examples and adds clearer explanations of validator behavior and immutability
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/placeholder-pipes.md | New documentation file dedicated to explaining placeholder pipe modifiers with usage examples for raw, quote, trans, listOr, listAnd, and custom modifiers |
| docs/feature-guide.md | Major restructuring and expansion adding sections on validation methods, PHP attributes, result composition, prefixed shortcuts, custom templates for nested structures, naming validators, reusing validators, and advanced features like nested validation paths and helpful stack traces |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
alganet
left a comment
There was a problem hiding this comment.
Some suggestions on terminology. Nothing critical.
f8d9174 to
337a711
Compare
337a711 to
1aa18e6
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a064e53 to
c26feb2
Compare
alganet
left a comment
There was a problem hiding this comment.
Small nitpick on the emdash. You can ignore it and merge if you want.
The documentation was quite outdated after the many changes I made in the main branch. This commit will make sure it's up-to-date. I'm also creating a "Placeholder pipes" documentation, so there's not too much content in the "Feature guide" Assisted-by: Zed (devstral-2:123b)
c26feb2 to
66a92cd
Compare
The documentation was quite outdated after the many changes I made in the main branch. This commit will make sure it's up-to-date.
I'm also creating a "Placeholder pipes" documentation, so there's not too much content in the "Feature guide"