From adcffa7acf92d5b5808edd88a0904fe6248dd43d Mon Sep 17 00:00:00 2001 From: Faseela K Date: Mon, 10 Jun 2024 21:18:52 +0200 Subject: [PATCH] Training and Certification - fixes (#15266) Signed-off-by: Faseela K --- CUSTOM_PAGES.md | 4 ++++ data/companies.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CUSTOM_PAGES.md b/CUSTOM_PAGES.md index 3b87402f2b..99ca23a5be 100644 --- a/CUSTOM_PAGES.md +++ b/CUSTOM_PAGES.md @@ -73,6 +73,10 @@ Works in the same fashion as Pro services but is displayed using the ```{{< inte ### Deployment To amend the deployment process page, change the contents of the `content/en/deployment/index.md` file. +### Training and Certification + +Works in the same fashion as Pro services but is displayed using the ```{{< interactive_panels >}}``` with `items="training"` or `items="certification"` parameter. + ## FAQ 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. diff --git a/data/companies.yml b/data/companies.yml index d145c37030..661a0d86dd 100644 --- a/data/companies.yml +++ b/data/companies.yml @@ -599,13 +599,13 @@ training: - name: "Introduction to Istio" logo: "/logos/lf-training.png" url: "https://training.linuxfoundation.org/training/introduction-to-istio-lfs144/" - description: "Introduction to Istio (LFS144)" + description: "Introduction to Istio" details: - "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." - name: "Istio Service Mesh Essentials" logo: "/logos/lf-training.png" url: "https://training.linuxfoundation.org/training/istio-service-mesh-essentials-lfs245/" - description: "Istio ServiceMesh Essentials (LFS245)" + description: "Istio Service Mesh Essentials" details: - "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." - "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: - name: "Istio Certified Associate" logo: "/logos/ica-icon-color.svg" url: "https://training.linuxfoundation.org/certification/istio-certified-associate-ica/" - description: "The Istio Certified Associate (ICA) by the Linux Foundation" + description: "The Istio Certified Associate (ICA)" details: - "The Istio Certified Associate (ICA) exam demonstrates a solid understanding of Istio principles, terminology, and best practices for setting up Istio." - "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."