FAQ
FAQ
Turn resolved Discord threads into a searchable FAQ. Perfect for support communities.
- JSON-LD FAQPage schema
- Client-side search
- Tag-based categories
- Mobile responsive
@discolink/template-faq Ready-to-deploy templates for every use case. All templates include dark mode, SEO optimization, and mobile responsiveness.
Turn resolved Discord threads into a searchable FAQ. Perfect for support communities.
@discolink/template-faq Timeline view of updates and announcements. Great for product teams.
@discolink/template-changelog Documentation-style sidebar navigation. Ideal for comprehensive guides.
@discolink/template-knowledge-base Modern blog layout with featured posts. Perfect for community updates.
@discolink/template-blog All templates are built with Astro and can be customized. Use our API client to fetch data and build any layout you need.
import { getThreads, getThread } from '@discolink/api-client';
const threads = await getThreads(serverId);
const thread = await getThread(threadId);