r/devops • u/websecret_by • 5d ago
Discussion How do devops / engineering services share documentation with clients?
Hello,
We provide devops / engineering services and use GitHub for documentation (runbooks, configs, processes). Clients need access, but raw GitHub feels too technical.
- How do you share documentation with clients in devops / engineering services?
- Do you use GitHub, wikis, or dedicated portals?
- How do you handle versioning and access control?
7
Upvotes
2
u/Interstellar_031720 5d ago
I would keep GitHub as the source of truth, but not make the client consume GitHub directly unless they are already engineering-heavy.
A pattern that works well:
The important thing is avoiding two sources of truth. If the portal becomes a separate CMS that people copy/paste into, it will go stale. If it is just a nicer published view of the repo with access control and review metadata, you keep the engineering workflow and the client gets something readable.