Skip to content

Commit

Permalink
fix(plugins/plugin-kubectl):CloudEvents Player guidebook and typo fix
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 2dbce84 commit 177ed98
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
4 changes: 4 additions & 0 deletions plugins/plugin-client-default/config.d/notebooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
{
"notebook": "Sources, Brokers, Triggers, Sinks",
"filepath": "/kui/kubernetes/knative-eventing-components.md"
},
{
"notebook": "Introducing the CloudEvents Player",
"filepath": "/kui/kubernetes/knative-cloud-events-player.md"
}
]
}
Expand Down
26 changes: 26 additions & 0 deletions plugins/plugin-kubectl/notebooks/knative-cloud-events-player.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Knative — CloudEvents Player
layout:
1: left
default: wizard
wizard:
steps:
- name: Introduction
description: What you will accomplish in this guidebook
- name: Creating your first Source
description: CloudEvents Player will act as a source
- name: Examining the CloudEvents Player
description: Use your browser to examine the CloudEvents Player
---

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

---

# Introducing the CloudEvents Player

---

## Introduction

--8<-- "https://raw.githubusercontent.com/knative/docs/main/docs/getting-started/first-source.md"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Knaive &mdash; Eventing Components
title: Knative &mdash; Eventing Components
description: Eventing components
layout:
1: left
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Knaive &mdash; Introducing Eventing
title: Knative &mdash; Introducing Eventing
layout:
1: left
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Knaive &mdash; Traffic Splitting
title: Knative &mdash; Traffic Splitting
layout:
1: left
default: wizard
Expand Down
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 @@ -81,6 +81,7 @@ export default async (registrar: PreloadRegistrar) => {
'plugin://plugin-kubectl/notebooks/knative-traffic-splitting.md',
'plugin://plugin-kubectl/notebooks/knative-introducing-eventing.md',
'plugin://plugin-kubectl/notebooks/knative-eventing-components.md',
'plugin://plugin-kubectl/notebooks/knative-cloud-events-player.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 177ed98

Please sign in to comment.