Branching strategies are essential in Docs as Code for enabling smooth collaboration, parallel updates, and efficient content management. While developers have long used branching to separate features, fixes, and releases, documentation teams can benefit from similar techniques to improve version control, handle urgent updates, and align content with product releases. Below, we explore three advanced … Continue reading Mastering Branching Strategies for Documentation in Docs as Code
Tag: git
A Docs as Code Strategy for your Doc Team
Docs as Code has long been associated with developer-centric workflows, but the same principles can empower documentation teams. By integrating Docs as Code into internal processes, writers can collaborate on code samples, improve accuracy, and ensure consistency across documentation. This article outlines a strategy for enabling doc teams to maintain and share their code samples … Continue reading A Docs as Code Strategy for your Doc Team
The Magic of the Command Line
I've kind of geeked out on the command line. While it's mostly used in programming, system administration, and development tasks to interact with the computer's operating system, a coworker at ServiceNow several year ago showed me it can be used for much more. He used the command line for Git version control, bypassing GUI-based software … Continue reading The Magic of the Command Line