docs(site): Option-as-Meta pref + iOS PWA copy/paste (en+de) - #5
Open
DerRemo wants to merge 1 commit into
Open
Conversation
Two recent user-facing changes had no docs coverage: - fix(terminal) macOptionIsMeta pref (74ccb40): add it to the Settings -> Terminal bullet list in settings-updates.mdx. - feat(terminal) iOS PWA copy/paste (e8f680d): add the touch-bar Paste/Copy gesture to sessions.mdx, with the tmux-mouse-mode dependency noted under Limits. Other recent commits (favicon swap, mobile PWA layout pass, safe-area inset fixes, changelog wording) are cosmetic/internal and don't change documented behavior. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HJrcBHUqq5V3GtXPyvC9eK
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
penates | a2936bb | Commit Preview URL Branch Preview URL |
Jul 08 2026, 12:04 AM |
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
Reviewed the last ~10 commits on
mainfor user-facing changes not yet reflected on penates.dev/docs. Found two gaps:fix(terminal): make macOptionIsMeta a pref (default off)(74ccb40) added a new Terminal setting (⌥ as Meta on macOS) that wasn't listed in the Settings page docs.feat(terminal): copy and paste on the iOS PWA(e8f680d) added touch-bar Paste/Copy gestures that weren't documented anywhere.Both are now documented in EN and DE:
site/src/content/docs/docs/features/settings-updates.mdx(+ DE mirror): Terminal settings bullet now mentions the Option-as-Meta toggle and its default.site/src/content/docs/docs/features/sessions.mdx(+ DE mirror): new bullet under "How to use it" describing the touch-bar Paste/Copy flow, plus a Limits note that long-press-select requires tmux mouse mode.Other recent commits (favicon/logo swap, mobile PWA layout pass, safe-area inset fixes, changelog wording, and the Claude Code channels feature, which already shipped its own docs in the same commit) needed no further doc changes.
Test plan
cd site && npm install && npm run build— Astro/Starlight build succeeds, all 59 pages (including the 4 touched files) render without errors.git diffreviewed — only the 4 doc files changed, no lockfile/dependency noise.Generated by Claude Code