docs: add LinkButton call-to-actions to the manual index
This commit is contained in:
@@ -597,7 +597,7 @@ def _split_entries(body: str) -> tuple[str, list[tuple[str, str]]]:
|
|||||||
return intro, entries
|
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:
|
def _write_prettified(target: Path, fm: dict, content: str) -> None:
|
||||||
|
|||||||
@@ -39,6 +39,9 @@ A production-grade Fish shell configuration targeting Fish 4.x. It provides:
|
|||||||
- AI session helpers for Claude Code and Antigravity
|
- AI session helpers for Claude Code and Antigravity
|
||||||
- Catppuccin Mocha color theme throughout
|
- 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**
|
CAUTION: **SESSION LOGGING IS ON BY DEFAULT**
|
||||||
This configuration silently records terminal output to `~/.terminal_history`:
|
This configuration silently records terminal output to `~/.terminal_history`:
|
||||||
Kitty scrollback on window close, live tmux pane streams, zellij pane
|
Kitty scrollback on window close, live tmux pane streams, zellij pane
|
||||||
|
|||||||
@@ -24,6 +24,9 @@ A production-grade Fish shell configuration targeting Fish 4.x. It provides:
|
|||||||
- AI session helpers for Claude Code and Antigravity
|
- AI session helpers for Claude Code and Antigravity
|
||||||
- Catppuccin Mocha color theme throughout
|
- 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**
|
CAUTION: **SESSION LOGGING IS ON BY DEFAULT**
|
||||||
This configuration silently records terminal output to `~/.terminal_history`:
|
This configuration silently records terminal output to `~/.terminal_history`:
|
||||||
Kitty scrollback on window close, live tmux pane streams, zellij pane
|
Kitty scrollback on window close, live tmux pane streams, zellij pane
|
||||||
|
|||||||
Reference in New Issue
Block a user