-
Notifications
You must be signed in to change notification settings - Fork 266
/
developing-on-openshift-pathway.json
47 lines (47 loc) · 1.71 KB
/
developing-on-openshift-pathway.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
{
"title": "Developing on OpenShift",
"icon": "fa-openshift",
"courses": [
{
"external_link": "https://learn.openshift.com/introduction/getting-started/",
"pathway_id": "introduction",
"course_id": "getting-started",
"title": "Getting Started with OpenShift for Developers"
},
{
"external_link": "https://learn.openshift.com/introduction/deploying-python/",
"pathway_id": "introduction",
"course_id": "deploying-python",
"title": "Deploying Applications From Source"
},
{
"external_link": "https://learn.openshift.com/introduction/developing-with-odo/",
"pathway_id": "introduction",
"course_id": "developing-with-odo",
"title": "Developing with odo"
},
{
"external_link": "https://learn.openshift.com/developing-on-openshift/serverless/",
"pathway_id": "developing-on-openshift",
"course_id": "serverless",
"title": "Getting Started with OpenShift Serverless"
},
{
"external_link": "https://learn.openshift.com/introduction/port-forwarding/",
"pathway_id": "introduction",
"course_id": "port-forwarding",
"title": "Connecting to a Database Using Port Forwarding"
},
{
"external_link": "https://learn.openshift.com/introduction/transferring-files/",
"pathway_id": "introduction",
"course_id": "transferring-files",
"title": "Transferring Files in and out of Containers"
},
{
"external_link": "https://learn.openshift.com/developing-on-openshift/helm/",
"course_id": "helm",
"title": "Getting Started with Helm 3 on OpenShift"
}
]
}