Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
--- import { FAQs } from '~/components'; --- <FAQs client:load />
import { FAQs } from '~/components'; export default async function Page() { return <FAQs />; }
src/config/faq.ts
export const faqs = [ { question: 'What do I get with ShipKit?', answer: '- TypeScript boilerplates based on Astro and Next.js<br/>...', }, ... ];