Is it just me, or is "stale" documentation actually more dangerous than having none at all?

Posted by lilalphabet@reddit | sysadmin | View on Reddit | 51 comments

I just spent two hours debugging an issue because the "Master SOP" in our wiki was written for a version of the software from 2022. The UI has completely changed, and following the guide actually led me to misconfigure a production environment.

What tools are you guys actually using for this? We’re currently using scribe, hudu and markdown format using vs code to track documentation like code, but it clearly isn't keeping up with how fast our vendor UIs change. We constantly have to update the docs and retake screenshots. Are there any tools that actually solve the "decay" problem, or are we all just fighting a losing battle?

When was the last time a "verified" piece of documentation failed you guys? Do you even trust your internal docs anymore, or do you just wing it and check the live UI first?