From 25fb02b7ac91b35be7cf94134495794ce66b80a7 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sun, 26 Jul 2026 22:55:12 -0400 Subject: [PATCH] build(docs): strip LinkButton from concatenated terminal output --- docs/build-manual.py | 1 + docs/fish-config.md | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/build-manual.py b/docs/build-manual.py index 9b5ca5b..2fb878b 100644 --- a/docs/build-manual.py +++ b/docs/build-manual.py @@ -78,6 +78,7 @@ def build_concat(root: Path) -> str: if _is_function_page(path, root): body = _with_entries(body, path, entries) if body: + body = re.sub(r"\n*", "", body, flags=re.DOTALL) chunks.append(mt.shift_headings(body, depth)) return "\n\n".join(chunks) + "\n" diff --git a/docs/fish-config.md b/docs/fish-config.md index a5ce4c8..952421c 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -39,9 +39,6 @@ A production-grade Fish shell configuration targeting Fish 4.x. It provides: - AI session helpers for Claude Code and Antigravity - Catppuccin Mocha color theme throughout -Install now -Function reference - CAUTION: **SESSION LOGGING IS ON BY DEFAULT** This configuration silently records terminal output to `~/.terminal_history`: Kitty scrollback on window close, live tmux pane streams, zellij pane