mirror of https://github.com/knative/docs.git
36 lines
681 B
JSON
36 lines
681 B
JSON
{
|
|
"title": "Getting Started with Knative Eventing 2",
|
|
"description": "Introduction to Broker-Trigger model in Knative Eventing",
|
|
"difficulty": "Beginner",
|
|
"time": "20",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Step 1",
|
|
"text": "step1.md"
|
|
},
|
|
{
|
|
"title": "Step 2",
|
|
"text": "step2.md"
|
|
},
|
|
{
|
|
"title": "Step 3",
|
|
"text": "step3.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"code": "scripts/install-dependencies.sh",
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "minikube-running"
|
|
}
|
|
}
|