docs: document advanced paramter matching features#431
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reorganizes and expands the documentation for setup functionality by splitting a single setup document into multiple focused files and enhancing parameter matching documentation.
Changes:
- Restructured setup documentation from a single file into separate topic files (properties, methods, indexers, parameter matching)
- Enhanced parameter matching documentation with detailed examples for advanced features like regex, ref/out parameters, span parameters, and custom equality comparers
- Updated README.md to reflect the reorganized structure and improved parameter matching documentation
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated setup section with reorganized content and expanded parameter matching documentation including detailed matcher examples |
| Mockolate.slnx | Removed reference to old setup file and added references to new setup folder structure |
| Docs/pages/setup/category.json | Added category configuration for new setup documentation folder |
| Docs/pages/setup/04-parameter-matching.md | Created comprehensive parameter matching guide with detailed examples for all matcher types |
| Docs/pages/setup/03-indexers.md | Created focused indexer setup documentation |
| Docs/pages/setup/02-methods.md | Created focused method setup documentation |
| Docs/pages/setup/01-properties.md | Created focused property setup documentation with incorrect callback syntax |
| Docs/pages/02-setup.md | Removed old consolidated setup file |
🚀 Benchmark ResultsDetails
|
|
|
This is addressed in release v1.1.0. |



This PR reorganizes and expands the documentation for setup functionality by splitting a single setup document into multiple focused files and enhancing parameter matching documentation.
Key Changes:
.Do) in documentation