Skip to content

Commit adcffa7

Browse files
authored
Training and Certification - fixes (istio#15266)
Signed-off-by: Faseela K <[email protected]>
1 parent 475b888 commit adcffa7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CUSTOM_PAGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Works in the same fashion as Pro services but is displayed using the ```{{< inte
7373
### Deployment
7474
To amend the deployment process page, change the contents of the `content/en/deployment/index.md` file.
7575

76+
### Training and Certification
77+
78+
Works in the same fashion as Pro services but is displayed using the ```{{< interactive_panels >}}``` with `items="training"` or `items="certification"` parameter.
79+
7680
## FAQ
7781
To add new content to FAQ, create a new markdown file in `content/en/about/faq/` in one of the existing categories. To add new category, create a new directory with an `index.md` markdown file with a category name as the `linktitle` attribute. ```faq_block``` partial uses the `question` and `answer` parameters. `title` attribute of individual markdown files is used as a question and the content is used as an answer.
7882

data/companies.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -599,13 +599,13 @@ training:
599599
- name: "Introduction to Istio"
600600
logo: "/logos/lf-training.png"
601601
url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs144/"
602-
description: "Introduction to Istio (LFS144)"
602+
description: "Introduction to Istio"
603603
details:
604604
- "This course is a practical introduction to Istio, designed for anyone who wishes to build on their knowledge of Linux, Docker, and Kubernetes to learn how to install and configure a service mesh and to understand the benefits of deploying and running distributed applications in a service mesh environment."
605605
- name: "Istio Service Mesh Essentials"
606606
logo: "/logos/lf-training.png"
607607
url: "https://training.linuxfoundation.org/training/istio-service-mesh-essentials-lfs245/"
608-
description: "Istio ServiceMesh Essentials (LFS245)"
608+
description: "Istio Service Mesh Essentials"
609609
details:
610610
- "This course is for application developers, DevOps engineers and security professionals, familiar with Kubernetes, who need a service mesh layer to effectively operate their containerized systems."
611611
- "Learn Istio essentials such as: explaining the basic building blocks of Envoy proxy and how it fits within Istio; using IstioOperator API to install, configure; and secure the mesh; manage traffic using Istio CRDs and Gateway API; and create policies to install Istio across multiple clusters."
@@ -621,7 +621,7 @@ certification:
621621
- name: "Istio Certified Associate"
622622
logo: "/logos/ica-icon-color.svg"
623623
url: "https://training.linuxfoundation.org/certification/istio-certified-associate-ica/"
624-
description: "The Istio Certified Associate (ICA) by the Linux Foundation"
624+
description: "The Istio Certified Associate (ICA)"
625625
details:
626626
- "The Istio Certified Associate (ICA) exam demonstrates a solid understanding of Istio principles, terminology, and best practices for setting up Istio."
627627
- "The ICA is a pre-professional certification designed for engineers, CI/CD practitioners, or anyone with special interests in Istio. A certified ICA will confirm their foundational knowledge of Istio principles, terminology, and best practices and demonstrate their ability to set up Istio."

0 commit comments

Comments
 (0)