From 40a3962c1e277d585c36314a7732885eef84758c Mon Sep 17 00:00:00 2001 From: Waleed Date: Mon, 16 Feb 2026 00:14:45 -0800 Subject: [PATCH] fix(docs): update docs and disable i18n action, upgrade turborepo (#3227) * feat(i18n): change lockfile (#3216) * fix: update i18n.lock * feat(docs): enhance documentation with new sections on file handling, form deployment, quick reference, agent skills, and A2A integration * fix(docs): update docs and disable i18n action * fix build --------- Co-authored-by: cherkanov_art <45258907+cherkanovart@users.noreply.github.com> --- .github/workflows/i18n.yml | 5 +---- apps/docs/content/docs/fr/tools/onepassword.mdx | 2 +- apps/docs/content/docs/ja/tools/enrich.mdx | 2 +- apps/docs/content/docs/ja/tools/google_maps.mdx | 2 +- apps/docs/content/docs/ja/tools/onepassword.mdx | 4 ++-- apps/docs/content/docs/zh/tools/enrich.mdx | 2 +- apps/docs/content/docs/zh/tools/google_forms.mdx | 2 +- apps/docs/content/docs/zh/tools/google_maps.mdx | 2 +- apps/docs/content/docs/zh/tools/notion.mdx | 2 +- apps/docs/content/docs/zh/tools/onepassword.mdx | 6 +++--- apps/docs/content/docs/zh/tools/tinybird.mdx | 4 ++-- 11 files changed, 15 insertions(+), 18 deletions(-) diff --git a/.github/workflows/i18n.yml b/.github/workflows/i18n.yml index f76519fe3..c32730076 100644 --- a/.github/workflows/i18n.yml +++ b/.github/workflows/i18n.yml @@ -1,10 +1,7 @@ name: 'Auto-translate Documentation' on: - schedule: - # Run every Sunday at midnight UTC - - cron: '0 0 * * 0' - workflow_dispatch: # Allow manual triggers + workflow_dispatch: # Manual trigger only (scheduled runs disabled) permissions: contents: write diff --git a/apps/docs/content/docs/fr/tools/onepassword.mdx b/apps/docs/content/docs/fr/tools/onepassword.mdx index 31bc76197..d014a6456 100644 --- a/apps/docs/content/docs/fr/tools/onepassword.mdx +++ b/apps/docs/content/docs/fr/tools/onepassword.mdx @@ -206,7 +206,7 @@ Mettre à jour un élément existant en utilisant les opérations JSON Patch (RF | `serverUrl` | string | Non | URL du serveur 1Password Connect (pour le mode serveur Connect) | | `vaultId` | string | Oui | L'UUID du coffre | | `itemId` | string | Oui | L'UUID de l'élément à mettre à jour | -| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., [{"op":"replace","path":"/title","value":"Nouveau titre"}]) | +| `operations` | string | Oui | Tableau JSON des opérations de patch RFC6902 (par ex., `[{"op":"replace","path":"/title","value":"Nouveau titre"}]`) | #### Sortie diff --git a/apps/docs/content/docs/ja/tools/enrich.mdx b/apps/docs/content/docs/ja/tools/enrich.mdx index bd57c3d9d..0c4257d4f 100644 --- a/apps/docs/content/docs/ja/tools/enrich.mdx +++ b/apps/docs/content/docs/ja/tools/enrich.mdx @@ -634,7 +634,7 @@ LinkedIn URLで指定した企業に類似する企業を、所在地や規模 | `url` | string | はい | LinkedIn企業URL(例:linkedin.com/company/google) | | `accountLocation` | json | いいえ | 所在地でフィルター(国名の配列) | | `employeeSizeType` | string | いいえ | 従業員数フィルタータイプ(例:RANGE) | -| `employeeSizeRange` | json | いいえ | 従業員数の範囲({start, end}オブジェクトの配列) | +| `employeeSizeRange` | json | いいえ | 従業員数の範囲(\{start, end\}オブジェクトの配列) | | `page` | number | いいえ | ページ番号(デフォルト:1) | | `num` | number | いいえ | ページあたりの結果数 | diff --git a/apps/docs/content/docs/ja/tools/google_maps.mdx b/apps/docs/content/docs/ja/tools/google_maps.mdx index baa3cd56f..1b96b7a37 100644 --- a/apps/docs/content/docs/ja/tools/google_maps.mdx +++ b/apps/docs/content/docs/ja/tools/google_maps.mdx @@ -282,7 +282,7 @@ WiFiアクセスポイント、基地局、またはIPアドレスを使用し | --------- | ---- | -------- | ----------- | | `apiKey` | string | はい | Google Maps APIキー | | `query` | string | はい | 検索クエリ(例:「タイムズスクエアのレストラン」) | -| `location` | json | いいえ | 結果を優先する位置({lat, lng}) | +| `location` | json | いいえ | 結果を優先する位置(\{lat, lng\}) | | `radius` | number | いいえ | 検索半径(メートル) | | `type` | string | いいえ | 場所タイプフィルタ(例:restaurant、cafe、hotel) | | `language` | string | いいえ | 結果の言語コード(例:en、es、fr) | diff --git a/apps/docs/content/docs/ja/tools/onepassword.mdx b/apps/docs/content/docs/ja/tools/onepassword.mdx index 8c9dbd235..50c2a8283 100644 --- a/apps/docs/content/docs/ja/tools/onepassword.mdx +++ b/apps/docs/content/docs/ja/tools/onepassword.mdx @@ -162,7 +162,7 @@ IDで特定のボールトの詳細を取得 | `category` | string | はい | アイテムのカテゴリ(例:LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE) | | `title` | string | いいえ | アイテムのタイトル | | `tags` | string | いいえ | カンマ区切りのタグリスト | -| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]) | +| `fields` | string | いいえ | フィールドオブジェクトのJSON配列(例:`[{"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"}]`) | #### 出力 @@ -184,7 +184,7 @@ IDで特定のボールトの詳細を取得 | `serverUrl` | string | いいえ | 1Password ConnectサーバーURL(Connectサーバーモード用) | | `vaultId` | string | はい | ボールトのUUID | | `itemId` | string | はい | 置き換えるアイテムのUUID | -| `item` | string | はい | アイテム全体を表すJSONオブジェクト(例:{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}) | +| `item` | string | はい | アイテム全体を表すJSONオブジェクト(例:`{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}`) | #### 出力 diff --git a/apps/docs/content/docs/zh/tools/enrich.mdx b/apps/docs/content/docs/zh/tools/enrich.mdx index ba18febe0..a39bde94f 100644 --- a/apps/docs/content/docs/zh/tools/enrich.mdx +++ b/apps/docs/content/docs/zh/tools/enrich.mdx @@ -634,7 +634,7 @@ Sim 与 Enrich.so 的集成让您的团队和自动化流程能够即时查询 | `url` | string | 是 | LinkedIn 公司 URL(例如:linkedin.com/company/google)| | `accountLocation` | json | 否 | 按地点筛选(国家名称数组)| | `employeeSizeType` | string | 否 | 员工规模筛选类型(例如:RANGE)| -| `employeeSizeRange` | json | 否 | 员工规模区间({start, end} 对象数组)| +| `employeeSizeRange` | json | 否 | 员工规模区间(`{start, end}` 对象数组)| | `page` | number | 否 | 页码(默认:1)| | `num` | number | 否 | 每页结果数 | diff --git a/apps/docs/content/docs/zh/tools/google_forms.mdx b/apps/docs/content/docs/zh/tools/google_forms.mdx index 6a4409407..f684a0061 100644 --- a/apps/docs/content/docs/zh/tools/google_forms.mdx +++ b/apps/docs/content/docs/zh/tools/google_forms.mdx @@ -171,7 +171,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | -------- | ----------- | | `formId` | string | 是 | 要监听的 Google Forms 表单 ID | | `eventType` | string | 是 | 要监听的事件类型:SCHEMA(表单结构变更)或 RESPONSES(新提交) | -| `topicName` | string | 是 | Cloud Pub/Sub 主题名称(格式:projects/{project}/topics/{topic}) | +| `topicName` | string | 是 | Cloud Pub/Sub 主题名称(格式:projects/\{project\}/topics/\{topic\}) | | `watchId` | string | 否 | 自定义监听 ID(4-63 个字符,小写字母、数字、连字符) | #### 输出 diff --git a/apps/docs/content/docs/zh/tools/google_maps.mdx b/apps/docs/content/docs/zh/tools/google_maps.mdx index 37de931fb..56bba443e 100644 --- a/apps/docs/content/docs/zh/tools/google_maps.mdx +++ b/apps/docs/content/docs/zh/tools/google_maps.mdx @@ -282,7 +282,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | --------- | ---- | -------- | ----------- | | `apiKey` | string | 是 | Google Maps API key | | `query` | string | 是 | 搜索查询(例如,"Times Square 附近的餐厅") | -| `location` | json | 否 | 用于结果偏向的地理位置({lat, lng}) | +| `location` | json | 否 | 用于结果偏向的地理位置(\{lat, lng\}) | | `radius` | number | 否 | 搜索半径(米) | | `type` | string | 否 | 地点类型筛选(例如,restaurant、cafe、hotel) | | `language` | string | 否 | 结果的语言代码(例如,en、es、fr) | diff --git a/apps/docs/content/docs/zh/tools/notion.mdx b/apps/docs/content/docs/zh/tools/notion.mdx index 70877089b..1a817310b 100644 --- a/apps/docs/content/docs/zh/tools/notion.mdx +++ b/apps/docs/content/docs/zh/tools/notion.mdx @@ -193,7 +193,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | 参数 | 类型 | 必需 | 描述 | | --------- | ---- | -------- | ----------- | | `databaseId` | string | 是 | 要添加行的数据库 ID | -| `properties` | json | 是 | 行属性,需为与数据库结构匹配的 JSON 对象(例如:{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}) | +| `properties` | json | 是 | 行属性,需为与数据库结构匹配的 JSON 对象(例如:`{"Name": {"title": [{"text": {"content": "Task 1"}}]}, "Status": {"select": {"name": "Done"}}}`) | #### 输出 diff --git a/apps/docs/content/docs/zh/tools/onepassword.mdx b/apps/docs/content/docs/zh/tools/onepassword.mdx index 660a3123d..495b21ae6 100644 --- a/apps/docs/content/docs/zh/tools/onepassword.mdx +++ b/apps/docs/content/docs/zh/tools/onepassword.mdx @@ -162,7 +162,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `category` | string | 是 | 项目类别(如 LOGIN、PASSWORD、API_CREDENTIAL、SECURE_NOTE、SERVER、DATABASE)| | `title` | string | 否 | 项目标题 | | `tags` | string | 否 | 以逗号分隔的标签列表 | -| `fields` | string | 否 | 字段对象的 JSON 数组(如 [ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ] )| +| `fields` | string | 否 | 字段对象的 JSON 数组(如 `[ {"label":"username","value":"admin","type":"STRING","purpose":"USERNAME"} ]` )| #### 输出 @@ -184,7 +184,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `serverUrl` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式)| | `vaultId` | string | 是 | 保险库 UUID | | `itemId` | string | 是 | 要替换的项目 UUID | -| `item` | string | 是 | 表示完整项目的 JSON 对象(如 {"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]} )| +| `item` | string | 是 | 表示完整项目的 JSON 对象(如 `{"vault":{"id":"..."},"category":"LOGIN","title":"My Item","fields":[...]}` )| #### 输出 @@ -206,7 +206,7 @@ import { BlockInfoCard } from "@/components/ui/block-info-card" | `serverUrl` | string | 否 | 1Password Connect 服务器 URL(用于 Connect Server 模式) | | `vaultId` | string | 是 | 保管库 UUID | | `itemId` | string | 是 | 要更新的条目 UUID | -| `operations` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,[{"op":"replace","path":"/title","value":"New Title"}]) | +| `operations` | string | 是 | RFC6902 patch 操作的 JSON 数组(例如,`[{"op":"replace","path":"/title","value":"New Title"}]`) | #### 输出 diff --git a/apps/docs/content/docs/zh/tools/tinybird.mdx b/apps/docs/content/docs/zh/tools/tinybird.mdx index d58d7a543..8723a5a68 100644 --- a/apps/docs/content/docs/zh/tools/tinybird.mdx +++ b/apps/docs/content/docs/zh/tools/tinybird.mdx @@ -41,9 +41,9 @@ Tinybird 让工程、分析和产品团队能够以极低的运维成本,交 | 参数 | 类型 | 必填 | 说明 | | --------- | ---- | -------- | ----------- | -| `base_url` | string | 是 | Tinybird API 基础 URL(例如:https://api.tinybird.co 或 https://api.us-east.tinybird.co) | +| `base_url` | string | 是 | Tinybird API 基础 URL(例如:`https://api.tinybird.co` 或 `https://api.us-east.tinybird.co`) | | `datasource` | string | 是 | 要发送事件的 Tinybird 数据源名称。例如:"events_raw"、"user_analytics" | -| `data` | string | 是 | 作为 NDJSON(换行分隔的 JSON)或 JSON 字符串发送的数据。每个事件应为有效的 JSON 对象。NDJSON 示例:{"user_id": 1, "event": "click"}\n{"user_id": 2, "event": "view"} | +| `data` | string | 是 | 作为 NDJSON(换行分隔的 JSON)或 JSON 字符串发送的数据。每个事件应为有效的 JSON 对象。NDJSON 示例:`{"user_id": 1, "event": "click"}\n{"user_id": 2, "event": "view"}` | | `wait` | boolean | 否 | 在响应前等待数据库确认。可实现更安全的重试,但会增加延迟。默认值为 false。 | | `format` | string | 否 | 事件数据格式:"ndjson"(默认)或 "json" | | `compression` | string | 否 | 压缩格式:"none"(默认)或 "gzip" |