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",
|
"name": "Kubernetes Basics",
|
||||||
"icon": "🌱",
|
"icon": "🌱",
|
||||||
"tagline": "Core concepts for beginners",
|
"tagline": "Core concepts for beginners",
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "k8s-appdev",
|
"id": "2-k8s-appdev",
|
||||||
"name": "Kubernetes Developer",
|
"name": "Kubernetes Developer",
|
||||||
"icon": "🛠️",
|
"icon": "🛠️",
|
||||||
"tagline": "CKAD exam — application development",
|
"tagline": "CKAD exam — application development",
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "k8s-admin",
|
"id": "3-k8s-admin",
|
||||||
"name": "Kubernetes Administrator",
|
"name": "Kubernetes Administrator",
|
||||||
"icon": "🧑✈️",
|
"icon": "🧑✈️",
|
||||||
"tagline": "CKA exam — cluster administration",
|
"tagline": "CKA exam — cluster administration",
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"id": "k8s-security",
|
"id": "4-k8s-security",
|
||||||
"name": "Kubernetes Security",
|
"name": "Kubernetes Security",
|
||||||
"icon": "🛡",
|
"icon": "🛡",
|
||||||
"tagline": "CKS exam — hardening and threats",
|
"tagline": "CKS exam — hardening and threats",
|
||||||
Reference in New Issue
Block a user