Skip to content

Commit 1ef0707

Browse files
committed
docs: Add logo
1 parent 49fa403 commit 1ef0707

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

docs/assets/logo-dark.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/assets/logo-light.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@
7373
]
7474
},
7575
"logo": {
76-
"light": "/logo/light.svg",
77-
"dark": "/logo/dark.svg"
76+
"light": "/assets/logo-light.svg",
77+
"dark": "/assets/logo-dark.svg"
7878
},
7979
"navbar": {
8080
"primary": {

docs/json-schema/introduction.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ description: 'Fluent, type-safe JSON Schema builder for PHP with multi-version s
44
icon: 'book-open'
55
---
66

7-
<Frame>
8-
<img
9-
src="/images/hero-light.png"
10-
alt="JSON Schema Builder PHP package - fluent API for creating and validating JSON schemas"
11-
/>
12-
</Frame>
13-
147
## What is JSON Schema?
158

169
[JSON Schema](https://json-schema.org/overview/what-is-jsonschema) is a vocabulary that allows you to annotate and validate JSON documents. It provides a contract for what JSON data is required for a given application and how to interact with it.

0 commit comments

Comments
 (0)