mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 07:01:44 +03:00
fix(docs): remove hardcoded Mermaid init blocks that break dark mode (#15157)
Merged via /review-pr -> /prepare-pr -> /merge-pr. Prepared head SHA: 3239baaf150f451328d86a0e054ab4a8de264e30 Co-authored-by: heytulsiprasad <52394293+heytulsiprasad@users.noreply.github.com> Co-authored-by: sebslight <19554889+sebslight@users.noreply.github.com> Reviewed-by: @sebslight
This commit is contained in:
@@ -12,6 +12,7 @@ Docs: https://docs.openclaw.ai
|
|||||||
- macOS Voice Wake: fix a crash in trigger trimming for CJK/Unicode transcripts by matching and slicing on original-string ranges instead of transformed-string indices. (#11052) Thanks @Flash-LHR.
|
- macOS Voice Wake: fix a crash in trigger trimming for CJK/Unicode transcripts by matching and slicing on original-string ranges instead of transformed-string indices. (#11052) Thanks @Flash-LHR.
|
||||||
- Heartbeat: prevent scheduler silent-death races during runner reloads, preserve retry cooldown backoff under wake bursts, and prioritize user/action wake causes over interval/retry reasons when coalescing. (#15108) Thanks @joeykrug.
|
- Heartbeat: prevent scheduler silent-death races during runner reloads, preserve retry cooldown backoff under wake bursts, and prioritize user/action wake causes over interval/retry reasons when coalescing. (#15108) Thanks @joeykrug.
|
||||||
- Exec/Allowlist: allow multiline heredoc bodies (`<<`, `<<-`) while keeping multiline non-heredoc shell commands blocked, so exec approval parsing permits heredoc input safely without allowing general newline command chaining. (#13811) Thanks @mcaxtr.
|
- Exec/Allowlist: allow multiline heredoc bodies (`<<`, `<<-`) while keeping multiline non-heredoc shell commands blocked, so exec approval parsing permits heredoc input safely without allowing general newline command chaining. (#13811) Thanks @mcaxtr.
|
||||||
|
- Docs/Mermaid: remove hardcoded Mermaid init theme blocks from four docs diagrams so dark mode inherits readable theme defaults. (#15157) Thanks @heytulsiprasad.
|
||||||
|
|
||||||
## 2026.2.12
|
## 2026.2.12
|
||||||
|
|
||||||
|
|||||||
@@ -56,22 +56,6 @@ Protocol details:
|
|||||||
## Connection lifecycle (single client)
|
## Connection lifecycle (single client)
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {
|
|
||||||
'theme': 'base',
|
|
||||||
'themeVariables': {
|
|
||||||
'primaryColor': '#ffffff',
|
|
||||||
'primaryTextColor': '#000000',
|
|
||||||
'primaryBorderColor': '#000000',
|
|
||||||
'lineColor': '#000000',
|
|
||||||
'secondaryColor': '#f9f9fb',
|
|
||||||
'tertiaryColor': '#ffffff',
|
|
||||||
'clusterBkg': '#f9f9fb',
|
|
||||||
'clusterBorder': '#000000',
|
|
||||||
'nodeBorder': '#000000',
|
|
||||||
'mainBkg': '#ffffff',
|
|
||||||
'edgeLabelBackground': '#ffffff'
|
|
||||||
}
|
|
||||||
}}%%
|
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
participant Client
|
participant Client
|
||||||
participant Gateway
|
participant Gateway
|
||||||
|
|||||||
@@ -11,22 +11,6 @@ OpenClaw.app uses SSH tunneling to connect to a remote gateway. This guide shows
|
|||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {
|
|
||||||
'theme': 'base',
|
|
||||||
'themeVariables': {
|
|
||||||
'primaryColor': '#ffffff',
|
|
||||||
'primaryTextColor': '#000000',
|
|
||||||
'primaryBorderColor': '#000000',
|
|
||||||
'lineColor': '#000000',
|
|
||||||
'secondaryColor': '#f9f9fb',
|
|
||||||
'tertiaryColor': '#ffffff',
|
|
||||||
'clusterBkg': '#f9f9fb',
|
|
||||||
'clusterBorder': '#000000',
|
|
||||||
'nodeBorder': '#000000',
|
|
||||||
'mainBkg': '#ffffff',
|
|
||||||
'edgeLabelBackground': '#ffffff'
|
|
||||||
}
|
|
||||||
}}%%
|
|
||||||
flowchart TB
|
flowchart TB
|
||||||
subgraph Client["Client Machine"]
|
subgraph Client["Client Machine"]
|
||||||
direction TB
|
direction TB
|
||||||
|
|||||||
@@ -801,22 +801,6 @@ Commit the updated `.secrets.baseline` once it reflects the intended state.
|
|||||||
## The Trust Hierarchy
|
## The Trust Hierarchy
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {
|
|
||||||
'theme': 'base',
|
|
||||||
'themeVariables': {
|
|
||||||
'primaryColor': '#ffffff',
|
|
||||||
'primaryTextColor': '#000000',
|
|
||||||
'primaryBorderColor': '#000000',
|
|
||||||
'lineColor': '#000000',
|
|
||||||
'secondaryColor': '#f9f9fb',
|
|
||||||
'tertiaryColor': '#ffffff',
|
|
||||||
'clusterBkg': '#f9f9fb',
|
|
||||||
'clusterBorder': '#000000',
|
|
||||||
'nodeBorder': '#000000',
|
|
||||||
'mainBkg': '#ffffff',
|
|
||||||
'edgeLabelBackground': '#ffffff'
|
|
||||||
}
|
|
||||||
}}%%
|
|
||||||
flowchart TB
|
flowchart TB
|
||||||
A["Owner (Peter)"] -- Full trust --> B["AI (Clawd)"]
|
A["Owner (Peter)"] -- Full trust --> B["AI (Clawd)"]
|
||||||
B -- Trust but verify --> C["Friends in allowlist"]
|
B -- Trust but verify --> C["Friends in allowlist"]
|
||||||
|
|||||||
@@ -34,22 +34,6 @@ Start conservative:
|
|||||||
You want this:
|
You want this:
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
%%{init: {
|
|
||||||
'theme': 'base',
|
|
||||||
'themeVariables': {
|
|
||||||
'primaryColor': '#ffffff',
|
|
||||||
'primaryTextColor': '#000000',
|
|
||||||
'primaryBorderColor': '#000000',
|
|
||||||
'lineColor': '#000000',
|
|
||||||
'secondaryColor': '#f9f9fb',
|
|
||||||
'tertiaryColor': '#ffffff',
|
|
||||||
'clusterBkg': '#f9f9fb',
|
|
||||||
'clusterBorder': '#000000',
|
|
||||||
'nodeBorder': '#000000',
|
|
||||||
'mainBkg': '#ffffff',
|
|
||||||
'edgeLabelBackground': '#ffffff'
|
|
||||||
}
|
|
||||||
}}%%
|
|
||||||
flowchart TB
|
flowchart TB
|
||||||
A["<b>Your Phone (personal)<br></b><br>Your WhatsApp<br>+1-555-YOU"] -- message --> B["<b>Second Phone (assistant)<br></b><br>Assistant WA<br>+1-555-ASSIST"]
|
A["<b>Your Phone (personal)<br></b><br>Your WhatsApp<br>+1-555-YOU"] -- message --> B["<b>Second Phone (assistant)<br></b><br>Assistant WA<br>+1-555-ASSIST"]
|
||||||
B -- linked via QR --> C["<b>Your Mac (openclaw)<br></b><br>Pi agent"]
|
B -- linked via QR --> C["<b>Your Mac (openclaw)<br></b><br>Pi agent"]
|
||||||
|
|||||||
Reference in New Issue
Block a user