Docs site overhaul + Settings row help/update popover#6
Merged
Conversation
Docs site (website/): - Restructure IA into 5 sections: Get Started / Agent / Explorer / Console / Reference. Tech Plan Reviews moved under Explorer, Chrome extension moved under Console. - Convert all docs MDX -> MD; persist sidebar across navigation (preserves scrollTop) by hoisting it into the docs layout. - Fact-check rewrite of ~30 doc pages against actual product code. Touched: introduction, quickstart, message-input, sessions, skills, engines, scheduled-tasks, notes, file-tree, search, recent, changes, history, reviews, input-bar, terminal, browser, databases, jupyter, aliases-env, cli, chrome-extension, keyboard-shortcuts, faq. - scroll-padding-top: 4rem on <html> so titles aligned by App Router's scrollIntoView don't tuck under the sticky Nav. - .scrollbar-hide utility, applied to docs sidebar only (window scroll bar kept as reading-position indicator). Workspace (packages/feature/workspace/): - Settings row: integrate Help (?) link (locale follows i18n.language) as a secondary action inside the same row, ProjectItem-style. - Add version-update pill + popover (Copy `cockpit update`, View changelog) driven by useLatestVersion hook (client-side npm registry fetch with 3s timeout + silent failure). - Dev-mode override forces hasUpdate=true so the UI can be previewed without a real npm publish. Production builds dead-code-eliminate it. - Popover anchors to the pill's top-right so it floats into the main panel rather than clipping against the sidebar's left edge. - Collapsed sidebar: gear icon shows a red dot when an update is available (only signal that fits in icon-only mode). i18n (packages/shared/i18n/): - 6 new workspace.* keys: help, updateAvailable, copyUpgradeCommand, viewChangelog, upgradeCommandCopied (zh + en). Engine / scheduled-task / file browser drive-by fixes (unrelated to the docs work but were already on this branch). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
tomisnotme
added a commit
that referenced
this pull request
May 31, 2026
…ate (#6) Docs site (website/): - Restructure IA into 5 sections: Get Started / Agent / Explorer / Console / Reference. Tech Plan Reviews moved under Explorer, Chrome extension moved under Console. - Convert all docs MDX -> MD; persist sidebar across navigation (preserves scrollTop) by hoisting it into the docs layout. - Fact-check rewrite of ~30 doc pages against actual product code. Touched: introduction, quickstart, message-input, sessions, skills, engines, scheduled-tasks, notes, file-tree, search, recent, changes, history, reviews, input-bar, terminal, browser, databases, jupyter, aliases-env, cli, chrome-extension, keyboard-shortcuts, faq. - scroll-padding-top: 4rem on <html> so titles aligned by App Router's scrollIntoView don't tuck under the sticky Nav. - .scrollbar-hide utility, applied to docs sidebar only (window scroll bar kept as reading-position indicator). Workspace (packages/feature/workspace/): - Settings row: integrate Help (?) link (locale follows i18n.language) as a secondary action inside the same row, ProjectItem-style. - Add version-update pill + popover (Copy `cockpit update`, View changelog) driven by useLatestVersion hook (client-side npm registry fetch with 3s timeout + silent failure). - Dev-mode override forces hasUpdate=true so the UI can be previewed without a real npm publish. Production builds dead-code-eliminate it. - Popover anchors to the pill's top-right so it floats into the main panel rather than clipping against the sidebar's left edge. - Collapsed sidebar: gear icon shows a red dot when an update is available (only signal that fits in icon-only mode). i18n (packages/shared/i18n/): - 6 new workspace.* keys: help, updateAvailable, copyUpgradeCommand, viewChangelog, upgradeCommandCopied (zh + en). Engine / scheduled-task / file browser drive-by fixes (unrelated to the docs work but were already on this branch). Co-authored-by: robert <robert@surething.io> Co-authored-by: Claude Opus 4.7 <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.
Summary
Scope
Test plan
🤖 Generated with Claude Code