Skip to content

Commit

Permalink
Add description to documentation pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed May 24, 2024
1 parent ffd1cf8 commit bbda1fa
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions docs/content/guides/cli-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "CLI Command"
description: ""
summary: ""
date: 2024-04-24T19:58:35+02:00
lastmod: 2024-04-24T19:58:35+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 820
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "Integrate PHP validation into your Symfony Console commands to validate user-provided command-line arguments." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/content/guides/request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "HTTP Request"
description: "Validating HTTP request payload using validation library."
summary: ""
date: 2024-04-21T17:45:42+02:00
lastmod: 2024-04-21T17:45:42+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 810
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "This small guide demonstrates how to integrate the validation library with your HTTP API built using a framework that implements PSR-7 request and response interfaces." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/composition.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "Composing Rule Sets"
description: ""
summary: ""
date: 2024-04-21T17:45:42+02:00
lastmod: 2024-04-21T17:45:42+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 150
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "Learn how to compose complex validation rules using logical operators (AND/OR), handle optional values, and dynamically create rule sets based on data." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Configuration"
description: ""
summary: ""
date: 2024-04-21T19:54:40+02:00
lastmod: 2024-04-21T19:54:40+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 190
toc: true
seo:
title: "" # custom title (optional)
title: "Control how your validator handles exceptions and undefined properties. Apply options globally or per validation run." # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/custom-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Custom Rules"
description: ""
summary: ""
date: 2024-04-21T18:51:00+02:00
lastmod: 2024-04-21T18:51:00+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 140
toc: true
seo:
title: "" # custom title (optional)
title: "This page explains how to create custom validation rules by defining rule and validator classes, using optional normalizers, and managing validator dependencies." # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/normalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ title: "Normalization"
description: ""
summary: ""
date: 2024-04-21T17:45:42+02:00
lastmod: 2024-04-21T17:45:42+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 160
toc: true
seo:
title: "" # custom title (optional)
title: "Access normalized data in validation results after applying transformations for clean and consistent data processing." # custom title (optional)
description: "" # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "Rules"
description: ""
summary: ""
date: 2024-04-21T18:34:17+02:00
lastmod: 2024-04-21T18:34:17+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 130
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "This reference provides an overview of built-in validation rules for common data types like email, IP addresses, URLs, and more." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/strict-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "Strict Mode"
description: ""
summary: ""
date: 2024-04-21T19:44:18+02:00
lastmod: 2024-04-21T19:44:18+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 180
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "This page explains strict mode, which enforces explicit validation rules for all data properties and how to disable it." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down
6 changes: 3 additions & 3 deletions docs/content/usage/validation-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ title: "Validation Errors"
description: ""
summary: ""
date: 2024-04-21T19:33:08+02:00
lastmod: 2024-04-21T19:33:08+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 170
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "Handle PHP validation errors by either catching thrown exceptions for immediate feedback or aggregating violations for comprehensive error reporting." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---

The `validate()` method offers flexibility in how validation errors are handled. Here's how to work with the different
The `validate()` method offers flexibility in how validation errors are handled. Here's how to work with the different
modes.

## Throwing Exceptions (Default Behavior)
Expand Down
4 changes: 2 additions & 2 deletions docs/content/usage/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ title: "Validation"
description: ""
summary: ""
date: 2024-04-21T17:45:42+02:00
lastmod: 2024-04-21T17:45:42+02:00
lastmod: 2024-05-23T19:58:35+02:00
draft: false
weight: 120
toc: true
seo:
title: "" # custom title (optional)
description: "" # custom description (recommended)
description: "Learn how to validate single values, arrays, objects, and collections." # custom description (recommended)
canonical: "" # custom canonical URL (optional)
noindex: false # false (default) or true
---
Expand Down

0 comments on commit bbda1fa

Please sign in to comment.