docs: update documentations for 2.22 (#537)

Signed-off-by: Ryan Wang <i@ryanc.cc>
This commit is contained in:
Ryan Wang
2025-12-24 11:31:37 +08:00
committed by GitHub
parent 8642b4e257
commit 5953f17ed2
203 changed files with 20185 additions and 34 deletions

View File

@@ -0,0 +1,11 @@
---
title: 模板编写
---
此章节我们将详细介绍如何在主题中编写页面的模板,以下是 Halo 核心中支持的所有模板:
```mdx-code-block
import DocCardList from '@theme/DocCardList';
<DocCardList />
```