We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80fcec8 commit 049e682Copy full SHA for 049e682
docs/index.md
@@ -6,6 +6,9 @@ hero:
6
name: "Robust Validator"
7
text: "Rule-based data validation in JS"
8
tagline: Extendable, function-oriented, i18n-supported
9
+ image:
10
+ src: /logo.png
11
+ alt: Robust Validator
12
actions:
13
- theme: brand
14
text: Getting started
docs/public/logo.png
144 KB
readme.md
@@ -1,5 +1,9 @@
1
# Robust Validator
2
3
+<div style="display: flex; justify-content: center">
4
+ <img src="docs/public/logo.png" />
5
+</div>
+
Rule-based data validation in JS. Extendable, function-oriented, i18n-supported
[Documentation](https://validator.axe-api.com/)
0 commit comments