docs: use aside syntax for caution block and update intro text #81

Merged
rootiest merged 3 commits from docs-index-tweaks into main 2026-07-27 02:57:49 +00:00
3 changed files with 7 additions and 1 deletions
Showing only changes of commit c126296935 - Show all commits
+1 -1
View File
@@ -597,7 +597,7 @@ def _split_entries(body: str) -> tuple[str, list[tuple[str, str]]]:
return intro, entries
ASTRO_ASIDE_COMPONENTS = {"<Aside": "Aside", "<FileTree": "FileTree"}
ASTRO_ASIDE_COMPONENTS = {"<Aside": "Aside", "<FileTree": "FileTree", "<LinkButton": "LinkButton"}
def _write_prettified(target: Path, fm: dict, content: str) -> None:
+3
View File
@@ -39,6 +39,9 @@ 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
<LinkButton href="/09-installation/">Install now</LinkButton>
<LinkButton href="/reference/" variant="secondary">Function reference</LinkButton>
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
+3
View File
@@ -24,6 +24,9 @@ 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
<LinkButton href="/09-installation/">Install now</LinkButton>
<LinkButton href="/reference/" variant="secondary">Function reference</LinkButton>
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