docs: capture init existing-install + wire config sub-page screenshots (follow-up to #69)#70
Merged
Merged
Conversation
Re-run netclaw init on a seeded 0.24.0 container to capture the existing-install action menu (Redo identity / Open config editor / Start over / Cancel) and the start-over scope chooser (Reset setup only / Full reset / Cancel), and wire them into cli/init.md (replacing the two screenshot TODOs). Follow-up to #69.
The Channels, Inbound Webhooks, Exposure Mode, and Skill Sources editors were already captured against 0.24.0; embed them on the corresponding feature pages (channels/slack|discord|mattermost, configuration/webhooks, deployment/ exposure-modes, skills/overview|skill-feeds|external-skills), replacing the screenshot TODOs. Only the first-chat capture (needs a live model) remains a TODO.
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.
Follow-up to #69 — knocks out the deferred screenshots for the 0.24.0 init/config docs.
Captured (new, against the 0.24.0 binary in a throwaway Docker container)
init-existing-menu.png— the existing-install action menu (Redo identity / Open config editor / Start over / Cancel).init-start-over-scope.png— the start-over scope chooser (Reset setup only / Full reset / Cancel).Both wired into
cli/init.md, replacing its two screenshot TODOs.Wired in (images already captured in #69, now embedded on their feature pages)
The Channels, Inbound Webhooks, Exposure Mode, and Skill Sources editors were captured in #69 but only shown on
cli/config.md. They're now embedded where readers actually land:channels/slack.md,channels/discord.md,channels/mattermost.md→config-channels-menu.pngconfiguration/webhooks.md→config-inbound-webhooks.pngdeployment/exposure-modes.md→config-exposure.pngskills/overview.md,skills/skill-feeds.md,skills/external-skills.md→config-skills.pngStill deferred (honest TODO / known staleness — each needs something the throwaway container can't cleanly produce)
quickstart.md) — needs a live model actually responding; the tinyqwen2:0.5bcapture model won't produce a representative session. Kept as an honest<!-- TODO -->./assets/approval-prompt.png, referenced by the channel pages) — the current image shows the old 4-button UI; recapturing requires triggering a tool-approval gate (a live agent proposing a restricted shell command). Left as-is for now.cli/init.md(which documents the full 5-step flow incl. the Team-only Features step).config-channels-resolve(resolve-in-action) — needs a real Slack token to show live resolution.Verification
npm run buildpasses (137 pages); every referenced screenshot exists in the source-of-truth dir; no broken image refs.<!-- TODO(screenshots) -->remains in the docs (the first-chat capture above).