Skip to content

Commit

Permalink
docs: update.
Browse files Browse the repository at this point in the history
  • Loading branch information
yassun7010 committed Jan 14, 2024
1 parent 4e08245 commit 6b8f6db
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

- [Overview](./Overview.md)
- [Attributes](./Attributes/index.md)
- [String: "max_length" validation](./Attributes/string_max_length.md)
- [String: "min_length" validation](./Attributes/string_min_length.md)
- [String: "pattern" validation](./Attributes/string_pattern.md)
- [Numeric: "maximum" validation](./Attributes/numeric_maximum.md)
- [Numeric: "minimum" validation](./Attributes/numeric_minimum.md)
- [Numeric: "exclusive_maximum" validation](./Attributes/numeric_exclusive_maximum.md)
- [Numeric: "exclusive_minimum" validation](./Attributes/numeric_exclusive_minimum.md)
- [Numeric: "multiple_of" validation](./Attributes/numeric_multiple_of.md)
- [String: "max_length"](./Attributes/string_max_length.md)
- [String: "min_length"](./Attributes/string_min_length.md)
- [String: "pattern"](./Attributes/string_pattern.md)
- [Numeric: "maximum"](./Attributes/numeric_maximum.md)
- [Numeric: "minimum"](./Attributes/numeric_minimum.md)
- [Numeric: "exclusive_maximum"](./Attributes/numeric_exclusive_maximum.md)
- [Numeric: "exclusive_minimum"](./Attributes/numeric_exclusive_minimum.md)
- [Numeric: "multiple_of"](./Attributes/numeric_multiple_of.md)
- [Nested validation](./Attributes/nested.md)
- [Custom Message](./Attributes/custom_message.md)
- [Trailt](./trait.md)
Expand Down

0 comments on commit 6b8f6db

Please sign in to comment.