docs: lift IPC connection hooks to its own page + sidebar link#217
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Connection Hooks section was buried at the bottom of
ipc.htmlwith 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
website/docs/ipc-hooks.html— full reference for thefive
.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.
IPC Connection Hooksto the STORAGE section onall 41 docs pages that share the standard sidebar. (The orphan
vector-search.htmlkeeps its bespoke shorter sidebar.)ipc.html— trims the Connection Hooks section to a one-paragraphpointer linking to the new page; updates the next-page link from
graph-storage.htmltoipc-hooks.html.search-index.json— removes theconnection-hookssub-entryunder
ipc.html, adds a full top-level entry foripc-hooks.htmlwith section IDs so site-search now surfaces it as a standalone result.
Page flow
🤖 Generated with Claude Code