Skip to content

Commit 5d8b49d

Browse files
committed
feat: add submodule TinyEngine
1 parent 672be0a commit 5d8b49d

File tree

1 file changed

+65
-65
lines changed

1 file changed

+65
-65
lines changed

.vitepress/config.mts

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -252,108 +252,108 @@ export default defineConfig({
252252
collapsed: false,
253253
base: "/tiny-engine/dev/",
254254
items: [
255-
{ text: "简介", link: "dev-intro.md" },
256-
{ text: "快速上手", link: "dev-quick-start.md" },
257-
{ text: "前后端启动联调(Java服务端)", link: "debugging-of-java-backend.md" }
255+
{ text: "简介", link: "dev-intro" },
256+
{ text: "快速上手", link: "dev-quick-start" },
257+
{ text: "前后端启动联调(Java服务端)", link: "debugging-of-java-backend" }
258258
]
259259
},
260260
{
261261
text: "更新日志",
262262
collapsed: false,
263263
base: "/tiny-engine/dev/",
264264
items: [
265-
{ text: "更新日志", link: "changelog.md" },
266-
{ text: "v2.7升级指南", link: "v2.7-upgrade-guide.md" }
265+
{ text: "更新日志", link: "changelog" },
266+
{ text: "v2.7升级指南", link: "v2.7-upgrade-guide" }
267267
]
268268
},
269269
{
270270
text: "解决方案",
271271
collapsed: false,
272272
base: "/tiny-engine/dev/",
273273
items: [
274-
{text: "前端及Java服务端docker部署", link: "front-backend-docker-deployment.md"},
275-
{ text: "Java服务端部署", link: "server-deployment-solution-java.md" },
276-
{ text: "Node.js服务端部署", link: "server-deployment-solution.md" },
277-
{ text: "区块发布方案(Node.js服务端)", link: "block-release-solution.md" },
278-
{ text: "区块局域网发布方案(Node.js服务端)", link: "block-lan-release-solution.md" },
279-
{ text: "设计器中引入第三方组件库", link: "third-party-library-in-designer.md" },
280-
{ text: "物料同步方案", link: "material-sync-solution.md" },
281-
{ text: "本地化CDN方案", link: "import-map-local.md" },
282-
{ text: "全新区块构建方案", link: "block-construction-solution.md" },
283-
{ text: "全新画布通信方案", link: "canvas-communication-solution.md" }
274+
{text: "前端及Java服务端docker部署", link: "front-backend-docker-deployment"},
275+
{ text: "Java服务端部署", link: "server-deployment-solution-java" },
276+
{ text: "Node.js服务端部署", link: "server-deployment-solution" },
277+
{ text: "区块发布方案(Node.js服务端)", link: "block-release-solution" },
278+
{ text: "区块局域网发布方案(Node.js服务端)", link: "block-lan-release-solution" },
279+
{ text: "设计器中引入第三方组件库", link: "third-party-library-in-designer" },
280+
{ text: "物料同步方案", link: "material-sync-solution" },
281+
{ text: "本地化CDN方案", link: "import-map-local" },
282+
{ text: "全新区块构建方案", link: "block-construction-solution" },
283+
{ text: "全新画布通信方案", link: "canvas-communication-solution" }
284284
]
285285
},
286286
{
287287
text: "扩展能力介绍",
288288
collapsed: false,
289289
base: "/tiny-engine/dev/",
290290
items: [
291-
{ text: "新架构介绍", link: "new-architecture.md" },
292-
{ text: "注册表", link: "registry.md" },
293-
{ text: "注册表(新版)", link: "new-registry.md" },
294-
{ text: "注册表高级特性", link: "new-registry-advanced.md" },
295-
{ text: "元服务和元应用", link: "meta-services-and-meta-apps.md" }
291+
{ text: "新架构介绍", link: "new-architecture" },
292+
{ text: "注册表", link: "registry" },
293+
{ text: "注册表(新版)", link: "new-registry" },
294+
{ text: "注册表高级特性", link: "new-registry-advanced" },
295+
{ text: "元服务和元应用", link: "meta-services-and-meta-apps" }
296296
]
297297
},
298298
{
299299
text: "扩展能力使用教程",
300300
collapsed: false,
301301
base: "/tiny-engine/dev/",
302302
items: [
303-
{ text: "如何开发插件", link: "how-to-develop-plugins.md" },
303+
{ text: "如何开发插件", link: "how-to-develop-plugins" },
304304
{
305305
text: "出码功能",
306306
collapsed: false,
307307
base: "/tiny-engine/dev/code-output-function/",
308308
items: [
309-
{ text: "出码功能简介与使用", link: "code-output-overview-and-usage.md" },
310-
{ text: "如何自定义出码", link: "how-to-customize-code-output.md" },
311-
{ text: "如何自定义出码插件", link: "how-to-customize-code-output-plugins.md" },
312-
{ text: "自定义页面出码插件", link: "custom-page-code-output-plugin.md" },
313-
{ text: "官方出码能力API", link: "official-code-output-api.md" }
309+
{ text: "出码功能简介与使用", link: "code-output-overview-and-usage" },
310+
{ text: "如何自定义出码", link: "how-to-customize-code-output" },
311+
{ text: "如何自定义出码插件", link: "how-to-customize-code-output-plugins" },
312+
{ text: "自定义页面出码插件", link: "custom-page-code-output-plugin" },
313+
{ text: "官方出码能力API", link: "official-code-output-api" }
314314
]
315315
},
316-
{ text: "定制插件UI", link: "customize-plugin-ui.md" },
317-
{ text: "定制元服务逻辑", link: "customize-meta-service-logic.md" },
318-
{ text: "开发设置器组件", link: "develop-configurator-components.md" },
319-
{ text: "AI插件使用前配置", link: "ai-plugin-configuration.md" },
320-
{ text: "如何自定义主题", link: "how-to-custom-theme.md" }
316+
{ text: "定制插件UI", link: "customize-plugin-ui" },
317+
{ text: "定制元服务逻辑", link: "customize-meta-service-logic" },
318+
{ text: "开发设置器组件", link: "develop-configurator-components" },
319+
{ text: "AI插件使用前配置", link: "ai-plugin-configuration" },
320+
{ text: "如何自定义主题", link: "how-to-custom-theme" }
321321
]
322322
},
323323
{
324324
text: "API",
325325
collapsed: false,
326326
base: "/tiny-engine/dev/",
327327
items: [
328-
{ text: "API总览", link: "api-overview.md" },
328+
{ text: "API总览", link: "api-overview" },
329329
{
330330
text: "前端API",
331331
collapsed: false,
332332
base: "/tiny-engine/dev/frontend-api/",
333333
items: [
334-
{ text: "主包API", link: "main-package-api.md" },
335-
{ text: "画布API", link: "canvas-api.md" },
336-
{ text: "全局布局API", link: "global-layout-api.md" },
337-
{ text: "物料API", link: "material-api.md" },
338-
{ text: "设置面板API", link: "settings-panel-api.md" },
339-
{ text: "预览API", link: "preview-api.md" }
334+
{ text: "主包API", link: "main-package-api" },
335+
{ text: "画布API", link: "canvas-api" },
336+
{ text: "全局布局API", link: "global-layout-api" },
337+
{ text: "物料API", link: "material-api" },
338+
{ text: "设置面板API", link: "settings-panel-api" },
339+
{ text: "预览API", link: "preview-api" }
340340
]
341341
},
342342
{
343343
text: "后端API",
344344
collapsed: false,
345345
base: "/tiny-engine/dev/backend-api/",
346346
items: [
347-
{ text: "AI功能接口", link: "ai-function-api.md" },
348-
{ text: "应用管理", link: "app-management.md" },
349-
{ text: "区块分类", link: "block-categories.md" },
350-
{ text: "应用工具类管理", link: "app-utility-management.md" },
351-
{ text: "区块管理", link: "block-management-api.md" },
352-
{ text: "数据源管理", link: "data-source-management.md" },
353-
{ text: "DSL代码生成", link: "dsl-code-generation.md" },
354-
{ text: "物料中心", link: "material-center.md" },
355-
{ text: "页面管理", link: "page-management-api.md" },
356-
{ text: "APP服务", link: "app-services.md" }
347+
{ text: "AI功能接口", link: "ai-function-api" },
348+
{ text: "应用管理", link: "app-management" },
349+
{ text: "区块分类", link: "block-categories" },
350+
{ text: "应用工具类管理", link: "app-utility-management" },
351+
{ text: "区块管理", link: "block-management-api" },
352+
{ text: "数据源管理", link: "data-source-management" },
353+
{ text: "DSL代码生成", link: "dsl-code-generation" },
354+
{ text: "物料中心", link: "material-center" },
355+
{ text: "页面管理", link: "page-management-api" },
356+
{ text: "APP服务", link: "app-services" }
357357
]
358358
}
359359
]
@@ -363,9 +363,9 @@ export default defineConfig({
363363
collapsed: false,
364364
base: "/tiny-engine/dev/",
365365
items: [
366-
{ text: "PDM元数据审批电子流", link: "pdm-metadata-approval-workflow.md" },
367-
{ text: "图元编排设计器", link: "graphical-element-arrangement-designer.md" },
368-
{ text: "SMB轻量应用服务", link: "smb-lightweight-application-service.md" }
366+
{ text: "PDM元数据审批电子流", link: "pdm-metadata-approval-workflow" },
367+
{ text: "图元编排设计器", link: "graphical-element-arrangement-designer" },
368+
{ text: "SMB轻量应用服务", link: "smb-lightweight-application-service" }
369369
]
370370
}
371371
],
@@ -375,10 +375,10 @@ export default defineConfig({
375375
collapsed: false,
376376
base: "/tiny-engine/portal/",
377377
items: [
378-
{ text: "介绍", link: "ecosystem-intro.md" },
379-
{ text: "如何导入组件库", link: "how-to-import-library.md" },
380-
{ text: "如何发布区块", link: "how-to-publish-block.md" },
381-
{ text: "发布其他生态", link: "publish-other-ecosystems.md" }
378+
{ text: "介绍", link: "ecosystem-intro" },
379+
{ text: "如何导入组件库", link: "how-to-import-library" },
380+
{ text: "如何发布区块", link: "how-to-publish-block" },
381+
{ text: "发布其他生态", link: "publish-other-ecosystems" }
382382
]
383383
},
384384
{
@@ -388,34 +388,34 @@ export default defineConfig({
388388
items: [
389389
{
390390
text: "创建应用(创建空白应用、从模板创建应用)",
391-
link: "create-application-blank-or-template.md"
391+
link: "create-application-blank-or-template"
392392
},
393-
{ text: "开发应用", link: "develop-application.md" }
393+
{ text: "开发应用", link: "develop-application" }
394394
]
395395
},
396396
{
397397
text: "关于物料",
398398
collapsed: false,
399399
base: "/tiny-engine/portal/",
400400
items: [
401-
{ text: "介绍", link: "materials-intro.md" },
402-
{ text: "创建物料资产包", link: "create-material-asset-package.md" },
403-
{ text: "添加组件库和区块", link: "add-library-and-blocks.md" },
404-
{ text: "构建物料资产包", link: "build-material-asset-package.md" }
401+
{ text: "介绍", link: "materials-intro" },
402+
{ text: "创建物料资产包", link: "create-material-asset-package" },
403+
{ text: "添加组件库和区块", link: "add-library-and-blocks" },
404+
{ text: "构建物料资产包", link: "build-material-asset-package" }
405405
]
406406
},
407407
{
408408
text: "关于设计器",
409409
collapsed: false,
410410
base: "/tiny-engine/portal/",
411411
items: [
412-
{ text: "介绍", link: "designer-intro.md" },
413-
{ text: "创建设计器", link: "create-designer.md" },
412+
{ text: "介绍", link: "designer-intro" },
413+
{ text: "创建设计器", link: "create-designer" },
414414
{
415415
text: "定制物料资产包、主题、DSL、工具栏和插件栏",
416-
link: "customize-material-package-themes-dsl-toolbar-plugins.md"
416+
link: "customize-material-package-themes-dsl-toolbar-plugins"
417417
},
418-
{ text: "定制设计器", link: "customize-designer.md" }
418+
{ text: "定制设计器", link: "customize-designer" }
419419
]
420420
}
421421
],

0 commit comments

Comments
 (0)