From 570e3e79c31817e0c6440157270b42c6f1006ae9 Mon Sep 17 00:00:00 2001 From: Ben Ellis Date: Tue, 2 Dec 2025 13:54:03 +0100 Subject: [PATCH] Update intro.md Correct the definition of KCL. 1. It is not true that it means "Kubernetes Configuration Language", and that gives the misleading impression it is just for Kubernetes 2. Instead, some mention should be given to the true origin of the name, a reference to Kusion. 3. But it is important to clarify that it is now independent of Kusion. --- docs/user_docs/getting-started/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_docs/getting-started/intro.md b/docs/user_docs/getting-started/intro.md index 93ae087d..b1711932 100644 --- a/docs/user_docs/getting-started/intro.md +++ b/docs/user_docs/getting-started/intro.md @@ -6,7 +6,7 @@ sidebar_position: 1 ## What is KCL? -[KCL](https://github.com/kcl-lang/kcl) is an open-source configuration and policy language hosted by the Cloud Native Computing Foundation (CNCF) as a Sandbox Project. Built on a foundation of constraints and functional programming principles, KCL enhances the process of writing complex configurations, particularly in cloud-native environments. By leveraging advanced programming language techniques, KCL promotes improved modularity, scalability, and stability in configuration management. It simplifies logic writing, offers easy-to-use automation APIs, and seamlessly integrates with existing systems. KCL is short for Kubernetes Configuration Language. +[KCL](https://github.com/kcl-lang/kcl) is an open-source configuration and policy language hosted by the Cloud Native Computing Foundation (CNCF) as a Sandbox Project. Built on a foundation of constraints and functional programming principles, KCL enhances the process of writing complex configurations, particularly in cloud-native environments. By leveraging advanced programming language techniques, KCL promotes improved modularity, scalability, and stability in configuration management. It simplifies logic writing, offers easy-to-use automation APIs, and seamlessly integrates with existing systems. KCL is short for [Kusion](https://github.com/KusionStack/kusion) Configuration Language, as it was originally developed for the Kusion Platform. It has since been open sourced and made available to manage a wide variety of systems. ## Why KCL?