docs: typography hygiene across 6 pages (start/tools/nodes/mac/platfo… · openclaw/openclaw@eb4d654
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -116,7 +116,7 @@ The macOS companion app exposes a checkbox:
|
116 | 116 | |
117 | 117 | - **Settings → General → Allow Camera** (`openclaw.cameraEnabled`) |
118 | 118 | - Default: **off** |
119 | | -- When off: camera requests return “Camera disabled by user”. |
| 119 | +- When off: camera requests return "Camera disabled by user". |
120 | 120 | |
121 | 121 | ### CLI helper (node invoke) |
122 | 122 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -76,7 +76,7 @@ xcodebuild -version
|
76 | 76 | xcrun swift --version |
77 | 77 | ``` |
78 | 78 | |
79 | | -If versions don’t match, update macOS/Xcode and re-run the build. |
| 79 | +If versions don't match, update macOS/Xcode and re-run the build. |
80 | 80 | |
81 | 81 | ### App crashes on permission grant |
82 | 82 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@ title: "Agent bootstrapping"
|
8 | 8 | sidebarTitle: "Bootstrapping" |
9 | 9 | --- |
10 | 10 | |
11 | | -Bootstrapping is the **first‑run** ritual that prepares an agent workspace and |
| 11 | +Bootstrapping is the **first-run** ritual that prepares an agent workspace and |
12 | 12 | collects identity details. It happens after onboarding, when the agent starts |
13 | 13 | for the first time. |
14 | 14 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ title: "Docs hubs"
|
9 | 9 | If you are new to OpenClaw, start with [Getting Started](/start/getting-started). |
10 | 10 | </Note> |
11 | 11 | |
12 | | -Use these hubs to discover every page, including deep dives and reference docs that don’t appear in the left nav. |
| 12 | +Use these hubs to discover every page, including deep dives and reference docs that don't appear in the left nav. |
13 | 13 | |
14 | 14 | ## Start here |
15 | 15 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -49,7 +49,7 @@ Onboarding starts with **QuickStart** (defaults) vs **Advanced** (full control).
|
49 | 49 | - Local gateway (loopback) |
50 | 50 | - Workspace default (or existing workspace) |
51 | 51 | - Gateway port **18789** |
52 | | -- Gateway auth **Token** (auto‑generated, even on loopback) |
| 52 | +- Gateway auth **Token** (auto-generated, even on loopback) |
53 | 53 | - Tool policy default for new local setups: `tools.profile: "coding"` (existing explicit profile is preserved) |
54 | 54 | - DM isolation default: local onboarding writes `session.dmScope: "per-channel-peer"` when unset. Details: [CLI Setup Reference](/start/wizard-cli-reference#outputs-and-internals) |
55 | 55 | - Tailscale exposure **Off** |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -104,7 +104,7 @@ Rules:
|
104 | 104 | |
105 | 105 | Per-skill fields: |
106 | 106 | |
107 | | -- `enabled`: set `false` to disable a skill even if it’s bundled/installed. |
| 107 | +- `enabled`: set `false` to disable a skill even if it's bundled/installed. |
108 | 108 | - `env`: environment variables injected for the agent run (only if not already set). |
109 | 109 | - `apiKey`: optional convenience for skills that declare a primary env var. |
110 | 110 | Supports plaintext string or SecretRef object (`{ source, provider, id }`). |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。