@@ -18,6 +18,7 @@ const resources = {
1818 "nav.about" : "About" ,
1919 "nav.github" : "GitHub" ,
2020 "nav.getStarted" : "Contact Us" ,
21+ "nav.demos" : "Demos" ,
2122
2223 // Hero Section
2324 "hero.badge" : "FluxMQ · FCP" ,
@@ -170,6 +171,8 @@ const resources = {
170171 "docs.portal.fcpDocDesc" : "Control plane: license, applications, proxy, monitoring" ,
171172 "docs.portal.gettingStarted.title" : "Quick Start" ,
172173 "docs.portal.gettingStarted.desc" : "Installation deployment and basic configuration guide" ,
174+ "docs.portal.demos.title" : "Demo videos" ,
175+ "docs.portal.demos.desc" : "Console walkthroughs (WebM) aligned with the documentation site" ,
173176 "docs.portal.configuration.title" : "Configuration Guide" ,
174177 "docs.portal.configuration.desc" : "Detailed configuration parameter description" ,
175178 "docs.portal.features.title" : "Features" ,
@@ -188,6 +191,15 @@ const resources = {
188191 "docs.portal.quickAccess.faq" : "FAQ" ,
189192 "docs.portal.quickAccess.github" : "GitHub" ,
190193 "docs.portal.viewDocs" : "View Documentation" ,
194+ "demos.badge" : "Console walkthroughs" ,
195+ "demos.title" : "See FluxMQ" ,
196+ "demos.titleHighlight" : "in action" ,
197+ "demos.subtitle" : "Short WebM clips recorded from the public demo: dashboard, rule engine data sources, and command consumption." ,
198+ "demos.viewDocs" : "Open demo videos page in docs" ,
199+ "demos.videoHint" : "WebM · demo.fluxmq.com" ,
200+ "demos.items.overview" : "Console overview" ,
201+ "demos.items.datasource" : "Rule engine · Data sources" ,
202+ "demos.items.instruct" : "Command consumption" ,
191203 "docs.structure.introduction.title" : "Introduction" ,
192204 "docs.structure.introduction.overview" : "Product Overview" ,
193205 "docs.structure.introduction.features" : "Key Features" ,
@@ -535,6 +547,7 @@ const resources = {
535547 "nav.about" : "关于我们" ,
536548 "nav.github" : "GitHub" ,
537549 "nav.getStarted" : "联系我们" ,
550+ "nav.demos" : "演示视频" ,
538551
539552 // Hero Section
540553 "hero.badge" : "FluxMQ · FCP" ,
@@ -687,6 +700,8 @@ const resources = {
687700 "docs.portal.fcpDocDesc" : "控制平面:License、应用、代理、监控" ,
688701 "docs.portal.gettingStarted.title" : "快速开始" ,
689702 "docs.portal.gettingStarted.desc" : "安装部署和基础配置指南" ,
703+ "docs.portal.demos.title" : "演示视频" ,
704+ "docs.portal.demos.desc" : "控制台短视频(WebM),与文档站《演示视频》同步" ,
690705 "docs.portal.configuration.title" : "配置指南" ,
691706 "docs.portal.configuration.desc" : "详细的配置参数说明" ,
692707 "docs.portal.features.title" : "功能特性" ,
@@ -705,6 +720,15 @@ const resources = {
705720 "docs.portal.quickAccess.faq" : "常见问题" ,
706721 "docs.portal.quickAccess.github" : "GitHub" ,
707722 "docs.portal.viewDocs" : "查看文档" ,
723+ "demos.badge" : "控制台演示" ,
724+ "demos.title" : "观看" ,
725+ "demos.titleHighlight" : "FluxMQ 实操演示" ,
726+ "demos.subtitle" : "基于公开演示环境录制的 WebM 短视频:总览、规则引擎数据源、指令消费。" ,
727+ "demos.viewDocs" : "在文档站打开演示视频页" ,
728+ "demos.videoHint" : "WebM · demo.fluxmq.com" ,
729+ "demos.items.overview" : "控制台总览" ,
730+ "demos.items.datasource" : "规则引擎 · 数据源" ,
731+ "demos.items.instruct" : "指令消费" ,
708732 "docs.structure.introduction.title" : "产品介绍" ,
709733 "docs.structure.introduction.overview" : "产品概述" ,
710734 "docs.structure.introduction.features" : "核心特性" ,
0 commit comments