What is docs-as-code, and what do you get from it?
Docs-as-code means the documentation is plain text in a version-control repository, reviewed through pull requests, built by a pipeline and deployed like software. What you get is not primarily convenience. It is that documentation becomes visible to the same mechanisms that already keep code honest: a change to a page has an author, a diff, a reviewer and a date, and a change to the code can be blocked until the page changes with it. The cost is that contribution now requires a git workflow, which excludes some of the people who have the most to say - support engineers, solutions architects, anyone whose day is not spent in a terminal. Teams that adopt it and then wonder why contributions dropped have usually not noticed that they raised the price of writing a paragraph.