Skip to content

Commit

Permalink
fix(plugins/plugin-kubectl): First draft of Knative Eventing guidebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mra-ruiz authored and starpit committed Feb 2, 2022
1 parent 267ba27 commit 52681de
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
9 changes: 9 additions & 0 deletions plugins/plugin-client-default/config.d/notebooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@
{ "notebook": "Scaling to Zero", "filepath": "/kui/kubernetes/knative-first-autoscale.md" },
{ "notebook": "Traffic Splitting", "filepath": "/kui/kubernetes/knative-traffic-splitting.md" }
]
},
{
"label": "Eventing",
"submenu": [
{
"notebook": "Introducing Knative Eventing",
"filepath": "/kui/kubernetes/knative-introducing-eventing.md"
}
]
}
]
}
Expand Down
15 changes: 15 additions & 0 deletions plugins/plugin-kubectl/notebooks/knative-introducing-eventing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Introducing Eventing
layout:
1: left
default: wizard
wizard:
steps:
- Background
---

--8<-- "knative-what-is-it-good-for.md"

---

--8<-- "https://raw.githubusercontent.com/knative/docs/main/docs/getting-started/getting-started-eventing.md"
1 change: 1 addition & 0 deletions plugins/plugin-kubectl/src/non-headless-preload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default async (registrar: PreloadRegistrar) => {
'plugin://plugin-kubectl/notebooks/knative-first-service.md',
'plugin://plugin-kubectl/notebooks/knative-first-autoscale.md',
'plugin://plugin-kubectl/notebooks/knative-traffic-splitting.md',
'plugin://plugin-kubectl/notebooks/knative-introducing-eventing.md',
'plugin://plugin-kubectl/notebooks/create-jobs.md',
'plugin://plugin-kubectl/notebooks/create-jobs.json',
'plugin://plugin-kubectl/notebooks/crud-operations.md',
Expand Down

0 comments on commit 52681de

Please sign in to comment.