-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathlanding.json
53 lines (53 loc) · 1.62 KB
/
landing.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
{
"version": 2,
"title": "App ID",
"introduction": "Easily add authentication to your web and mobile apps with few lines of code.",
"product_page": "https://www.ibm.com/products/app-id",
"console_page": "/catalog/app-id",
"section_topics": {
"links": [
{
"title": "Key concepts: Technologies",
"href": "/docs/appid?topic=appid-key-concepts"
},
{
"title": "How it works",
"href": "/docs/appid?topic=appid-about"
},
{
"title": "Tutorial: Customizing your user experience",
"href": "/docs/appid?topic=appid-tutorial-attributes"
},
{
"title": "Managing authentication",
"href": "/docs/appid?topic=appid-managing-idp"
},
{
"title": "Controlling access",
"href": "/docs/appid?topic=appid-access-control"
}
]
},
"section_highlights": [
{
"title": "Introducing App ID",
"description": "Learn more about what App ID can do for you.",
"href": "https://www.youtube.com/watch?v=XlrCjHdK43Q",
"type": "video"
},
{
"title": "Video tutorials",
"description": "Get up and running quickly by selecting the video that matches your use case.",
"href": "https://www.youtube.com/playlist?list=PLzpeuWUENMK2tmzSRRx7W_mplw1x4h7ch",
"type": "video",
"recommended": true
}
],
"section_devtools": {
"api": "/apidocs/app-id/management",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/appid_action_url"
},
"section_updates": {
"view_more": "/docs/appid?topic=appid-release-notes"
}
}