@@ -77,7 +77,7 @@ export default defineConfig({
7777 'next-sdk/docs/:path*' : 'next-sdk/:path*' ,
7878 'tiny-vue/examples/sites/demos/pc/webdoc/:path*' : 'tiny-vue/guide/:path*' ,
7979 'tiny-engine/docs/:section(getting-started|basic-features|advanced-features|tutorials)/:path*' :
80- 'tiny-engine/engines /:path*' ,
80+ 'tiny-engine/guide /:path*' ,
8181 'tiny-engine/docs/:section(practical-cases|api|extension-capabilities-tutorial|development-getting-started|changelog|solutions|extension-capabilities-overview)/:path*' :
8282 'tiny-engine/dev/:path*' ,
8383 'tiny-engine/docs/:section(ecosystem-center|about-applications|about-materials|about-designer)/:path*' :
@@ -102,8 +102,8 @@ export default defineConfig({
102102 engineNav : [
103103 {
104104 text : '使用指南' ,
105- link : '/tiny-engine/engines /introduction' ,
106- activeMatch : '/engines /' ,
105+ link : '/tiny-engine/guide /introduction' ,
106+ activeMatch : '/guide /' ,
107107 } ,
108108 {
109109 text : '平台开发指南' ,
@@ -231,11 +231,11 @@ export default defineConfig({
231231 ]
232232 }
233233 ] ,
234- '/tiny-engine/engines /' : [
234+ '/tiny-engine/guide /' : [
235235 {
236236 text : '新手指引' ,
237237 collapsed : false ,
238- base : '/tiny-engine/engines /' ,
238+ base : '/tiny-engine/guide /' ,
239239 items : [
240240 { text : '简介' , link : 'introduction' } ,
241241 { text : '快速上手' , link : 'quick-start' }
@@ -244,11 +244,10 @@ export default defineConfig({
244244 {
245245 text : '基础功能' ,
246246 collapsed : false ,
247- base : '/tiny-engine/engines /' ,
247+ base : '/tiny-engine/guide /' ,
248248 items : [
249- { text : '初识设计器' , link : 'intro-to-designer' } ,
250- { text : '设计前端应用流程' , link : 'frontend-application-flow' } ,
251249 { text : '设计器界面模块简介' , link : 'designer-ui-modules' } ,
250+ { text : '设计前端应用流程' , link : 'frontend-application-flow' } ,
252251 { text : '页面管理' , link : 'page-management' } ,
253252 { text : '使用组件' , link : 'using-components' } ,
254253 { text : '样式设置' , link : 'style-settings' } ,
@@ -262,7 +261,7 @@ export default defineConfig({
262261 {
263262 text : '进阶功能' ,
264263 collapsed : false ,
265- base : '/tiny-engine/engines /' ,
264+ base : '/tiny-engine/guide /' ,
266265 items : [
267266 { text : '区块管理' , link : 'block-management' } ,
268267 { text : '使用JS面板和事件绑定' , link : 'js-panel-and-event-binding' } ,
@@ -271,15 +270,14 @@ export default defineConfig({
271270 { text : '如何使用插槽' , link : 'how-to-use-slots' } ,
272271 { text : '循环渲染' , link : 'loop-rendering' } ,
273272 { text : '条件渲染' , link : 'conditional-rendering' } ,
274- { text : '集成ChatGPT搭建简单页面能力' , link : 'integrating-chatgpt-for-simple-pages' } ,
275273 { text : '新版AI插件使用' , link : 'new-ai-plugin-usage' } ,
276274 { text : '数据源和Collection—远程字段' , link : 'data-source-and-collection-remote-fields' } ,
277275 { text : '数据源和Collection—mock数据' , link : 'data-source-and-collection-mock-data' } ,
278276 { text : '数据源和Collection—使用数据源' , link : 'data-source-and-collection-usage' } ,
279277 {
280278 text : '路由功能' ,
281279 collapsed : false ,
282- base : '/tiny-engine/engines /route-capabilities/' ,
280+ base : '/tiny-engine/guide /route-capabilities/' ,
283281 items : [
284282 { text : '页面支持嵌套路由' , link : 'page-support-nested-route' } ,
285283 { text : '路由bar一键清除预览页面路径' , link : 'route-bar-clear-preview-page' } ,
@@ -294,7 +292,7 @@ export default defineConfig({
294292 {
295293 text : '教程' ,
296294 collapsed : false ,
297- base : '/tiny-engine/engines /' ,
295+ base : '/tiny-engine/guide /' ,
298296 items : [ { text : '从零搭建一个页面' , link : 'build-a-page-from-scratch' } ]
299297 }
300298 ] ,
@@ -388,7 +386,9 @@ export default defineConfig({
388386 { text : '全局布局API' , link : 'global-layout-api' } ,
389387 { text : '物料API' , link : 'material-api' } ,
390388 { text : '设置面板API' , link : 'settings-panel-api' } ,
391- { text : '预览API' , link : 'preview-api' }
389+ { text : '预览API' , link : 'preview-api' } ,
390+ { text : '元服务API' , link : 'globalService-api' } ,
391+ { text : '注册表API' , link : 'registry-api' }
392392 ]
393393 } ,
394394 {
0 commit comments