This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
plugin-client-default/config.d Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 51
51
{
52
52
"notebook" : " Introducing the CloudEvents Player" ,
53
53
"filepath" : " /kui/kubernetes/knative-cloud-events-player.md"
54
+ },
55
+ {
56
+ "notebook" : " Creating your first Trigger" ,
57
+ "filepath" : " /kui/kubernetes/knative-first-trigger.md"
54
58
}
55
59
]
56
60
}
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Knative — Creating your first Trigger
3
+ layout :
4
+ 1 : left
5
+ ---
6
+
7
+ --8<-- "knative-what-is-it-good-for.md"
8
+
9
+ ---
10
+
11
+ --8<-- "https://raw.githubusercontent.com/knative/docs/main/docs/getting-started/first-trigger.md"
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ export default async (registrar: PreloadRegistrar) => {
82
82
'plugin://plugin-kubectl/notebooks/knative-introducing-eventing.md' ,
83
83
'plugin://plugin-kubectl/notebooks/knative-eventing-components.md' ,
84
84
'plugin://plugin-kubectl/notebooks/knative-cloud-events-player.md' ,
85
+ 'plugin://plugin-kubectl/notebooks/knative-first-trigger.md' ,
85
86
'plugin://plugin-kubectl/notebooks/create-jobs.md' ,
86
87
'plugin://plugin-kubectl/notebooks/create-jobs.json' ,
87
88
'plugin://plugin-kubectl/notebooks/crud-operations.md' ,
You can’t perform that action at this time.
0 commit comments