Skip to content

add faq to website#56

Merged
haydenbleasel merged 3 commits intomainfrom
faq
Aug 28, 2025
Merged

add faq to website#56
haydenbleasel merged 3 commits intomainfrom
faq

Conversation

@haydenbleasel
Copy link
Contributor

@haydenbleasel haydenbleasel commented Aug 28, 2025

This pull request introduces a new FAQ section to the website, enhancing user support and documentation for Streamdown. The FAQ uses a custom accordion component for interactive question-and-answer display. To support this, the Radix UI accordion package is added as a dependency, and related CSS animations are implemented for smooth UI transitions.

New FAQ feature and UI enhancements:

  • Added a new FAQ component in faq.tsx that provides answers to common questions about Streamdown, including usage, plugin compatibility, and integration with Tailwind CSS.
  • Integrated the FAQ component into the main homepage by updating page.tsx to render it before the footer.

Accordion UI implementation:

  • Created a custom accordion UI component in components/ui/accordion.tsx using Radix UI primitives and Lucide icons for interactive FAQ display.
  • Added CSS keyframes and utility classes for accordion open/close animations in globals.css to provide smooth transitions.

Dependency management:

  • Added @radix-ui/react-accordion as a new dependency in package.json and updated pnpm-lock.yaml to include all required package resolutions and snapshots. [1] [2] [3] [4]

@vercel
Copy link
Contributor

vercel bot commented Aug 28, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
streamdown Ready Ready Preview Comment Aug 28, 2025 4:17am

@haydenbleasel haydenbleasel merged commit f106ec4 into main Aug 28, 2025
5 checks passed
@haydenbleasel haydenbleasel deleted the faq branch August 28, 2025 04:17
own-boldsbrain pushed a commit to own-boldsbrain/streamdown that referenced this pull request Sep 22, 2025
* Scaffold FAQ

* Resolves vercel#4

* Update faq.tsx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant