-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlanding.json
50 lines (50 loc) · 1.66 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
{
"version": 2,
"title": "Running secure workloads",
"introduction": "Use a variety of IBM Cloud tools and products to securely develop, deploy, and manage your regulated, mission-critical enterprise workloads in the cloud.",
"section_topics": {
"links": [
{
"title": "What are modules and deployable architectures?",
"href": "/docs/secure-enterprise?topic=secure-enterprise-understand-module-da"
},
{
"title": "Using projects for IaC deployments",
"href": "/docs/secure-enterprise?topic=secure-enterprise-understanding-projects"
},
{
"title": "Best practices for creating deployable architectures",
"href": "/docs/secure-enterprise?topic=secure-enterprise-best-practice-deployable-arch"
}
]
},
"section_architectures": [
{
"title": "DevSecOps application lifecycle management",
"href": "/docs/deployable-reference-architectures?topic=deployable-reference-architectures-deploy-arch-ibm-devsecops-alm",
"deployable": true
},
{
"title": "Gen AI Pattern for Watsonx on IBM Cloud",
"href": "/docs/pattern-genai-rag?topic=pattern-genai-rag-genai-pattern",
"deployable": true
}
],
"section_updates": {
"view_more": "/docs/overview?topic=overview-whatsnew",
"tiles": [
{
"date": "17 December 2024",
"title": "Experimental: Customize a deployable architecture from the catalog"
},
{
"date": "21 November 2024",
"title": "Experimental: Connect your project to a Git repository"
},
{
"date": "03 October 2024",
"title": "Project widget updates"
}
]
}
}