-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathlanding.json
More file actions
47 lines (47 loc) · 1.99 KB
/
landing.json
File metadata and controls
47 lines (47 loc) · 1.99 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"version": 2,
"title": "IBM Cloud Continuous Delivery",
"introduction": "Adopt a DevOps or DevSecOps approach by using Continuous Delivery, which includes open toolchains that automate the building and deploying of applications. Use the documentation, architetcure references, and more to support your build and deploy needs.",
"product_page": "https://www.ibm.com/products/continuous-delivery",
"console_page": "/devops/toolchains",
"section_topics": {
"links": [
{
"title": "Getting started with Continuous Delivery",
"href": "/docs/ContinuousDelivery?topic=ContinuousDelivery-getting-started"
},
{
"title": "Toolchain availability, templates, and tutorials",
"href": "/docs/ContinuousDelivery?topic=ContinuousDelivery-cd_about"
},
{
"title": "Deploy an app on Kubernetes",
"href": "/docs/ContinuousDelivery?topic=ContinuousDelivery-tutorial-cd-kubernetes"
}
]
},
"section_highlights": [
{
"title": "DevOps for hybrid cloud: an IBM point of view",
"description": "Learn how DevOps for hybrid cloud can improve quality and agility in software development.",
"href": "https://www.ibm.com/downloads/documents/us-en/107a02e94cc8f87b",
"type": "white-paper",
"recommended": true
},
{
"title": "Mainframe Application Modernization Patterns for Hybrid Cloud",
"description": "Learn strategies and architectural solutions to accelerate your mainframe application modernization by leveraginig hybrid cloud environments.",
"href": "https://www.redbooks.ibm.com/abstracts/sg248532.html",
"type": "redbook",
"recommended": true
}
],
"section_devtools": {
"api": "/apidocs/toolchain",
"cli": "/docs/ContinuousDelivery?topic=ContinuousDelivery-idt-cli",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest"
},
"section_updates": {
"view_more": "/docs/ContinuousDelivery?topic=ContinuousDelivery-cd-relnotes"
}
}