-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
34 lines (33 loc) · 1.45 KB
/
db.json
File metadata and controls
34 lines (33 loc) · 1.45 KB
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
{
"posts": [
{ "id": 1, "title": "Post 1" },
{ "id": 2, "title": "Post 2" },
{ "id": 3, "title": "Post 3" }
],
"sections": [
{
"id":1,
"title": "Vista",
"shortdesc": "Vista is a great product, you should definitely buy it.",
"logo": "https://s3-us-west-2.amazonaws.com/cdn.viewpoint.corporate/icons/products-regular/Product-icons-_V.png",
"content-link": "../Vista/Maps/d_vista.ditamap"
}, {
"id":2,
"title": "Viewpoint Team",
"shortdesc": "Teams are more powerful with Viewpoint Team",
"logo": "https://s3-us-west-2.amazonaws.com/cdn.viewpoint.corporate/icons/products-regular/Product-icons-_T.png",
"content-link": "../VOL/d_viewpoint_team.ditamap"
}, {
"id":3,
"title": "Viewpoint For Projects",
"shortdesc": "Make projects faster.",
"logo": "https://s3-us-west-2.amazonaws.com/cdn.viewpoint.corporate/icons/products-regular/Product-icons-_V.png",
"content-link": "../Viewpoint_For_Projects/m_user_guide_vfp.ditamap"
}, {
"id":4,
"title": "Viewpoint Field View",
"shortdesc": "A cloud-based and off-line mobile solution that replaces pen and paper in the field for quality, safety, project delivery and closeout/commissioning.",
"logo": "https://s3-us-west-2.amazonaws.com/cdn.viewpoint.corporate/icons/products-regular/Product-icons-_FV.png",
"content-link": "../Viewpoint_For_Projects/m_user_guide_vfp.ditamap"
}]
}