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

Commit 058bbbe

Browse files
committed
fix: remove integration of unstable knative guidebooks
This PR does not remove them from the repo, just removes them from the default client UI.
1 parent 803dbf9 commit 058bbbe

File tree

2 files changed

+2
-53
lines changed

2 files changed

+2
-53
lines changed

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

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -23,57 +23,6 @@
2323
"label": "Iter8",
2424
"expanded": false,
2525
"submenu": [{ "notebook": "Load testing with SLO validation", "filepath": "/kui/iter8/tutorial1.md" }]
26-
},
27-
{
28-
"label": "Knative",
29-
"expanded": false,
30-
"submenu": [
31-
{
32-
"label": "Getting Started",
33-
"expanded": false,
34-
"submenu": [
35-
{ "notebook": "Quick start", "filepath": "/kui/kubernetes/install-knative-quickstart.md" },
36-
{
37-
"label": "Serving",
38-
"submenu": [
39-
{ "notebook": "Scaling to Zero", "filepath": "/kui/kubernetes/knative-first-autoscale.md" },
40-
{ "notebook": "Traffic Splitting", "filepath": "/kui/kubernetes/knative-traffic-splitting.md" }
41-
]
42-
},
43-
{
44-
"label": "Eventing",
45-
"submenu": [
46-
{
47-
"notebook": "Introducing Knative Eventing",
48-
"filepath": "/kui/kubernetes/knative-introducing-eventing.md"
49-
},
50-
{
51-
"notebook": "Sources, Brokers, Triggers, Sinks",
52-
"filepath": "/kui/kubernetes/knative-eventing-components.md"
53-
},
54-
{
55-
"notebook": "Introducing the CloudEvents Player",
56-
"filepath": "/kui/kubernetes/knative-cloud-events-player.md"
57-
},
58-
{
59-
"notebook": "Creating your first Trigger",
60-
"filepath": "/kui/kubernetes/knative-first-trigger.md"
61-
}
62-
]
63-
},
64-
{ "notebook": "What's Next?", "filepath": "/kui/kubernetes/knative-whats-next.md" }
65-
]
66-
},
67-
{
68-
"label": "Knative Serving Examples",
69-
"expanded": false,
70-
"submenu": [
71-
{ "notebook": "Hello World Deployment", "filepath": "/kui/kubernetes/knative-serving-hello-world.md" },
72-
{ "notebook": "Autoscaling Using Go", "filepath": "/kui/kubernetes/knative-serving-autoscaling-go.md" },
73-
{ "notebook": "Traffic Management", "filepath": "/kui/kubernetes/knative-serving-traffic-management.md" }
74-
]
75-
}
76-
]
7726
}
7827
]
7928
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default async (registrar: PreloadRegistrar) => {
7474
notebookVFS.cp(
7575
undefined,
7676
[
77-
'plugin://plugin-kubectl/notebooks/knative-what-is-it-good-for.md',
77+
/* 'plugin://plugin-kubectl/notebooks/knative-what-is-it-good-for.md',
7878
'plugin://plugin-kubectl/notebooks/install-knative-quickstart.md',
7979
'plugin://plugin-kubectl/notebooks/knative-quickstart.json',
8080
'plugin://plugin-kubectl/notebooks/knative-first-autoscale.md',
@@ -86,7 +86,7 @@ export default async (registrar: PreloadRegistrar) => {
8686
'plugin://plugin-kubectl/notebooks/knative-whats-next.md',
8787
'plugin://plugin-kubectl/notebooks/knative-serving-hello-world.md',
8888
'plugin://plugin-kubectl/notebooks/knative-serving-autoscaling-go.md',
89-
'plugin://plugin-kubectl/notebooks/knative-serving-traffic-management.md',
89+
'plugin://plugin-kubectl/notebooks/knative-serving-traffic-management.md', */
9090
'plugin://plugin-kubectl/notebooks/create-jobs.md',
9191
'plugin://plugin-kubectl/notebooks/create-jobs.json',
9292
'plugin://plugin-kubectl/notebooks/crud-operations.md',

0 commit comments

Comments
 (0)