diff --git a/docs/en/interface/intro.mdx b/docs/en/interface/intro.mdx index 3918cfb37..2b21e5a37 100644 --- a/docs/en/interface/intro.mdx +++ b/docs/en/interface/intro.mdx @@ -23,12 +23,12 @@ label: Basics/Interface | No. | Area | Description | | --- | --- | --- | -| 1 | Sidebar | Contains the main menu of the editor, panel switch buttons, and personalization settings | +| 1 | [Sidebar](/docs/interface/sidebar) | Contains the main menu of the editor, panel switch buttons, and personalization settings | | 2 | [Hierarchy Panel](/en/docs/interface/hierarchy) | Located on the left side of the editor, it displays all nodes in the entire scene | | 3 | [Assets Panel](/en/docs/assets/interface) | Located at the bottom of the editor, it displays all assets included in the current project, such as HDR maps, models, various texture files, scripts, font files, etc. | | 4 | [Inspector Panel](/en/docs/interface/inspector) | Located on the right side of the editor, it shows different editing options based on your current selection | diff --git a/docs/zh/interface/intro.mdx b/docs/zh/interface/intro.mdx index b669fec2a..4fe797b44 100644 --- a/docs/zh/interface/intro.mdx +++ b/docs/zh/interface/intro.mdx @@ -23,12 +23,12 @@ label: Basics/Interface | 序号 | 区域 | 说明 | | --- | --- | --- | -| 1 | 侧边栏 | 包含了编辑器的主菜单、面板布局、成员管理等 | +| 1 | [侧边栏](/docs/interface/sidebar) | 包含了编辑器的主菜单、面板布局、成员管理等 | | 2 | [层级面板](/docs/interface/hierarchy) | 位于编辑器左侧,在这里会显示整个场景中的所有节点 | | 3 | [资产面板](/docs/assets/interface) | 位于编辑器底部,其中会显示当前项目所包含的所有资产,如 HDR 贴图、模型、各种纹理文件、脚本、字体文件等 | | 4 | [检查器面板](/docs/interface/inspector) | 位于编辑器右侧,会根据你的当前的选择而显示不同编辑选项 |