by rashidujang on 6/21/18, 10:38 AM with 7 comments
However, most of the people who need the documentation aren't developers nor necessarily even that tech-savvy.
What are some ways similar problems are combated in your own workplaces?
by acutesoftware on 6/22/18, 1:51 AM
Non tech savvy users can read the page to see the latest version, and others can track through history if they need to.
We've had success doing smaller projects completely on trello, though it isnt really a wiki tool, you can force it by having a single top level card with all the feauture requests linking to individual cards to see the progress.
by JanisL on 6/22/18, 4:28 PM
Whatever you do avoid situations where people email around attached documents with various changes, set strong expectations that emails like that are not to be used. Most of the troubles I've encountered have been because of the inevitable merge conflicts and associated hassles from divergent documents that occur with email attachments.
by matt_the_bass on 6/21/18, 11:21 PM
So we’re tryig something new: google docs. Recently we migrated our file server to google drive and have been moving from open office to google docs.
Google docs works great for light weight version control of non-engineering documents. Just name a revision as x.x.x and only distribute named revisions. This obviously only works for documents with a single “branch” but for 99.9% of our non-engineering version control needs, this works GREAT!
by digikata on 6/22/18, 5:37 PM
Communicating and agreeing on some commonly understood system is typically a more effective factor than the tooling.
by executesorder66 on 6/21/18, 11:00 AM
If you can't afford the license, I think any self hosted wiki software will do the trick. Try [1]
Using Word documents is terrible for various reasons.
[0] https://www.atlassian.com/software/confluence [1] https://www.mediawiki.org/wiki/MediaWiki
by dirktheman on 6/21/18, 2:29 PM