mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-06 01:02:14 +08:00
7eec30763e
为 Halo 2.16.0 更新文档。 /kind documentation ```release-note None ```
11 lines
343 B
Markdown
11 lines
343 B
Markdown
---
|
|
title: Finder API
|
|
description: 本文档介绍 Finder API 的使用方法。
|
|
---
|
|
|
|
import DocCardList from '@theme/DocCardList';
|
|
|
|
目前在主题模板中获取数据可以使用对应路由提供的 [模板变量](./template-variables),但为了满足在任意位置获取数据的需求,我们提供了 Finder API。
|
|
|
|
<DocCardList />
|