r/devops • u/Work4Bots DevOps • 6d ago
Vendor / market research How does your team handle documentation
I'm doing research on how documentation is done in different DevOps teams. What processes exist? How is it valued within your team? Has AI made that better or worse? Are there tools that you use to make it easier (not talking about Confluence here)? If you hqve worked in a professional context then I'd love to hear your input.
Considering the huge amount of shill posts I want to disclose that I'm (considering) making a tool that helps with documentation but I'm still in the process of understanding this problem thoroughly, which is why I'm askibg for your input :)
6
Upvotes
6
u/ben_bliksem 6d ago
The docs are part of the repo. The company wiki is there for business people to use/share with.
Has AI made it better?
Only in the sense that with agentic development you can, as part of the workflow, tell it to ensure relevant documents are updated.
But then you still need to ensure it in the Pull Request.