
How to use Jekyll to create a versioned documentation site – configuration options for maintaining software and code versions with docs source versions.
Technical writing with Continuous Integration and docs-as-code
by annegentle
How to use Jekyll to create a versioned documentation site – configuration options for maintaining software and code versions with docs source versions.
by annegentle
An article I wrote on GitHub for the docslikecode.com website: What if you could use GitHub, static site generators, and Continuous Integration and Deployment (CI/CD) for our documentation? I imagine you can track your backlog and get some metrics on the quality with their nice contributor graphs. I bet you could measure “docs drift” to […]
by annegentle
When you treat docs like code, you want to deploy that “code” to a web site. In our case, these code source files are doc source files. We want to see how something like a documentation site looks on a web site with a static site generator (SSG) like Jekyll. I had been practicing these […]