2
6 Comments

Wiki for your SaaS?

hey,

What do you use for the Wiki/documentation part of your SaaS ?

on August 20, 2022
  1. 1

    Have a look at notaku, documentation based on notion, currently lifetime deal on pitchground.

  2. 1

    How about something like GitBook?

  3. 1

    Would use Notion because it's simple, WYSIWYG and simple to publish as public pages for users.

  4. 1

    i write everything in one page in org mode in emacs and than generate single page html.
    my project is small enough that it works here is the documentation output https://newbeelearn.github.io/sserver/ . You can look at index and css in same github repository as well.

  5. 1

    I don't currently have any public documentation for our current project, but personally knowing Vue, I've had good success with VuePress in the past.

    I think it probably depends on your tech stack though, and whether or not you're looking to include the documentation within your main site vs. having something standalone, as that may guide you down a specific route.