You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_docs/getting-started/intro.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ In summary, KCL boasts the following characteristics:
51
51
-**Quick modeling**: [Schema](https://kcl-lang.github.io/docs/reference/lang/tour#schema)-centric configuration types and modular abstraction enable rapid and efficient modeling.
52
52
-**Stability**: Configuration stability built on [static type system](https://kcl-lang.github.io/docs/reference/lang/tour/#type-system), [constraints](https://kcl-lang.github.io/docs/reference/lang/tour/#validation), and [rules](https://kcl-lang.github.io/docs/reference/lang/tour#rule).
53
53
-**Scalability**: KCL's automatic merge mechanism for isolated configuration blocks promotes high scalability.
54
-
-**Fast automation**: KCL offers a gradient automation scheme encompassing [CRUD APIs](https://kcl-lang.github.io/docs/reference/lang/tour/#kcl-cli-variable-override), [multilingual SDKs](https://kcl-lang.github.io/docs/reference/xlang-api/overview), and [language plugins](https://kcl-lang.github.io/docs/reference/plugin/overview)
54
+
-**Fast automation**: KCL offers a gradient automation scheme encompassing [CRUD APIs](https://kcl-lang.github.io/docs/reference/lang/tour/#kcl-cli-variable-override), [multilingual APIs](https://kcl-lang.github.io/docs/reference/xlang-api/overview), and [language plugins](https://kcl-lang.github.io/docs/reference/plugin/overview)
55
55
-**High performance**: Leveraging Rust, C, and LLVM, KCL achieves high compilation and runtime performance, supporting compilation to native code and WebAssembly.
56
56
-**API affinity**: KCL natively supports API specifications like JsonSchema, OpenAPI, Kubernetes CRDs, Kubernetes YAML, Terraform provider schema and etc.
57
57
-**Development friendly**: KCL provides a rich suite of language tools (format, lint, test, vet, doc) and [IDE extensions](https://kcl-lang.github.io/docs/tools/Ide/) for a smooth development experience.
58
58
-**Safety and maintainability**: KCL's domain-oriented nature avoids system-level functions, minimizing noise, security risks, and maintenance overhead.
59
-
-**Rich multi-language SDK**: SDKs for Rust, Go, Python, Java, Node.jsand REST APIs cater to diverse scenarios and application use cases.
59
+
-**Rich multi-language SDK**: SDKs for [Rust](https://kcl-lang.github.io/docs/reference/xlang-api/rust-api), [Go](https://kcl-lang.github.io/docs/reference/xlang-api/go-api), [Python](https://kcl-lang.github.io/docs/reference/xlang-api/python-api), [Java](https://kcl-lang.github.io/docs/reference/xlang-api/java-api), [.NET](https://kcl-lang.github.io/docs/reference/xlang-api/dotnet-api), [Node.js](https://kcl-lang.github.io/docs/reference/xlang-api/nodejs-api), [Kotlin](https://kcl-lang.github.io/docs/reference/xlang-api/kotlin-api), [Swift](https://kcl-lang.github.io/docs/reference/xlang-api/swift-api), [C](https://kcl-lang.github.io/docs/reference/xlang-api/c-api), [C++](https://kcl-lang.github.io/docs/reference/xlang-api/cpp-api), [WASM](https://www.kcl-lang.io/docs/reference/xlang-api/wasm-api)and [REST](https://www.kcl-lang.io/docs/reference/xlang-api/rest-api) APIs cater to diverse scenarios and application use cases.
60
60
-**Kubernetes integrations**: External mutation and validation plugins including [Kustomize KCL Plugin](https://github.com/kcl-lang/kustomize-kcl), [Helm KCL Plugin](https://github.com/kcl-lang/helm-kcl), [KPT KCL SDK](https://github.com/kcl-lang/kpt-kcl-sdk), [Kubectl KCL Plugin](https://github.com/kcl-lang/kubectl-kcl) or [Crossplane KCL Function](https://github.com/kcl-lang/crossplane-kcl) to separate data and logic.
61
61
-**Production-ready**: KCL has been successfully deployed in production environments at Ant Group for platform engineering and automation.
Copy file name to clipboardExpand all lines: versioned_docs/version-0.10/user_docs/getting-started/intro.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ In summary, KCL boasts the following characteristics:
51
51
-**Quick modeling**: [Schema](https://kcl-lang.github.io/docs/reference/lang/tour#schema)-centric configuration types and modular abstraction enable rapid and efficient modeling.
52
52
-**Stability**: Configuration stability built on [static type system](https://kcl-lang.github.io/docs/reference/lang/tour/#type-system), [constraints](https://kcl-lang.github.io/docs/reference/lang/tour/#validation), and [rules](https://kcl-lang.github.io/docs/reference/lang/tour#rule).
53
53
-**Scalability**: KCL's automatic merge mechanism for isolated configuration blocks promotes high scalability.
54
-
-**Fast automation**: KCL offers a gradient automation scheme encompassing [CRUD APIs](https://kcl-lang.github.io/docs/reference/lang/tour/#kcl-cli-variable-override), [multilingual SDKs](https://kcl-lang.github.io/docs/reference/xlang-api/overview), and [language plugins](https://kcl-lang.github.io/docs/reference/plugin/overview)
54
+
-**Fast automation**: KCL offers a gradient automation scheme encompassing [CRUD APIs](https://kcl-lang.github.io/docs/reference/lang/tour/#kcl-cli-variable-override), [multilingual APIs](https://kcl-lang.github.io/docs/reference/xlang-api/overview), and [language plugins](https://kcl-lang.github.io/docs/reference/plugin/overview)
55
55
-**High performance**: Leveraging Rust, C, and LLVM, KCL achieves high compilation and runtime performance, supporting compilation to native code and WebAssembly.
56
56
-**API affinity**: KCL natively supports API specifications like JsonSchema, OpenAPI, Kubernetes CRDs, Kubernetes YAML, Terraform provider schema and etc.
57
57
-**Development friendly**: KCL provides a rich suite of language tools (format, lint, test, vet, doc) and [IDE extensions](https://kcl-lang.github.io/docs/tools/Ide/) for a smooth development experience.
58
58
-**Safety and maintainability**: KCL's domain-oriented nature avoids system-level functions, minimizing noise, security risks, and maintenance overhead.
59
-
-**Rich multi-language SDK**: SDKs for Rust, Go, Python, Java, Node.jsand REST APIs cater to diverse scenarios and application use cases.
59
+
-**Rich multi-language SDK**: SDKs for [Rust](https://kcl-lang.github.io/docs/reference/xlang-api/rust-api), [Go](https://kcl-lang.github.io/docs/reference/xlang-api/go-api), [Python](https://kcl-lang.github.io/docs/reference/xlang-api/python-api), [Java](https://kcl-lang.github.io/docs/reference/xlang-api/java-api), [.NET](https://kcl-lang.github.io/docs/reference/xlang-api/dotnet-api), [Node.js](https://kcl-lang.github.io/docs/reference/xlang-api/nodejs-api), [Kotlin](https://kcl-lang.github.io/docs/reference/xlang-api/kotlin-api), [Swift](https://kcl-lang.github.io/docs/reference/xlang-api/swift-api), [C](https://kcl-lang.github.io/docs/reference/xlang-api/c-api), [C++](https://kcl-lang.github.io/docs/reference/xlang-api/cpp-api), [WASM](https://www.kcl-lang.io/docs/reference/xlang-api/wasm-api)and [REST](https://www.kcl-lang.io/docs/reference/xlang-api/rest-api) APIs cater to diverse scenarios and application use cases.
60
60
-**Kubernetes integrations**: External mutation and validation plugins including [Kustomize KCL Plugin](https://github.com/kcl-lang/kustomize-kcl), [Helm KCL Plugin](https://github.com/kcl-lang/helm-kcl), [KPT KCL SDK](https://github.com/kcl-lang/kpt-kcl-sdk), [Kubectl KCL Plugin](https://github.com/kcl-lang/kubectl-kcl) or [Crossplane KCL Function](https://github.com/kcl-lang/crossplane-kcl) to separate data and logic.
61
61
-**Production-ready**: KCL has been successfully deployed in production environments at Ant Group for platform engineering and automation.
0 commit comments