top | item 16468239

Ask HN: What wiki does your team use?

7 points| dglass | 8 years ago | reply

I'm currently researching wiki's to migrate our documentation over to. We currently have everything stored in trello cards but it's becoming too difficult to manage it all.

I've used Confluence at past companies and really like it actually but after the first 10 users it can get pretty expensive for a wiki.

Are there any alternatives to confluence that your team uses that you've been happy with?

Thanks!

16 comments

order
[+] jlgaddis|8 years ago|reply
I like and prefer DokuWiki [0]. It's easy to set up and use, doesn't require a database backend (everything is stored in plain-text files), has all of the features I've ever needed (at two different employers), and is open source.

[0]: https://www.dokuwiki.org/dokuwiki#

[+] LarryMade2|8 years ago|reply
Vote for Dokuwiki too - the markdown syntax is pretty extensive.
[+] dglass|8 years ago|reply
Thanks! I'll take a look
[+] deftnerd|8 years ago|reply
I'm a big fan of BookStack. It's a Laravel based (PHP/Mysql) based app that performs well, is very stable, has a good interface, good features, etc.

[1] https://www.bookstackapp.com/

[+] newgame|8 years ago|reply
I have worked on the initial version of www.stiki.io. Our vision was to create a super fast/lean wiki for teams. It's a subscription based model. No stakes in the company anymore but I think it might work for your use case.
[+] mkrishnan|8 years ago|reply
Why don’t you create your own? If you have something difficult to manage in Trello cards and you really care about contents then probably you should create your own or fork a open source one.
[+] atsaloli|8 years ago|reply
We use GitLab. We can edit through the web UI or through the command line, with Git and Vim. And it's free -- it's part of GitLab Libre, formerly known as the Community Edition.
[+] stephenr|8 years ago|reply
I’m a big fan of simple markdown-in-vcs wikis. If its a git repo you can stick Gollum in front of it and you have a web UI but can still allow devs/ops to clone and edit locally.
[+] PerRutherford|8 years ago|reply
I think notion.so is a great option (for smaller teams - I have not really tested with many users).
[+] jxub|8 years ago|reply
We use self-hosted readthedocs with sphinx to build our knowledge base at datamaran.
[+] lumberjack|8 years ago|reply
I use Gitit. Only complaint is, LaTeX integration is too basic for my needs.