So, in learning Magento 2 I decided to create a simple FAQ module – as far as I can tell there is only one other out there but it’s fairly overkill for most projects and will cost you around $200.
The module I have built provides the admin with 5 fields :
– Title
– Content
– Sort Order
– Status (Enabled / Disabled)
For most people this is more than enough and with some frontend styling and perhaps an accordion you’re good to go.
The module can be found HERE