diff --git a/README.md b/README.md index 93cb3ce..63da568 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ - +
Many libraries rely on some sort of type validation. Their maintainers have the choice of either to: @@ -21,9 +24,9 @@ There's no best validation library because there's always a tradeoff. Each devel ## Features -- 🚀 Decouple from validation libraries +- 🚀 Decouple from schema validation libraries - 🍃 Tiny client footprint, tree-shakeable -- ✨ Easy-to-use, minimal API +- 🛋️ Easy-to-use, minimal API ## Usage @@ -209,3 +212,4 @@ export default defineConfig({ - Inspired by [tRPC](https://trpc.io/)'s [input & output validators](https://trpc.io/docs/server/validators) - Adapter architecture inspired by [@ecyrbe](https://github.com/ecyrbe)'s [suggestions](https://github.com/decs/typeschema/issues/1) - API definition inspired by [@colinhacks](https://github.com/colinhacks)'s [proposal](https://twitter.com/colinhacks/status/1634284724796661761) +- Logo designed by [flaticon](https://www.flaticon.com/) \ No newline at end of file diff --git a/_config.yml b/_config.yml index 9eb4600..6708552 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,5 @@ title: TypeSchema description: Universal adapter for TypeScript schema validation +logo: /assets/logo.png google_analytics: G-E24ES7NSSP diff --git a/_layouts/default.html b/_layouts/default.html index 8f04b3b..b55d7e5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -6,11 +6,6 @@ {% seo %} - {% if site.google_analytics %} @@ -24,17 +19,8 @@
-

- 🛵TypeSchema -

-

Universal adapter for TypeScript schema validation

-
- -
Star
-
{{ content }}
- diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..acb0314 Binary files /dev/null and b/assets/logo.png differ