diff --git a/docs/index.md b/docs/index.md index d65d0a3..e09f2d8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,6 +6,9 @@ hero: name: "Robust Validator" text: "Rule-based data validation in JS" tagline: Extendable, function-oriented, i18n-supported + image: + src: /logo.png + alt: Robust Validator actions: - theme: brand text: Getting started diff --git a/docs/public/logo.png b/docs/public/logo.png new file mode 100644 index 0000000..3db55f6 Binary files /dev/null and b/docs/public/logo.png differ diff --git a/readme.md b/readme.md index f506560..d86d4a3 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,9 @@ # Robust Validator +
+ +
+ Rule-based data validation in JS. Extendable, function-oriented, i18n-supported [Documentation](https://validator.axe-api.com/)