| layout | skyground_base |
|---|---|
| title | Frequently Asked Questions |
| permalink | /faq/ |
Find answers to common questions about our modlists, installation, and troubleshooting.
<div class="faq-container">
{% for faq in site.data.faq %}
<div class="faq-item" data-faq-id="{{ faq.id }}" data-lang="en">
<div class="faq-question" role="button" tabindex="0" aria-expanded="false">
<h3>{{ faq.question }}</h3>
<svg class="faq-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<polyline points="6 9 12 15 18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="faq-answer">
<p>{{ faq.answer }}</p>
{% if faq.tags %}
<div style="margin-top: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap;">
{% for tag in faq.tags %}
<span style="padding: 0.25rem 0.75rem; background: rgba(34, 197, 94, 0.15); border-radius: 12px; color: var(--primary-text); font-size: 0.75rem;">{{ tag }}</span>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endfor %}
{% for faq in site.data.faq_fr %}
<div class="faq-item faq-item--fr" data-faq-id="{{ faq.id }}" data-lang="fr" style="display:none">
<div class="faq-question" role="button" tabindex="0" aria-expanded="false">
<h3>{{ faq.question }}</h3>
<svg class="faq-icon" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" aria-hidden="true">
<polyline points="6 9 12 15 18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<div class="faq-answer">
<p>{{ faq.answer }}</p>
{% if faq.tags %}
<div style="margin-top: 1rem; display: flex; gap: 0.5rem; flex-wrap: wrap;">
{% for tag in faq.tags %}
<span style="padding: 0.25rem 0.75rem; background: rgba(34, 197, 94, 0.15); border-radius: 12px; color: var(--primary-text); font-size: 0.75rem;">{{ tag }}</span>
{% endfor %}
</div>
{% endif %}
</div>
</div>
{% endfor %}
</div>
Join our Discord community for direct support from our team and community members.
Join Discord Server