Hello all!

I’m documenting a small FOSS project, and I’m looking for some soft that translates a documentation into a web page.

Something simple, with a side board that links the pages/titles/sub-titles, and is PC and Mobile compatible. Basically images, italics, bold and links, with titles and subtitles, would be nice 🙂.

Like the Lemmy install guide for example: https://join-lemmy.org/docs/administration/install_docker.html

Any recommendations?

Thank you all!

  • Onno (VK6FLAB)
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    1 year ago

    My go-to for this is pandoc, it takes markdown and can generate html, pdf, word, OpenOffice and other formats.

    Because it uses markdown, you can use version control and grep on your documentation and include it with your source code.

        • Valmond@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I haven’t tried yet, but it seens like a lot to just get up and running, will check out if that other one doesn’t make static websites.