fix: ordered bundles sequence by id
Signed-off-by: Abhinav Sinha <[email protected]>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "k8s-basics",
|
||||
"id": "1-k8s-basics",
|
||||
"name": "Kubernetes Basics",
|
||||
"icon": "🌱",
|
||||
"tagline": "Core concepts for beginners",
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "k8s-appdev",
|
||||
"id": "2-k8s-appdev",
|
||||
"name": "Kubernetes Developer",
|
||||
"icon": "🛠️",
|
||||
"tagline": "CKAD exam — application development",
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "k8s-admin",
|
||||
"id": "3-k8s-admin",
|
||||
"name": "Kubernetes Administrator",
|
||||
"icon": "🧑✈️",
|
||||
"tagline": "CKA exam — cluster administration",
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"id": "k8s-security",
|
||||
"id": "4-k8s-security",
|
||||
"name": "Kubernetes Security",
|
||||
"icon": "🛡",
|
||||
"tagline": "CKS exam — hardening and threats",
|
||||
Reference in New Issue
Block a user