Skip to content

Commit 0ea1fdd

Browse files
authored
docs: mention rspress-description-generator agent skill in custom-head docs (#3232)
1 parent 8d62005 commit 0ea1fdd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

website/docs/en/guide/advanced/custom-head.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ description: Custom description for this page.
2222
---
2323
```
2424

25+
:::tip
26+
You can use the [rspress-description-generator](https://github.com/rstackjs/agent-skills#rspress-description-generator) agent skill to automatically generate descriptions for all pages. See [Agent Skills](/guide/start/ai#agent-skills) for more details.
27+
:::
28+
2529
If you want to add head tags, you can use the following methods:
2630

2731
## Global head configuration

website/docs/zh/guide/advanced/custom-head.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ description: 自定义页面描述。
2222
---
2323
```
2424

25+
:::tip
26+
你可以使用 [rspress-description-generator](https://github.com/rstackjs/agent-skills#rspress-description-generator) agent skill 来自动为所有页面生成 description。详见 [Agent Skills](/guide/start/ai#agent-skills)
27+
:::
28+
2529
如果想增加 Head 标签可以通过以下几种方式:
2630

2731
## 全局 Head 配置

0 commit comments

Comments
 (0)