docs: update documentation for Halo 2.17 (#378)

为 [Halo 2.17](https://github.com/halo-dev/halo/releases/tag/v2.17.0) 更新文档。

/kind documentation

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-07-02 10:41:22 +08:00
committed by GitHub
parent d61ebe4f62
commit 9d868fa50e
173 changed files with 14330 additions and 73 deletions
@@ -0,0 +1,6 @@
```json title="ContentVo"
{
"raw": "string", // 原始文本,一般用于给编辑器使用
"content": "string" // 最终渲染的文本
}
```