diff --git a/docs/docs/faq.mdx b/docs/docs/faq.mdx
new file mode 100644
index 0000000000..e86c9e7a3a
--- /dev/null
+++ b/docs/docs/faq.mdx
@@ -0,0 +1,22 @@
+---
+hide_title: true
+title: FAQ
+hide_table_of_contents: true
+custom_edit_url: null
+pagination_next: null
+pagination_prev: null
+---
+
+import FaqPage from "@site/src/pages/sections/FaqPage/FaqPage";
+
+
+# Frequently Asked Questions
+
+
Please refer to our documentation for more information.
`,
},
{
- question: "How I start a FastStore project?",
- answer: `The easiest way to start a FastStore project is to use one of our official starters. Find your favorite starter at our Starter Library, fork it, customize it and deploy it on your favorite Jamstack platform.`
+ question: 'How I start a FastStore project?',
+ answer: `The easiest way to start a FastStore project is to use one of our official starters. Find your favorite starter at our Starter Library, fork it, customize it and deploy it on your favorite Jamstack platform.`,
},
{
- question: "Can I integrate my FastStore project with a CMS?",
- answer: `Yes. Since FastStore is Jamstack-based, you can use any headless CMS available for Jamstack. Notice that we strongly recommend using VTEX Headless CMS for VTEX projects.`
+ question: 'Can I integrate my FastStore project with a CMS?',
+ answer: `Yes. Since FastStore is Jamstack-based, you can use any headless CMS available for Jamstack. Notice that we strongly recommend using VTEX Headless CMS for VTEX projects.`,
},
{
- question: "Which tech stack do you recommend?",
+ question: 'Which tech stack do you recommend?',
answer: `
For styling, consider using a static CSS solution, such as Tailwind, Less, or raw CSS. Keep in mind that runtime-based CSS-in-JS solutions tend to harm performance. For deployment, consider using VTEX IO WebOps for better stability and performance.
- `
+ `,
},
{
- question: "Can I use Tachyons or other CSS frameworks?",
- answer: "Yes. FastStore UI is styled via data attributes. This means we are compatible with all major CSS frameworks, such as Emotion, Tailwind, Styled components, Stitches, etc."
+ question: 'Can I use Tachyons or other CSS frameworks?',
+ answer:
+ 'Yes. FastStore UI is styled via data attributes. This means we are compatible with all major CSS frameworks, such as Emotion, Tailwind, Styled components, Stitches, etc.',
},
{
- question: "Can I adapt UI components to my business needs?",
- answer: "Yes, because all FastStore UI components are open source, you can simply copy the source code from Github and modify it to your liking if you need to extend their behavior in any way for your project."
+ question: 'Can I adapt UI components to my business needs?',
+ answer:
+ 'Yes, because all FastStore UI components are open source, you can simply copy the source code from Github and modify it to your liking if you need to extend their behavior in any way for your project.',
},
{
- question: "How can I contribute to FastStore?",
- answer: "There are multiple ways to contribute to the project whether you are a technical or non-technical user: correct typos, fix translations, enhance documentation, create new starters, improve components and behaviors.
Check out our contributions guide (coming soon)."
- }
+ question: 'How can I contribute to FastStore?',
+ answer:
+ 'There are multiple ways to contribute to the project whether you are a technical or non-technical user: correct typos, fix translations, enhance documentation, create new starters, improve components and behaviors.
Check out our contributions guide (coming soon).',
+ },
]
const FaqPage = () => {
return (
-