Skip to content

Commit

Permalink
[feature/validation-wrapping] Reorganize validation-related documenta…
Browse files Browse the repository at this point in the history
…tion

Moved ValidationHandler under a new 'Validation' section for consistency. Added the new entry for ValidationExceptionBuilder. This helps in better grouping and locating validation-related resources.
  • Loading branch information
midnite81 committed Sep 4, 2024
1 parent f562f10 commit b239d7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ This package contains;
- [Eloquent Helpers](docs/EloquentHelpers.md)
- [Entities, Requests and Responses](docs/Entities_Requests_Responses.md)
- [Exceptions](docs/Exceptions.md)
- Handlers
- [ValidationHandler](docs/Handlers/ValidationHandler.md)
- [Helper Functions](docs/HelperFunctions.md)
- [first](docs/HelperFunctions.md#first-value)
- [uuid](docs/HelperFunctions.md#uuid)
Expand All @@ -38,6 +36,9 @@ This package contains;
- Transformers
- [FileLimiter](docs/Transformers/FileLimiter.md)
- [HumanReadableNumber](docs/Transformers/HumanReadableNumber.md)
- Validation
- [ValidationHandler](docs/Handlers/ValidationHandler.md)
- [ValidationExceptionBuilder](docs/Validation/ValidationExceptionBuilder.md))

## Installation

Expand Down

0 comments on commit b239d7c

Please sign in to comment.