-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent.json
93 lines (93 loc) · 2.21 KB
/
content.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"navLinks": [
{
"title": "Home",
"link": "/"
},
{
"title": "Features",
"link": "#features"
},
{
"title": "Use Cases",
"link": "#use-cases"
}
],
"hero": {
"title": "Your changelog website template",
"body": "Be in charge of your changes and how they look"
},
"features": [
{
"title": "Feature 1",
"body": "Timeline is simple and easy to use and will look and respond great to any product or app that receives updates."
},
{
"title": "Feature 2",
"body": "Timeline is simple and easy to use and will look and respond great to any product or app that receives updates."
}
],
"useCases": [
{
"title": "Use Case 1",
"body": "Timeline is simple and easy to use and will look and respond great to any product or app that receives updates."
},
{
"title": "Use Case 2",
"body": "Timeline is simple and easy to use and will look and respond great to any product or app that receives updates."
}
],
"footer": {
"groups": [
{
"title": "My Account",
"links": [
{
"title": "Sign In",
"link": "/sign-in"
},
{
"title": "Register",
"link": "/register"
}
]
},
{
"title": "Help",
"links": [
{
"title": "Terms Of Use",
"link": "/help/terms-of-use"
},
{
"title": "Privacy Policy",
"link": "/help/privacy-policy"
}
]
}
],
"social": [
{
"title": "Twitter",
"link": "https://twitter.com/username",
"icon": "twitter"
},
{
"title": "Facebook",
"link": "https://facebook.com/username",
"icon": "facebook"
},
{
"title": "Instagram",
"link": "https://instagram.com/username",
"icon": "instagram"
}
]
},
"copyright": "© 2022 Meevi. All rights reserved.",
"menuLinks": [
{ "id": 0, "label": "Account", "href": "/" },
{ "id": 1, "label": "Products", "href": "/products" },
{ "id": 2, "label": "Updates", "href": "/updates" }
]
}