Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mintlify/cn/cli/core.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Core 命令"
description: "用 init、sync、doctor、catalog、docsupdate 引导并维护 Forge 仓库 —— 加上 profile、settings 与可逆卸载相关标志。"
description: "用 init、sync、doctor、catalog、docsupdate 引导并维护 Forge 仓库,涵盖 profile、settings、可逆卸载相关标志,无效 profile 中止行为,以及 FORGE_GUARD_STRICT 严格模式的说明。"
---

Core 分组用于引导一个仓库并保持它的健康。
Expand Down
2 changes: 1 addition & 1 deletion mintlify/cn/cli/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "CLI 概览"
description: "每个 forge 命令,按 Core、Memory、Substrate、QualityConfig 分组,外加控制强制执行与输出的环境变量。"
description: "所有 forge 命令按 Core、Memory、Substrate、QualityConfig 五组罗列,并附上控制强制策略、命令输出与秘密再编辑的环境变量,包括 FORGE_ENFORCE、FORGE_GUARD_STRICT 与 FORGE_VERBOSE 的说明。"
---

`forge` 命令表以数据形式定义在 `src/commands.js` 里,并由 `forge docs check`
Expand Down
2 changes: 1 addition & 1 deletion mintlify/zh-CN/cli/core.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Core 命令"
description: " init、sync、doctor、catalog、docs update 引导并维护一个 Forge 仓库 —— 还包括 profile、settings 与可逆卸载相关参数。"
description: "使用 init、sync、doctor、catalog、docs update 引导并维护 Forge 仓库,涵盖 profile、settings、可逆卸载参数、无效 profile 中止行为,以及 FORGE_GUARD_STRICT 严格模式详解。"
---

Core 组用于引导一个仓库并保持其健康。
Expand Down
2 changes: 1 addition & 1 deletion mintlify/zh-CN/cli/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "CLI 概览"
description: "每一个 forge 命令,按 Core、Memory、Substrate、Quality 和 Config 分组,以及控制执行与输出的环境变量。"
description: "所有 forge 命令按 Core、Memory、Substrate、Quality、Config 五组组织,并列出控制强制策略、命令输出与秘密再编辑的环境变量,包括 FORGE_ENFORCE、FORGE_GUARD_STRICT 与 FORGE_VERBOSE 的说明。"
---

`forge` 命令面以数据形式定义 (`src/commands.js`),并通过 `forge docs check` 与文档对账,因此任何命令的加入或消失都逃不过文档的注意。命令被组织成五个组。
Expand Down
2 changes: 1 addition & 1 deletion mintlify/zh-Hans/cli/core.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Core 命令"
description: "使用 init、sync、doctor、catalog、docs update 引导与维护一个 Forge 仓库——还包括 profile、settings 以及可逆卸载相关的参数。"
description: "使用 init、sync、doctor、catalog、docs update 命令引导并维护 Forge 仓库,讲解 profile、settings、可逆卸载参数,无效 profile 提前中止,以及 FORGE_GUARD_STRICT 严格模式。"
---

Core 分组负责引导一个仓库并保持它健康。
Expand Down
2 changes: 1 addition & 1 deletion mintlify/zh-Hans/cli/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "CLI 概览"
description: "每一个 forge 命令,按 Core、Memory、Substrate、Quality 和 Config 分组,并列出控制强制策略与输出的环境变量。"
description: "全部 forge 命令按 Core、Memory、Substrate、Quality、Config 五组梳理,并附上控制强制策略、命令输出与秘密再编辑的环境变量,包括 FORGE_ENFORCE、FORGE_GUARD_STRICT 与 FORGE_VERBOSE。"
---

`forge` 命令面被定义为数据(`src/commands.js`),并由 `forge docs check` 与文档对账,因此一个命令无法在不被文档察觉的情况下上线或消失。命令分为五组。
Expand Down
Loading