Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 931235d

Browse files
mra-ruizk8s-ci-robot
authored andcommitted
fix(plugins/plugin-kubectl): Creating first Trigger guidebook
1 parent 276b676 commit 931235d

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

plugins/plugin-client-default/config.d/notebooks.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
{
5252
"notebook": "Introducing the CloudEvents Player",
5353
"filepath": "/kui/kubernetes/knative-cloud-events-player.md"
54+
},
55+
{
56+
"notebook": "Creating your first Trigger",
57+
"filepath": "/kui/kubernetes/knative-first-trigger.md"
5458
}
5559
]
5660
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

plugins/plugin-kubectl/src/non-headless-preload.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ export default async (registrar: PreloadRegistrar) => {
8282
'plugin://plugin-kubectl/notebooks/knative-introducing-eventing.md',
8383
'plugin://plugin-kubectl/notebooks/knative-eventing-components.md',
8484
'plugin://plugin-kubectl/notebooks/knative-cloud-events-player.md',
85+
'plugin://plugin-kubectl/notebooks/knative-first-trigger.md',
8586
'plugin://plugin-kubectl/notebooks/create-jobs.md',
8687
'plugin://plugin-kubectl/notebooks/create-jobs.json',
8788
'plugin://plugin-kubectl/notebooks/crud-operations.md',

0 commit comments

Comments
 (0)