From 86a504e5f3d57c23a07029aa8dbaa08d7a515858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 12 Feb 2026 19:37:47 +0100 Subject: [PATCH] style(docs): replace em dashes with hyphens for consistency --- README.md | 2 +- docs/TOOL_CALLS.md | 2 +- docs/USER_GUIDE.md | 2 +- src/pages/changelog.astro | 4 ++-- src/pages/docs.astro | 42 +++++++++++++++++++-------------------- src/pages/index.astro | 10 +++++----- src/pages/tools.astro | 6 +++--- 7 files changed, 34 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index abe367f..562f4de 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Official landing page for **Zaguán Blade**, the AI-Native code editor built wit ## Overview -This website showcases Zaguán Blade—a fast, native code editor designed from the ground up for AI-powered development. Built with Astro for optimal performance and speed. +This website showcases Zaguán Blade - a fast, native code editor designed from the ground up for AI-powered development. Built with Astro for optimal performance and speed. ## Tech Stack diff --git a/docs/TOOL_CALLS.md b/docs/TOOL_CALLS.md index 8ea3755..cde3f40 100644 --- a/docs/TOOL_CALLS.md +++ b/docs/TOOL_CALLS.md @@ -141,7 +141,7 @@ Each patch object contains: } ``` -> **Note:** Multi-patch operations are atomic—all patches are validated before any are applied. If any patch fails, no changes are made. +> **Note:** Multi-patch operations are atomic - all patches are validated before any are applied. If any patch fails, no changes are made. --- diff --git a/docs/USER_GUIDE.md b/docs/USER_GUIDE.md index b5a1c9a..5b53cf8 100644 --- a/docs/USER_GUIDE.md +++ b/docs/USER_GUIDE.md @@ -258,7 +258,7 @@ On X11-based desktops (e.g., Openbox, i3, Fluxbox), window capture has the follo * **Current workspace only**: The window picker only shows windows on your active workspace. Windows on other virtual desktops cannot be captured because X11 does not render off-screen windows. * **Window must be visible**: The target window must be visible and not fully obscured by another window. If a window is covered, the capture may return a black image. **Click the window to bring it to the front before capturing.** -* **Compositors help**: If you run a compositor such as `picom` or `compton`, these limitations are largely eliminated — compositors maintain off-screen buffers for all windows, enabling capture of obscured or unfocused windows. +* **Compositors help**: If you run a compositor such as `picom` or `compton`, these limitations are largely eliminated - compositors maintain off-screen buffers for all windows, enabling capture of obscured or unfocused windows. These limitations do not apply to **Wayland** desktops (GNOME, KDE Plasma 6) or **macOS**, which use compositing by default. diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 0e2338b..42ea8cf 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -133,7 +133,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; -

Rust Crates — Safe Updates

+

Rust Crates - Safe Updates

@@ -166,7 +166,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

Rust Crates — Breaking Updates

+

Rust Crates - Breaking Updates