docs(website): add a self-contained Extend section to the docs site - #631
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryReorganizes Hunk’s documentation around clearer user and agent workflows.
Confidence Score: 5/5The documentation-only reorganization appears safe to merge. The changed commands, configuration examples, extension behavior, keybinding guidance, links, and website navigation are consistent with the relevant repository contracts, with no concrete changed-code failure identified. Important Files Changed
Reviews (1): Last reviewed commit: "docs: streamline agent integration guide..." | Re-trigger Greptile |
The site had no page for the experimental extension surface the README links repo docs for; add a compact guide covering load locations, the trust model, capabilities, and the [extensions] config keys, wire it into the Configure sidebar, and cross-link it from the configuration page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
benvinegar
force-pushed
the
claude/integrations-docs-cleanup-gn24el
branch
from
July 29, 2026 00:57
093385f to
dab9167
Compare
The single extensions page summarized the surface and sent readers to the repository for everything real. The site is the documentation, so port the full authoring guide into an Extend section: extensions (discovery, trust, config, worked example), the extension API, VCS adapters, and custom sidebars. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
The API page is the index of the whole API object, so the two calls documented on their own pages get in-place summary headings — keeping them visible in the page's table of contents — that link to the full contracts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
Trust was explained in four places and most rules arrived as long prose. State each rule once — discovery as a table plus bullets, trust in its own section only — and cut the editorializing so the page reads as reference, not narrative. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
Cut failure-mode narration a developer discovers on their own (invalid chords, startup-notice details, dialog edge-case exposition) and compress the long prose runs around commands, selection, and events into direct statements. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9
benvinegar
enabled auto-merge (squash)
July 29, 2026 01:57
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.
Scoped to extension docs only — the agent-workflows rewrite, README cleanup, and keybindings page live in #635, #636, and #634 for individual review.
The docs site had no extension documentation, and the first cut of this PR only summarized the surface and linked to
docs/extensions.mdon GitHub for everything real. The site is the docs, so this now ports the full authoring guide into a new Extend sidebar group of four self-contained pages:[extensions]/[extension.<id>]config, and the complete collapse-generated example.apiVersion,registerTheme,registerFileLanguage,transformChangeset,registerCommand(chords, remapping, the Extensions menu,ctx.selection/navigation/sidebars), dialogs, the lifecycle event table, thehunk.eventsbus,hunk.configtrust caveats,notify,log, and what is not contributable yet.registerVcsAdapter, operations, detection order and priorities, watch signatures/plans,readFileSource,extraFiles, moved lines, andHunkExtensionUserError.registerSidebarView, props and actions, the injected keybindings manager, pane ownership, the scrollbox ref contract, and event-driven state viauseSyncExternalStore.Content is ported faithfully from
docs/extensions.md(the repo guide is unchanged for now — worth deciding separately whether it should slim down to a pointer once this lands, so the two copies don't drift). Also adds an Extend card to the docs index and cross-links from the configuration page. Empty changeset (docs-only).bun run website:build(29 pages),bun run website:links, andbun run website:checkall pass, including anchor validation for the new cross-page links.🤖 Generated with Claude Code
https://claude.ai/code/session_01KHY9ReVesQXwKdRU47MwJ9