
Docs as Code – An Approach to Improve the API Documentation Process
‘Docs as code’ refers to the practice of writing documentation using the same tools and processes that developers use to write code. This means that documentation is : Authored using text files such as Markdown or LaTeX Version controlled using Git Updated by creating pull requests Published using CI/CD workflows Keeping Everything in Sync with […]

Sohaib Tariq