From 546f956ed01fa954732334349336e158e908feff Mon Sep 17 00:00:00 2001 From: peefy Date: Tue, 10 Sep 2024 19:01:16 +0800 Subject: [PATCH] feat: enable new kcl playground Signed-off-by: peefy --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 92b9ba3b..0c54f460 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -192,8 +192,8 @@ const config = { label: 'Modules', }, { - // href: 'http://play.kcl-lang.io/', - href: "http://101.42.3.224/", + href: 'http://play.kcl-lang.io/', + // href: "http://101.42.3.224/", position: 'left', sidebarId: 'playground', label: 'Playground',