-
Notifications
You must be signed in to change notification settings - Fork 17
/
landing.json
57 lines (57 loc) · 1.88 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
{
"version": 2,
"title": "IBM Cloud Code Engine",
"introduction": "Find out how you can use Code Engine to run your containerized workloads.",
"product_page": "https://www.ibm.com/products/code-engine",
"console_page": "/codeengine",
"section_topics": {
"links": [
{
"title": "Getting started",
"href": "/docs/codeengine?topic=codeengine-getting-started"
},
{
"title": "Understanding Code Engine and workloads",
"href": "/docs/codeengine?topic=codeengine-about"
},
{
"title": "Managing IAM user access",
"href": "/docs/codeengine?topic=codeengine-iam"
},
{
"title": "Logging and monitoring",
"href": "/docs/codeengine?topic=codeengine-logging"
},
{
"title": "Responsibilities",
"href": "/docs/codeengine?topic=codeengine-responsibilities-ce"
},
{
"title": "FAQs",
"href": "/docs/codeengine?topic=codeengine-faqs"
}
]
},
"section_highlights": [
{
"title": "Developing",
"description": "Visit IBM Developer for technical articles, code patterns, tutorials, and more.",
"href": "https://developer.ibm.com/components/cloud-code-engine",
"type": "training"
},
{
"title": "Architecture",
"description": "Discover the architecture references available.",
"href": "https://www.ibm.com/architectures/hybrid",
"type": "training"
}
],
"section_devtools": {
"api": "/apidocs/codeengine/v2",
"cli": "/docs/codeengine?topic=codeengine-cli",
"terraform": "https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/code_engine_app"
},
"section_updates": {
"view_more": "/docs/codeengine?topic=codeengine-codeengine-relnotes"
}
}