This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
home_screen_content.json
79 lines (78 loc) · 3.2 KB
/
home_screen_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
{
"quickStart": [
{
"title": "Let’s take you through the product",
"subtext": "Get started with using Locale in your workflows and understand how it fits in to your decision making process",
"link": "https://www.youtube.com/channel/UCagD9bCuWpXAaRBL-2GuEcA",
"button_text": "Watch the video",
"icon": "play_circle_outline",
"icon_color": "rgb(255,201,11)",
"icon_back_color": "rgba(255,201,11,0.1)",
"trackSegment": "WATCH_VIDEO_CLICKED"
},
{
"title": "Learn about locale",
"subtext": "Read through our docs and articles to know more about locale and how you can start using it!",
"link": "https://docs.locale.ai/",
"button_text": "Read the docs",
"icon": "book",
"icon_color": "rgb(16,199,239)",
"icon_back_color": "rgba(16,199,239,0.1)",
"trackSegment": "READ_DOCS_CLICKED"
}
],
"changeLog": [
{
"title": "Custom Shape Filters",
"subtext": "With our new Shape filters, you can draw polygons to filter data just for the specific area on Hex-Heatmap consoles.",
"link": "https://changelog.locale.ai/custom-shape-filters-for-better-area-analysis",
"imageLink": "https://user-images.githubusercontent.com/98889350/152158305-e554bbbf-311e-49f8-bf98-f336619537ea.png",
"icon": "book",
"icon_color": "rgb(16,199,239)",
"button_text": "Read more"
},
{
"title": "Latest location map on Entity consoles",
"subtext": "You will now be able to view the latest location of your entities in a map and analyze them better.",
"link": "https://changelog.locale.ai/latest-location-map-and-other-goodies-on-entity-lookup-consoles",
"imageLink": "https://user-images.githubusercontent.com/98889350/152158499-360c0e1a-6227-486b-a027-facb2eeee693.png",
"icon": "play_circle_outline",
"icon_color": "rgb(255,201,11)",
"button_text": "Read more"
}
],
"exploreLocale": [
{
"title": "Explore Docs and Guides",
"description": "Like to read? Go ahead and read about how Locale can help you improve your business.",
"link": "https://docs.locale.ai/",
"icon": "chrome_reader_mode",
"is_external": true,
"trackSegment": "EXPLORE_DOCS_AND_GUIDES_CLICKED"
},
{
"title": "Watch Tuorials and Videos",
"description": "Want to binge without guilt on a workday? Binge on us to get better at what you do. ",
"link": "https://www.youtube.com/watch?v=Juzmg0OaclI",
"icon": "play_circle_outline",
"is_external": true,
"trackSegment": "WATCH_TUTORIALS_AND_VIDEOS_CLICKED"
},
{
"title": "Invite New Members",
"description": "Want more people in your organisation to use Locale? Invite them for Free!",
"link": "/settings/organization?invite=true",
"icon": "person_add",
"is_external": false,
"trackSegment": "HOME_INVITE_MEMBERS_CLICKED"
},
{
"title": "The Locale Blog",
"description": "Travel through the geospatial space. One-piece at a time. Let us give you some insights.",
"link": "https://blog.locale.ai/",
"icon": "library_books",
"is_external": true,
"trackSegment": "HOME_LOCALE_BLOG_CLICKED"
}
]
}