Skip to content

Commit 91541b8

Browse files
committed
docs(fix[index]): Replace broken fragment anchors with {toolref} cross-references
why: Homepage tool links used fragment-only anchors (#list-sessions) that resolved to the current page. Tool sections live on sub-pages, so these links pointed nowhere. what: - Replace all raw markdown anchors with {toolref} roles - {toolref} resolves cross-page via _resolve_tool_refs in the extension
1 parent 1aa5f8e commit 91541b8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@ Config blocks for Claude Desktop, Claude Code, Cursor, and others.
5353

5454
Read tmux state without changing anything.
5555

56-
[`list_sessions`](#list-sessions) · [`capture_pane`](#capture-pane) · [`get_pane_info`](#get-pane-info) · [`search_panes`](#search-panes) · [`wait_for_text`](#wait-for-text)
56+
{toolref}`list-sessions` · {toolref}`capture-pane` · {toolref}`get-pane-info` · {toolref}`search-panes` · {toolref}`wait-for-text`
5757

5858
### Act (mutating)
5959

6060
Create or modify tmux objects.
6161

62-
[`create_session`](#create-session) · [`send_keys`](#send-keys) · [`create_window`](#create-window) · [`split_window`](#split-window) · [`resize_pane`](#resize-pane) · [`set_option`](#set-option)
62+
{toolref}`create-session` · {toolref}`send-keys` · {toolref}`create-window` · {toolref}`split-window` · {toolref}`resize-pane` · {toolref}`set-option`
6363

6464
### Destroy (destructive)
6565

6666
Tear down tmux objects. Not reversible.
6767

68-
[`kill_session`](#kill-session) · [`kill_window`](#kill-window) · [`kill_pane`](#kill-pane) · [`kill_server`](#kill-server)
68+
{toolref}`kill-session` · {toolref}`kill-window` · {toolref}`kill-pane` · {toolref}`kill-server`
6969

7070
[Browse all tools →](tools/index)
7171

0 commit comments

Comments
 (0)