From 39700c534667529eeeb4050733860493e7660169 Mon Sep 17 00:00:00 2001 From: NiveditJain Date: Tue, 28 Apr 2026 17:32:51 -0700 Subject: [PATCH] [docs] fix mintlify parse error in de/dashboard.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The German translation in #228 added inner „..." quotation marks inside `` attributes, which broke MDX parsing — the inner straight `"` ended the attribute value and the trailing `"` produced `Unexpected character "`. Drop the inner quotes to match how every other locale renders the tab labels and unblock the docs CI job on main. Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 3 +++ docs/de/dashboard.mdx | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52088116..cdee3fde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +### Fixes +- Fix `mintlify validate` failing on `docs/de/dashboard.mdx` after #228 added German „..." quotation marks inside two `` attributes — the inner straight `"` ended the JSX attribute value, then the leftover `"` produced an `Unexpected character "` parse error. Drop the inner quotes (matching how every other locale renders the tab labels) so the docs CI job passes again. + ## 0.0.9 — 2026-04-28 ### Features diff --git a/docs/de/dashboard.mdx b/docs/de/dashboard.mdx index a3fd139e..474b642a 100644 --- a/docs/de/dashboard.mdx +++ b/docs/de/dashboard.mdx @@ -62,13 +62,13 @@ Die Statistikleiste oben zeigt Sitzungsdauer, Gesamtanzahl der Tool-Aufrufe sowi Eine Seite mit zwei Tabs zur Verwaltung von Richtlinien und Überprüfung von Aktivitäten. - + - Einzelne Richtlinien mit einem Klick aktivieren oder deaktivieren (schreibt in `~/.failproofai/policies-config.json`) - Eine Richtlinie aufklappen, um ihre Parameter zu konfigurieren (für Richtlinien, die `policyParams` unterstützen) - Hooks für einen bestimmten Bereich installieren oder entfernen - Einen benutzerdefinierten Pfad für die Richtliniendatei festlegen - + - Vollständige, seitenweise Verlaufsansicht aller Hook-Ereignisse, die über alle Sitzungen hinweg ausgelöst wurden - Filtern nach Entscheidung, Ereignistyp, CLI (Claude Code / OpenAI Codex), Richtlinienname oder Sitzungs-ID - Jede Zeile zeigt: Zeitstempel, Richtlinienname, Entscheidung, CLI-Badge, Tool-Name, Sitzungs-ID sowie den Grund für deny/instruct-Entscheidungen