From 605f1eeab56c295729352e72ed252008b15f89a0 Mon Sep 17 00:00:00 2001 From: Austin Pickett Date: Thu, 11 Jun 2026 16:53:29 -0400 Subject: [PATCH] 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 --- hermes-already-has-routines.md | 2 +- ...-blueprints.md => automation-blueprint-examples.md} | 10 +++++----- ...lueprints-catalog.mdx => automation-blueprints.mdx} | 2 +- ...-blueprints.md => automation-blueprint-examples.md} | 10 +++++----- website/sidebars.ts | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) rename website/docs/guides/{automation-blueprints.md => automation-blueprint-examples.md} (97%) rename website/docs/reference/{automation-blueprints-catalog.mdx => automation-blueprints.mdx} (97%) rename website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/{automation-blueprints.md => automation-blueprint-examples.md} (97%) diff --git a/hermes-already-has-routines.md b/hermes-already-has-routines.md index e33ebfab5ad..009236cc502 100644 --- a/hermes-already-has-routines.md +++ b/hermes-already-has-routines.md @@ -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) diff --git a/website/docs/guides/automation-blueprints.md b/website/docs/guides/automation-blueprint-examples.md similarity index 97% rename from website/docs/guides/automation-blueprints.md rename to website/docs/guides/automation-blueprint-examples.md index 981f2aaa823..9bcfad2cd11 100644 --- a/website/docs/guides/automation-blueprints.md +++ b/website/docs/guides/automation-blueprint-examples.md @@ -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 | diff --git a/website/docs/reference/automation-blueprints-catalog.mdx b/website/docs/reference/automation-blueprints.mdx similarity index 97% rename from website/docs/reference/automation-blueprints-catalog.mdx rename to website/docs/reference/automation-blueprints.mdx index 820f5d87199..9e99225b1b3 100644 --- a/website/docs/reference/automation-blueprints-catalog.mdx +++ b/website/docs/reference/automation-blueprints.mdx @@ -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." --- diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprints.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprint-examples.md similarity index 97% rename from website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprints.md rename to website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprint-examples.md index 0c0afba47de..1484c0bf341 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprints.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/guides/automation-blueprint-examples.md @@ -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 三种触发类型 | 触发方式 | 方式 | 工具 | diff --git a/website/sidebars.ts b/website/sidebars.ts index a9a3d976fa3..5f88e5e1170 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -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',