Skip to content

Commit 049e682

Browse files
committed
Added logo
1 parent 80fcec8 commit 049e682

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

docs/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ hero:
66
name: "Robust Validator"
77
text: "Rule-based data validation in JS"
88
tagline: Extendable, function-oriented, i18n-supported
9+
image:
10+
src: /logo.png
11+
alt: Robust Validator
912
actions:
1013
- theme: brand
1114
text: Getting started

docs/public/logo.png

144 KB
Loading

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Robust Validator
22

3+
<div style="display: flex; justify-content: center">
4+
<img src="docs/public/logo.png" />
5+
</div>
6+
37
Rule-based data validation in JS. Extendable, function-oriented, i18n-supported
48

59
[Documentation](https://validator.axe-api.com/)

0 commit comments

Comments
 (0)