mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
WIP - adding FAQs to support.md
This commit is contained in:
15
packages/webawesome/docs/_includes/support/faqs.njk
Normal file
15
packages/webawesome/docs/_includes/support/faqs.njk
Normal 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>
|
||||
@@ -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 it’s filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If you’re just getting started, don’t 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 it’s filing an issue on GitHub, chatting with the community on Discord, or getting private help via email. If you’re just getting started, don’t 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>
|
||||
|
||||
Reference in New Issue
Block a user