File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,41 +13,41 @@ const cardsData = [
13
13
body : 'Discover JSON Schema: its purpose and role in data validation.' ,
14
14
headerSize : 'medium' ,
15
15
bodyTextSize : 'small' ,
16
- link : '/overview/what-is-jsonschema'
16
+ link : '/overview/what-is-jsonschema' ,
17
17
} ,
18
18
{
19
19
icon : '/icons/compass.svg' ,
20
20
title : 'Get started' ,
21
21
body : 'New to JSON Schema? Learn the basics of schema design.' ,
22
22
headerSize : 'medium' ,
23
23
bodyTextSize : 'small' ,
24
- link : '/learn'
24
+ link : '/learn' ,
25
25
} ,
26
26
{
27
27
icon : '/icons/grad-cap.svg' ,
28
28
title : 'Guides' ,
29
29
body : 'Master advanced skills such as validation with our hands-on guides.' ,
30
30
headerSize : 'medium' ,
31
31
bodyTextSize : 'small' ,
32
- link : '/learn/guides'
32
+ link : '/learn/guides' ,
33
33
} ,
34
34
{
35
35
icon : '/icons/book.svg' ,
36
36
title : 'Reference' ,
37
37
body : 'Dive deeper into JSON Schema keywords with our clear explanations and usage examples.' ,
38
38
headerSize : 'medium' ,
39
39
bodyTextSize : 'small' ,
40
- link : '/understanding-json-schema'
40
+ link : '/understanding-json-schema' ,
41
41
} ,
42
42
{
43
43
icon : '/icons/clipboard.svg' ,
44
44
title : 'Specification' ,
45
45
body : 'Understand the evolution of JSON Schema through its different versions' ,
46
46
headerSize : 'medium' ,
47
47
bodyTextSize : 'small' ,
48
- link : '/specification'
49
- }
50
- ]
48
+ link : '/specification' ,
49
+ } ,
50
+ ] ;
51
51
52
52
export default function Welcome ( ) {
53
53
const newTitle = 'Welcome' ;
You can’t perform that action at this time.
0 commit comments