Add shared FAQ page with collapsible questions#69
Open
devin-ai-integration[bot] wants to merge 25 commits intomainfrom
Open
Add shared FAQ page with collapsible questions#69devin-ai-integration[bot] wants to merge 25 commits intomainfrom
devin-ai-integration[bot] wants to merge 25 commits intomainfrom
Conversation
- Create content/faqs.md with sectioned, collapsible FAQ using details/summary - Sections: Registration, Eligibility, Tournament Day, Preparing, BMT-Specific, BmMT-Specific, After the Tournament - Add new FAQs based on Google Group analysis: registration flow, parent-as-coach, fee waivers, refunds, chaperones, scores/certificates, practice materials, Focus vs General test - Replace inline FAQs on event pages (bmt-2025, bmmt-2026, bmt-2025-online, bmmt-2026-online) with link to shared FAQ page - Add CSS styling for collapsible details/summary elements - Fix internal FAQ anchor link in bmmt-2026 Travel section Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…ames Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
… defaults Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…rally Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
This reverts commit c909a6d.
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…e online FAQ, clarify organization Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…gistics posts Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
… FAQ Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…der, fee waivers, chaperone, section headers, what to bring, online certificates Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
…roper nouns Co-Authored-By: Oliver Ni <oliver.ni@gmail.com>
Co-Authored-By: Oliver Ni <oliver.ni@gmail.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
Consolidates FAQs from individual event pages into a single shared FAQ page at
/faqs/(also aliased at/faq/). Questions are organized into sections and use collapsible<details>/<summary>elements so users can scan titles and expand what's relevant.FAQ sections (sentence case): Registration & fees, At the competition, BMT (targeted to high schoolers), BmMT (targeted to middle schoolers), Online competitions, Scores & awards.
New FAQs added (based on analysis of ~370 threads from the team@ Google Group over the past year): registration flow, parent-as-coach, fee waivers, refunds, chaperone requirements, parking/transit, practice materials, Focus vs General test, online/in-person switching, contest round overviews, team score calculation, what to bring, award structure.
Event pages updated: bmt-2025, bmmt-2026, bmt-2025-online, bmmt-2026-online — inline FAQs replaced with a link to the shared page.
Custom CSS for
<details>/<summary>elements: rounded card borders, chevron indicator that rotates on expand, hover/open state styling, proper spacing.Changes since initial revision
h3).<details>— padding on details element with negative margin on summary, letting prose plugin handle content naturally. Balanced bottom padding.Updates from Discord feedback
Review & Testing Checklist for Human
bmmt-2026.mdlinks to/faqs/#where-can-i-find-parking-how-can-i-get-to-berkeley. This scrolls to the right<details>element but won't auto-expand it.Suggested test plan: Deploy the preview, navigate to
/faqs/, and verify: (1) all collapsibles open/close with correct chevron behavior, (2) numbered list in "How do I register" is properly indented, (3) award tiers match expectations, (4) parking FAQ anchor link from bmmt-2026 Travel section works. Preview: https://pr-69.berkeley-mt.pages.dev/faqs/Notes
/faqs/). You may want to add it to the nav.Link to Devin session: https://app.devin.ai/sessions/2be00878c49c4146997dfc31d912fffe
Requested by: @oliver-ni