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
@@ -13,3 +13,5 @@ description: 插件开发的准备工作
- 你熟悉 Vue 和 TypeScript。
- 你应该熟悉使用 Node.js 包管理器。
- Git 是一个版本控制系统,用于跟踪代码的更改,您需要 Git 来下载示例插件并发布插件。
同时需要先阅读 [Halo 架构概览](../core/framework.md) 以了解 Halo 的核心概念和技术栈。