✅ Various markdown, spelling, and grammar fixes (#4503)
This commit is contained in:
parent
483bc52dc0
commit
49f53fd988
28 changed files with 163 additions and 145 deletions
|
@ -17,11 +17,14 @@ This is a community curated list of frequently asked questions (FAQ) about the i
|
|||
{% assign categories = faq | map: 'ha_category' | uniq | sort %}
|
||||
|
||||
{% for category in categories %}
|
||||
|
||||
## {% linkable_title {{ category }} %}
|
||||
|
||||
{% for entry in faq %}
|
||||
{% if entry.ha_category == category %}
|
||||
|
||||
### {% linkable_title {{ entry.title }} %}
|
||||
|
||||
{{entry.content}}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue