Docs: remove MDX-breaking secret markers

This commit is contained in:
Vincent Koc
2026-03-07 10:09:00 -08:00
parent e4d80ed556
commit 61273c072c
5 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ openclaw onboard --mistral-api-key "$MISTRAL_API_KEY"
```json5
{
env: { MISTRAL_API_KEY: "sk-..." }, // pragma: allowlist secret
env: { MISTRAL_API_KEY: "sk-..." },
agents: { defaults: { model: { primary: "mistral/mistral-large-latest" } } },
}
```