CR-2026-02-25: AsciiDoc Attribute Refactor — Rollback

Rollback Plan

All changes are tracked in git. To rollback:

# Revert specific file
git checkout HEAD~1 -- pages/runbooks/<file>.adoc

# Or revert entire batch
git revert <commit-hash>
Rollback restores hardcoded values. This is acceptable as a temporary measure but the hardcoded values should be re-converted once the issue is resolved.