HACKER Q&A
📣 scop

Good designs for a website that serves as a detailed FAQ?


Greetings HNers,

I’ve recently picked up a new hobby and have been struggling to find resources for getting started and contextualizing the hobby. Everything jumps into technique whereas I don’t even know the who, what, when, where, why.

Im therefore thinking of making a simple FAQ website for this topic. These FAQs would be fairly detailed (more than just question and one sentence answer), but I don’t envision it as an ongoing blog: more just a static page of common questions and resources for someone starting out.

Can you suggest any websites that have a well designed “static but verbose FAQ” layout?


  👤 themodelplumber Accepted Answer ✓
I always thought the documentation generator sites had excellent demos for this kind of thing, e.g. https://docsify.js.org/ and https://docusaurus.io/docs

(Fortunately they are designed to be customized so you can shape things up as you please, as well)


👤 efortis
I'd use something like this:

   body { max-width: 640px; margin: 0 auto; font-family: system-ui }
   
   
FAQ #1

Answer to FAQ #1