chore: move framework doc file to core developer dir (#445)

### What this PR does?
将 Halo 架构概览移动到系统开发章节

```release-note
None
```
This commit is contained in:
guqing
2024-10-25 21:33:55 +08:00
committed by GitHub
parent 717ee402f4
commit c28767ab09
12 changed files with 23 additions and 19 deletions
@@ -4,7 +4,7 @@ description: 了解如何对插件中的 API 定义角色模板以接入权限
---
插件中的 APIs 无论是自定义模型自动生成的 APIs 或者是通过 `@Controller` 自定义的 APIs 都只有超级管理员能够访问,如果想将这些 APIs 授权给其他用户访问,
则需要定义一些[角色模板](../basics/framework.md#rbac)的资源以便可以在用户界面上将其分配给其他角色使用。
则需要定义一些[角色模板](../../core/framework.md#rbac)的资源以便可以在用户界面上将其分配给其他角色使用。
## 角色模板定义