Skip to content

Commit 788eb0d

Browse files
committed
docs: use mdx-components Accordion for headless/introduction
1 parent 0f66ca2 commit 788eb0d

File tree

1 file changed

+29
-23
lines changed
  • apps/website/src/routes/docs/headless/introduction

1 file changed

+29
-23
lines changed

apps/website/src/routes/docs/headless/introduction/index.mdx

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -92,33 +92,39 @@ One of the benefits of Qwik is its ability to create performant applications wit
9292
## FAQ
9393

9494
<Accordion>
95-
<AccordionItem>
96-
<AccordionTrigger>
97-
What kind of support or resources are available if I encounter issues with Qwik UI?
98-
</AccordionTrigger>
99-
<AccordionContent>
100-
If you stumble into any problems, [create an issue](https://github.com/qwikifiers/qwik-ui/issues) on the Qwik UI repository.
101-
We also have a [discord community](https://discord.gg/PVWUUejrez) with a Qwik UI channel where you can raise any concerns, propose ideas, or chat all things Qwik UI 😊
102-
</AccordionContent>
103-
</AccordionItem>
104-
<AccordionItem>
105-
<AccordionTrigger>
106-
How can I contribute to the project?
107-
</AccordionTrigger>
95+
<AccordionItem>
96+
<AccordionTrigger>
97+
What kind of support or resources are available if I encounter issues with Qwik UI?
98+
</AccordionTrigger>
10899
<AccordionContent>
109-
We provide a [contributing](/docs/headless/contributing) guide to help get familiar with the repository.
110-
Additionally, we offer a quick start [setup guide](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md) and a section dedicated to advanced resources below the Components navigation.
100+
If you stumble into any problems, [create an
101+
issue](https://github.com/qwikifiers/qwik-ui/issues) on the Qwik UI repository. We
102+
also have a [discord community](https://discord.gg/PVWUUejrez) with a Qwik UI
103+
channel where you can raise any concerns, propose ideas, or chat all things Qwik UI
104+
😊
111105
</AccordionContent>
112-
</AccordionItem>
113-
<AccordionItem>
114-
<AccordionTrigger>
115-
How can I migrate my existing application to use Qwik UI?
116-
</AccordionTrigger>
106+
</AccordionItem>
107+
<AccordionItem>
108+
<AccordionTrigger>How can I contribute to the project?</AccordionTrigger>
117109
<AccordionContent>
118-
If you're using `Qwik-React`, `Qwik-Angular`, `@qwikdev/astro`, we suggest incrementally adding Qwik UI components to your application.
119-
Qwik, built as a microfrontend, allows you to incrementally integrate Qwik UI components into your existing application. This approach reduces migration risk and complexity, letting you leverage Qwik UI's benefits at your own pace.
110+
We provide a [contributing](/docs/headless/contributing) guide to help get familiar
111+
with the repository. Additionally, we offer a quick start [setup
112+
guide](https://github.com/qwikifiers/qwik-ui/blob/main/CONTRIBUTING.md) and a
113+
section dedicated to advanced resources below the Components navigation.
120114
</AccordionContent>
121-
</AccordionItem>
115+
</AccordionItem>
116+
<AccordionItem>
117+
<AccordionTrigger>
118+
How can I migrate my existing application to use Qwik UI?
119+
</AccordionTrigger>
120+
<AccordionContent>
121+
If you're using `Qwik-React`, `Qwik-Angular`, `@qwikdev/astro`, we suggest
122+
incrementally adding Qwik UI components to your application. Qwik, built as a
123+
microfrontend, allows you to incrementally integrate Qwik UI components into your
124+
existing application. This approach reduces migration risk and complexity, letting
125+
you leverage Qwik UI's benefits at your own pace.
126+
</AccordionContent>
127+
</AccordionItem>
122128
</Accordion>
123129

124130
## Credits

0 commit comments

Comments
 (0)