what documentation?

find / -name 'docs' 2>/dev/null

$ man documentation

No manual entry for documentation.

$ ls -la /docs/

ls: cannot access '/docs/': No such file or directory

$ find / -name 'runbook*' 2>/dev/null

(no output)

$ find /shared -name '*diagram*' 2>/dev/null

/shared/network-diagram-FINAL.vsdx

/shared/network-diagram-FINAL-v2.vsdx

/shared/network-diagram-FINAL-v2-USE-THIS-ONE.vsdx

/shared/network-diagram-FINAL-v2-USE-THIS-ONE-UPDATED.vsdx

/shared/network-diagram-FINAL-v2-USE-THIS-ONE-UPDATED-REAL.vsdx

$ file '/shared/network-diagram-FINAL-v2-USE-THIS-ONE-UPDATED-REAL.vsdx'

Binary file — not your problem anymore.

$ git log --oneline -- docs/

fatal: ambiguous argument 'docs/': unknown revision

$ grep -r 'documented' . --include='*.md'

TODO: document this

$ cat change-log.txt

cat: change-log.txt: No such file or directory

$ echo 'documentation is next sprint'

documentation is next sprint

$ echo 'documentation is next sprint' >> /dev/null

$

NOTE

Documentation was scheduled to be written after the project. It was cancelled due to a P1 incident. The incident was caused by an undocumented config change.

Documentation has been rescheduled to next sprint for the last 11 sprints.

In the meantime, the network topology lives in Dave's head. Dave left in 2022.