docs(chrome-extension): hide Celebration setting behind an easter-egg disclosure#639
Conversation
… disclosure The Extension settings section had only one entry (Celebration Mode), which is itself an opt-in confetti easter egg. Wrap it in a closed <details> block whose summary asks "Have you turned on Celebration Mode?" so the reveal stays a fun discovery for readers who poke around the extension page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
😎 Merged successfully - details. |
|
Claude finished @samgutentag's task in 1m 13s —— View job Review
Summary: Small, focused change. Removes the No blocking issues. A few non-blocking notes below. Typos / grammar / formattingNothing flagged — the moved content is identical, and the new summary line reads correctly. Style & consistency
Non-blocking observations
|
Refile the Celebration Mode disclosure under Frequently asked questions as the last entry, with the question reformatted to "How do I enable Celebration Mode?" so it matches the style of the other FAQ items. Keep it as a closed details block while the rest of the FAQ stays open by default, so the reveal-on-click feels like a small surprise tucked behind a question rather than a labeled section. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Claude finished @samgutentag's task in 1m 27s —— View job Review
Summary: Two-commit PR. The first commit wrapped Celebration in a closed No blocking issues. A few non-blocking notes below. Typos / grammar / formattingNothing flagged. The moved content is byte-identical to what was in the previous "Extension settings" section, and the new FAQ summary line reads correctly. Style & consistency
Non-blocking observations
· Branch · |
#643) ## Summary Pulls forward the small bits worth keeping from #588 (Eli's original Chrome Extension docs PR), since the page itself has evolved well past that draft via several subsequent merged PRs (#593, #595, #598, #626, #639). ## Changes - Add a frontmatter `description:` so GitBook renders proper page metadata for SEO and navigation previews - Add an inline pointer to the Submit and cancel pull requests reference page after the Submit steps, so readers can drill into the full lifecycle from this entry point - Replace the FAQ link to a hard-coded GitHub commit URL with a relative path to `getting-started/`, matching the rest of the docs ## Test plan - [ ] Verify the page metadata description renders in GitBook preview - [ ] Confirm the new inline link to `using-the-queue/reference.md` resolves correctly - [ ] Confirm the FAQ link to `getting-started/` resolves correctly ## Related - Closes #588 in spirit (that PR's content has been superseded by main; this picks up the pieces still worth merging) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Summary
<details>block### Extension settingsheading since the section was a single easter-egg settingContext
Follow-up to #626 (Celebration setting docs). Treating it as a hidden discovery on the extension page makes the reveal more fun for readers who poke around, rather than calling it out under a regular heading.
Test plan
<details>renders as a closed disclosure in GitBook preview, with "Have you turned on Celebration Mode?" as the bold summary### Frequently asked questions) still flows correctly after the disclosure