Skip to content

Commit 570e3e7

Browse files
authored
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.
1 parent 3c6378b commit 570e3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_docs/getting-started/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
## What is KCL?
88

9-
[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.
9+
[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.
1010

1111
## Why KCL?
1212

0 commit comments

Comments
 (0)