Organizing & Making Documentation Findable

Documentation & Runbooks

Chapter 9 · Organizing & Making Documentation Findable

Chapters 1 through 8 covered producing documentation that's accurate, secure, and genuinely tested. This chapter covers the last practical problem: a technically excellent document nobody can actually find in the moment they need it fails its own purpose just as completely as a wrong one would — just through a different mechanism entirely.

Findability Is a Separate Problem From Quality

A perfectly accurate, well-tested runbook buried in the wrong folder, named inconsistently, or scattered across three slightly different copies fails a stressed reader just as thoroughly as an inaccurate one would. All the work from every prior chapter in this course is wasted if the reader simply can't locate the document at the moment it matters.

Consistent Naming and Location

A predictable naming and location scheme lets a reader guess where something likely lives, or search effectively, rather than needing to already know a specific document exists before they can find it. Consistency matters more than any particular convention — the value comes from a reader being able to predict the pattern, not from the pattern itself being perfect.

Tagging: Multiple Paths to the Same Document

Tag by system, by severity or criticality, and by document type (Chapter 2's own KB article/runbook/ticket distinction) — a reader searching under pressure might know the system name but not the specific problem, or the reverse, so more than one path to the same document genuinely helps.

Cross-Linking Related Documents

A runbook should link directly to its own supporting KB article — Chapter 2's own "split a growing background section into its own linked article" pattern — and related runbooks for the same system should reference each other, so a reader who finds one has a clear path to the others they might also need.

The Duplicate-Copy Problem: A Sneaky Variant of Decay

Chapter 7 covered a document going stale where it lives. This is a related but distinct problem: once a document is updated, old copies pasted elsewhere — a chat message, a different wiki page, a printed page left on a desk — don't get updated along with it, and can be found and followed instead of the current version. The original document can be perfectly current while an outdated copy of it, still findable somewhere else, actively misleads whoever happens to find that copy first.

Deprecate, Don't Silently Delete or Silently Leave in Place

When a document is genuinely retired — the procedure no longer applies, the system it describes was decommissioned — mark it clearly as deprecated or archived. Silently deleting it loses potentially useful historical context; silently leaving it in place looking current means someone can find and follow it by accident, the same duplicate-copy problem above, but applied to the original document itself once it's no longer accurate.

Worked example: two runbooks, one stressed reader
Two nearly identical runbooks exist for restarting the same service — one written 18 months ago, now subtly outdated, and one updated just last month. Both remain findable via search, with nothing distinguishing which is actually current. A stressed reader grabs the older one and runs into exactly the kind of gap Chapter 7 described. The fix isn't better search — it's clearly deprecating the old runbook and consolidating into one current, clearly-labeled document, rather than leaving two live copies for a reader to guess between.
"Findable" isn't the same as "the first result"
A good search and tagging system still needs a clear signal about which of several similar-looking results is actually the current, correct one. Making something findable solves half the problem; making it unambiguous which findable copy to trust solves the other half.

Hands-On Exercises

Exercise 1

Explain why findability is described as a genuinely separate problem from accuracy, rather than as one more dimension of a document's own quality.

📄 View solution
Exercise 2

Explain how the duplicate-copy problem differs from Chapter 7's own decay problem, even though both result in a reader following outdated information.

📄 View solution
Exercise 3

Using the two-runbooks worked example, explain why the actual fix was deprecating and consolidating rather than simply improving search so the current version ranks higher.

📄 View solution

Chapter 9 Quick Reference

  • Findability is separate from accuracy — an unfindable perfect document fails just as completely as a wrong one
  • Consistent naming/location, tagging by multiple axes (system, severity, document type), and cross-linking all help
  • Duplicate copies elsewhere don't update when the original does — a sneaky variant of Chapter 7's own decay problem
  • Deprecate retired documents clearly — don't silently delete (loses context) or silently leave them looking current (misleads a reader)
  • Findable and unambiguous are two different problems — solve both, not just one
  • Next: Chapter 10, the capstone — three documentation tasks, start to finish