Hacker News new | ask | show | jobs
Ask HN: What tools are you currently utilizing for public static documentation?
2 points by averageValentin 985 days ago
3 comments

Sphinx, JupyterBook (MyST Markdown), Quarto + nbdev

executablebooks project: https://github.com/executablebooks

quarto: https://github.com/quarto-dev

nbdev: https://nbdev.fast.ai/

In the past I have used HTML and markdown.

I like the summary and details HTML elements.

Also maybe something like highlight.js or a markdown renderer.

The next time I build a page like that I might lean on GPT-4 for generating it. Or maybe mustache.

Moving to a NextJS stack, leaving Hugo