Skip to content

docs: lift IPC connection hooks to its own page + sidebar link#217

Merged
singaraiona merged 1 commit into
masterfrom
docs/ipc-hooks-sidebar
May 27, 2026
Merged

docs: lift IPC connection hooks to its own page + sidebar link#217
singaraiona merged 1 commit into
masterfrom
docs/ipc-hooks-sidebar

Conversation

@singaraiona
Copy link
Copy Markdown
Collaborator

The Connection Hooks section was buried at the bottom of ipc.html
with no link in the side menu, so visitors had to know it existed to
scroll past the wire format and find it. This PR pulls it out into a
discoverable, top-level docs page.

Changes

  • New page website/docs/ipc-hooks.html — full reference for the
    five .ipc.on.* hooks plus (.ipc.handle): overview table,
    install snippet (real Rayfall syntax: (set name (fn [args] body))),
    reserved-namespace carve-out info-box, clearing semantics, per-hook
    error handling, restricted-mode interaction, current-handle readout.
  • Sidebar — adds IPC Connection Hooks to the STORAGE section on
    all 41 docs pages that share the standard sidebar. (The orphan
    vector-search.html keeps its bespoke shorter sidebar.)
  • ipc.html — trims the Connection Hooks section to a one-paragraph
    pointer linking to the new page; updates the next-page link from
    graph-storage.html to ipc-hooks.html.
  • search-index.json — removes the connection-hooks sub-entry
    under ipc.html, adds a full top-level entry for ipc-hooks.html
    with section IDs so site-search now surfaces it as a standalone result.

Page flow

storage.html  →  ipc.html  →  ipc-hooks.html  →  graph-storage.html

🤖 Generated with Claude Code

The Connection Hooks section was buried at the bottom of ipc.html
with no way to reach it from the sidebar. Lift it out:

- New page website/docs/ipc-hooks.html with the full hook reference
  (overview table, install / clear, error handling, restricted mode,
  reading the current handle).
- Sidebar gets a new STORAGE entry 'IPC Connection Hooks' on all 41
  docs pages that share the standard sidebar.
- ipc.html keeps a short pointer paragraph linking to the new page;
  its prev/next now flows storage → ipc → ipc-hooks → graph-storage.
- search-index.json: drop the connection-hooks sub-entry under ipc.html
  and add a full top-level entry for ipc-hooks.html with section IDs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@singaraiona singaraiona merged commit a053220 into master May 27, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant