-
Notifications
You must be signed in to change notification settings - Fork 46
/
landing.json
63 lines (63 loc) · 2.3 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
54
55
56
57
58
59
60
61
62
63
{
"version": 2,
"title": "IBM Cloudant Docs",
"introduction": "The IBM Cloudant portfolio includes two complementary, document-oriented NoSQL database-as-a-service offerings on the IBM Cloud. In addition to the comprehensive information in the IBM Cloudant docs, links to additional sources of information are provided below.",
"product_page": "https://www.ibm.com/products/cloudant",
"console_page": "/catalog/services/cloudant",
"section_topics": {
"links": [
{
"title": "Getting started with IBM Cloudant",
"href": "/docs/Cloudant?topic=Cloudant-getting-started-with-cloudant"
},
{
"title": "Managing access for IBM Cloudant",
"href": "/docs/Cloudant?topic=Cloudant-managing-access-for-cloudant"
},
{
"title": "IBM Cloud Monitoring integration",
"href": "/docs/Cloudant?topic=Cloudant-monitor-ibm-cloud-pm"
},
{
"title": "Understanding your responsibilities when you use IBM Cloudant",
"href": "/docs/Cloudant?topic=Cloudant-cloudant-responsibilities"
},
{
"title": "Getting help and support for IBM Cloudant",
"href": "/docs/Cloudant?topic=Cloudant-help-and-support"
},
{
"title": "IBM Cloudant plans",
"href": "/docs/Cloudant?topic=Cloudant-ibm-cloud-public"
},
{
"title": "Try IBM Cloudant for free",
"href": "/docs/Cloudant?topic=Cloudant-getting-started-with-cloudant"
}
]
},
"section_highlights": [
{
"title": "Cloudant Blog",
"description": "IBM Cloudant database introduction and use cases.",
"href": "https://blog.cloudant.com",
"type": "blog",
"recommended": true
},
{
"title": "Cloudant Learning Center",
"description": "Video series to help you learn to use IBM Cloudant.",
"href": "https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-learning-center",
"type": "video",
"recommended": true
}
],
"section_updates": {
"view_more": "/docs/Cloudant?topic=Cloudant-classic-release-notes"
},
"section_devtools": {
"api": "/apidocs/cloudant#introduction",
"cli": "/docs/Cloudant-cli-plugin/Cloudant-cli-plugin-cloudant-cli",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/cloudant"
}
}