docs: rename automation-blueprints-catalog to automation-blueprints

Drop the -catalog suffix from the reference page slug and title, and
move the copy-paste cookbook to automation-blueprint-examples so the
main Automation Blueprints doc is unambiguous.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Austin Pickett 2026-06-11 16:53:29 -04:00
parent b9c4f18296
commit 605f1eeab5
5 changed files with 14 additions and 14 deletions

View file

@ -149,7 +149,7 @@ hermes webhook subscribe pr-review \
--deliver github_comment
```
Full automation blueprints gallery: [hermes-agent.nousresearch.com/docs/reference/automation-blueprints-catalog](https://hermes-agent.nousresearch.com/docs/reference/automation-blueprints-catalog)
Full automation blueprints gallery: [hermes-agent.nousresearch.com/docs/reference/automation-blueprints](https://hermes-agent.nousresearch.com/docs/reference/automation-blueprints)
Documentation: [hermes-agent.nousresearch.com](https://hermes-agent.nousresearch.com)

View file

@ -1,16 +1,16 @@
---
sidebar_position: 15
title: "Automation Blueprints"
description: "Ready-to-use automation blueprints — scheduled tasks, GitHub event triggers, API webhooks, and multi-skill workflows"
title: "Automation Blueprint Examples"
description: "Copy-paste automation blueprint examples — scheduled tasks, GitHub event triggers, API webhooks, and multi-skill workflows"
---
# Automation Blueprints
# Automation Blueprint Examples
Copy-paste blueprints for common automation patterns. Each blueprint uses Hermes's built-in [cron scheduler](/user-guide/features/cron) for time-based triggers and [webhook platform](/user-guide/messaging/webhooks) for event-driven triggers.
Copy-paste blueprint examples for common automation patterns. Each blueprint uses Hermes's built-in [cron scheduler](/user-guide/features/cron) for time-based triggers and [webhook platform](/user-guide/messaging/webhooks) for event-driven triggers.
Every blueprint works with **any model** — not locked to a single provider.
For parameterized blueprints with forms instead of cron syntax, see the [Automation Blueprints Catalog](/reference/automation-blueprints-catalog).
For parameterized blueprints with forms instead of cron syntax, see [Automation Blueprints](/reference/automation-blueprints).
:::tip Three Trigger Types
| Trigger | How | Tool |

View file

@ -1,6 +1,6 @@
---
sidebar_position: 7
title: "Automation Blueprints Catalog"
title: "Automation Blueprints"
description: "Ready-to-run automation blueprints — set one up from the dashboard, CLI, TUI, any messenger, or the desktop app."
---

View file

@ -1,16 +1,16 @@
---
sidebar_position: 15
title: "自动化蓝图"
description: "开箱即用的自动化蓝图——定时任务、GitHub 事件触发、API webhook 及多技能工作流"
title: "自动化蓝图示例"
description: "可复制粘贴的自动化蓝图示例——定时任务、GitHub 事件触发、API webhook 及多技能工作流"
---
# 自动化蓝图
# 自动化蓝图示例
常见自动化模式的复制粘贴蓝图。每个蓝图使用 Hermes 内置的 [cron 调度器](/user-guide/features/cron) 实现基于时间的触发,使用 [webhook 平台](/user-guide/messaging/webhooks) 实现事件驱动触发。
常见自动化模式的复制粘贴蓝图示例。每个蓝图使用 Hermes 内置的 [cron 调度器](/user-guide/features/cron) 实现基于时间的触发,使用 [webhook 平台](/user-guide/messaging/webhooks) 实现事件驱动触发。
所有蓝图适用于**任意模型**——不绑定单一提供商。
如需带表单的参数化蓝图(无需手写 cron 语法),请参阅[自动化蓝图目录](/reference/automation-blueprints-catalog)。
如需带表单的参数化蓝图(无需手写 cron 语法),请参阅[自动化蓝图](/reference/automation-blueprints)。
:::tip 三种触发类型
| 触发方式 | 方式 | 工具 |

View file

@ -78,7 +78,7 @@ const sidebars: SidebarsConfig = {
label: 'Automation',
items: [
'user-guide/features/cron',
'reference/automation-blueprints-catalog',
'reference/automation-blueprints',
'user-guide/features/delegation',
'user-guide/features/kanban',
'user-guide/features/codex-app-server-runtime',
@ -684,7 +684,7 @@ const sidebars: SidebarsConfig = {
'guides/build-a-hermes-plugin',
'guides/automate-with-cron',
'guides/cron-script-only',
'guides/automation-blueprints',
'guides/automation-blueprint-examples',
'guides/cron-troubleshooting',
'guides/work-with-skills',
'guides/delegation-patterns',