From 265c6fee107897ed328bf19da57817c53febccc7 Mon Sep 17 00:00:00 2001 From: zongz Date: Thu, 19 Sep 2024 16:23:27 +0800 Subject: [PATCH] fix: fix missing png Signed-off-by: zongz --- blog/2024-09-18-kcl-0.10.0-release/index.md | 2 +- .../2024-09-18-kcl-0.10.0-release/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/2024-09-18-kcl-0.10.0-release/index.md b/blog/2024-09-18-kcl-0.10.0-release/index.md index 78f58e3f..fb8ae00f 100644 --- a/blog/2024-09-18-kcl-0.10.0-release/index.md +++ b/blog/2024-09-18-kcl-0.10.0-release/index.md @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git -- - The kcl-playground based on the WASM backend is online. -[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png) +![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png) - kcl import tool supports importing the entire Go Package and converting all Go struct definitions into KCL Schema definitions. - Fixed the compilation error of kcl import when importing Kubernetes CRD and OpenAPI Schema. diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/2024-09-18-kcl-0.10.0-release/index.md b/i18n/zh-CN/docusaurus-plugin-content-blog/2024-09-18-kcl-0.10.0-release/index.md index b862d86e..35a65476 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-blog/2024-09-18-kcl-0.10.0-release/index.md +++ b/i18n/zh-CN/docusaurus-plugin-content-blog/2024-09-18-kcl-0.10.0-release/index.md @@ -207,7 +207,7 @@ kcl mod add cc --git https://github.com/kcl-lang/flask-demo-kcl-manifests.git -- - 基于 WASM 后端的 kcl-playground 上线。 -[kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png) +![kclplayground](/img/blog/2024-09-18-kcl-0.10.0-release/kclplayground.png) - kcl import 工具支持导入整个 Go Package 并将其中所有的 Go 结构体定义转换为 KCL Schema 定义 - 修复 kcl import 在 Kubernetes CRD 和 OpenAPI 导入 Schema 的编译错误