2
3 Comments

Which documentation system do you recommend?

Hey IH,

I want (no must :D) to document my software now. Does anyone know good documentation software I can use for this?

The following are my requirements:

  • Self hosted
  • Doc should be searchable
  • No python, pearl
  • PHP, NodeJS prioritized
  • WYSIWYG Editor (because of editors)
  • Can require DB (MySQL, MariaDB)

I wanted to use first markdown stuff, but it's hard to implement for non-technical people, additionally a search is a bit more complex to implement.

Thanks for every answer

on May 13, 2020
  1. 1

    Take a look at Docsify. All your requirements and its beautiful.
    For editing, since its built on top of markdown files, you can use your favorite editor, but I recommend Typora.

    1. 1

      Thank you for your reply.
      I noticed Deploy before, but I didn't find anything that it has a search. or am I missing something?

      1. 2

        You can search in the top left corner.