WIP - adding FAQs to support.md

This commit is contained in:
Brian Talbot
2025-11-14 17:30:01 -05:00
parent 52b0e0994e
commit 56a28f6b9b
2 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<section class="faqs wa-stack wa-gap-xs">
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
<wa-details icon-placement="start" name="general" summary="What is Web Awesome?" appearance="plain">
Web Awesome is primarily geared towards web builders with some front-end development experience. At its core, it's a design system toolkit — a collection of reusable bits and pieces to help snap together user interfaces with a consistent and customizable look and feel.
</wa-details>
</section>

View File

@@ -4,7 +4,18 @@ description: Web Awesome has a growing community of designers and developers tha
layout: page
---
<p>We know people have their own way of reaching out, so our team makes sure you can find us wherever you need — whether its filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If youre just getting started, dont miss our <a href="/docs/">Installation Guide</a>.</p>
<style>
.faqs wa-details::part(header) {
padding-inline: var(--wa-space-0);
}
.faqs wa-details::part(content) {
padding-block-start: var(--wa-space-0);
padding-inline: var(--wa-space-0);
}
</style>
<p>We know people have their own way of reaching out, so our team makes sure you can find us wherever you need — whether its filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If youre just getting started, dont miss our <a href="/docs/">Installation Guide</a>.</p>
<wa-divider></wa-divider>
@@ -88,4 +99,9 @@ layout: page
</a>
</div>
<wa-divider></wa-divider>
## Frequently Asked Questions
{% include "support/faqs.njk" %}
</div>