Quick Sample for Support page
This commit is contained in:
parent
6e103b550b
commit
b008645346
1 changed files with 71 additions and 0 deletions
71
src/content/docs/support/index.mdx
Normal file
71
src/content/docs/support/index.mdx
Normal file
|
@ -0,0 +1,71 @@
|
|||
---
|
||||
title: Flux Support
|
||||
lastUpdated: 2024-01-31
|
||||
next: false
|
||||
---
|
||||
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'
|
||||
|
||||
Looking for something? Can't figure how to do a particular task? or need guidance in configuring a plugin or another objective? You may check around our support center for a solutation here. We also encourage you to view our FAQ section before reading further or contacting us for any help.
|
||||
|
||||
## FAQ
|
||||
<CardGrid>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
<div>
|
||||
**A common question?**
|
||||
|
||||
The answer to the silly common question.
|
||||
</div>
|
||||
</CardGrid>
|
||||
|
||||
<CardGrid>
|
||||
<Card title="Discord" icon="discord">
|
||||
If you need help with Flux server, our [Discord server]() is a great place to get help and advice from our staff member and other users.
|
||||
<LinkCard title="Join Server" href="#"/>
|
||||
</Card>
|
||||
<Card title="Create a Ticket" icon="document">
|
||||
You can [create a ticket]() in your dashboard to get help from our staff members and we'll try our best find a solution to any issues you are having.
|
||||
<LinkCard title="Create Ticket" href="#"/>
|
||||
</Card>
|
||||
</CardGrid>
|
||||
|
||||
<CardGrid>
|
||||
<LinkCard
|
||||
title="Get Started with Flux"
|
||||
description="Learn how to make your first server on Flux."
|
||||
href="#"
|
||||
/>
|
||||
<LinkCard
|
||||
title="Troubleshooting"
|
||||
description="Something went wrong? Here are few common issues you can troubleshoot."
|
||||
href="#"
|
||||
/>
|
||||
</CardGrid>
|
Reference in a new issue