From e0567512dbe71d667fb01abafbdb275a334d7676 Mon Sep 17 00:00:00 2001 From: abhi-bhatra Date: Tue, 11 Nov 2025 11:44:26 +0530 Subject: [PATCH] Add Community Learning Resources section - Added new section 'Community learning resources' after Community and Support section - Includes two third-party learning resources: KodeKloud and Udemy courses - Added call-to-action for community to suggest additional resources - Fixed Vale linting issues with proper ignore comments Signed-off-by: abhi-bhatra --- content/docs/_index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/docs/_index.md b/content/docs/_index.md index aee78dff2..61c5516c8 100644 --- a/content/docs/_index.md +++ b/content/docs/_index.md @@ -81,3 +81,16 @@ Find out the various ways that _you_ can contribute to the Cloud Native Buildpac ### Project Roadmap This is a community driven project and our roadmap is publicly available on our [Github page](https://github.com/buildpacks/community/blob/main/ROADMAP.md). We encourage you to contribute with feature requests. + +--- + +## Community learning resources + +Below are learning resources maintained by third parties. These aren't managed by the Cloud Native Buildpacks team, but are popular in the community. + + +- [Cloud Native Buildpacks Course (KodeKloud)](https://learn.kodekloud.com/user/courses/cloud-native-buildpacks) - Video-based hands-on introduction to Cloud Native Buildpacks. +- [Cloud Native Buildpacks for Beginners (Udemy)](https://www.udemy.com/course/cloud-native-buildpacks-for-the-absolute-beginners-handson) - Comprehensive beginner's course on Cloud Native Buildpacks. + + +_Want to suggest a learning resource? Submit a pull request or open an issue._