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

View File

@@ -116,6 +116,7 @@ module.exports = {
"developer-guide/core/prepare",
"developer-guide/core/run",
"developer-guide/core/build",
"developer-guide/core/framework",
// "developer-guide/core/code-style",
],
},
@@ -137,7 +138,6 @@ module.exports = {
type: "generated-index",
},
items: [
"developer-guide/plugin/basics/framework",
"developer-guide/plugin/basics/structure",
"developer-guide/plugin/basics/manifest",
"developer-guide/plugin/basics/devtools",