Markdown

illustrations illustrations illustrations illustrations illustrations illustrations illustrations
Migrating documentation

Migrating documentation

Migrating documentation from one software platform to another can be painful. I remember the days when moving a Word document back and forth between Mac and Windows caused problems. I started working …

Read More
Bulk converting Markdown to HTML

Bulk converting Markdown to HTML

Converting Markdown to HTML is easy. Just publish it with a static site generator (SSG). But maybe you’re using a cloud-based Markdown documentation solution, and you don’t have a local …

Read More
Low budget developer portal

Low budget developer portal

Back in 2019, I had to create a developer portal with no budget. I wrote up the experience and last year I published it here as a three part series. My requirements were that it would have the …

Read More
Creating diagrams with Mermaid

Creating diagrams with Mermaid

I’m a convert to writing docs in Markdown. Most of this website is written using it (displayed with Hugo). But sometimes you need to include a chart or diagram in your docs. Historically, this …

Read More