Problem
Four key documentation pages on https://docs.jacobpevans.com return 404:
/networking
/backup
/monitoring
/firewall
These are referenced as section headers in the READMEs of multiple repos (ansible-proxmox-ai, ansible-proxmox-apps, nix-home) which link to docs.jacobpevans.com as a general hub.
Evidence (2026-08-21)
curl tests confirmed all 4 pages return 404:
curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/networking → 404
curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/backup → 404
curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/monitoring → 404
curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/firewall → 404
Verification against source
Searched the dryvist/docs repo for any source files referencing these sections — zero matches for networking, backup, monitoring, or firewall content. The pages are not missing from the published site alone; they have no source files in the docs repo either.
Impact
- Users following README links to
docs.jacobpevans.com will hit 404s for these critical sections
- The READMEs imply these sections exist (linking to the hub), creating a false expectation
- This was already flagged in a prior docs-study run (2026-08-20) but remains unresolved
Sources
- Direct curl test: all 4 paths return 404 on docs.jacobpevans.com
- GitHub code search: 0 matches for networking/backup/monitoring/firewall in the docs repo
- Last docs-study memory entry (2026-08-20) already flagged this as drift
Recommendation
Either: (a) create the missing pages in the docs repo under content/networking/, content/backup/, content/monitoring/, and content/firewall/, or (b) remove the implied references from READMEs and update the hub page to only link to existing sections.
Problem
Four key documentation pages on
https://docs.jacobpevans.comreturn 404:/networking/backup/monitoring/firewallThese are referenced as section headers in the READMEs of multiple repos (ansible-proxmox-ai, ansible-proxmox-apps, nix-home) which link to
docs.jacobpevans.comas a general hub.Evidence (2026-08-21)
curl tests confirmed all 4 pages return 404:
curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/networking→ 404curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/backup→ 404curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/monitoring→ 404curl -sS -L --max-time 15 -o /dev/null -w "%{http_code}" https://docs.jacobpevans.com/firewall→ 404Verification against source
Searched the
dryvist/docsrepo for any source files referencing these sections — zero matches for networking, backup, monitoring, or firewall content. The pages are not missing from the published site alone; they have no source files in the docs repo either.Impact
docs.jacobpevans.comwill hit 404s for these critical sectionsSources
Recommendation
Either: (a) create the missing pages in the docs repo under
content/networking/,content/backup/,content/monitoring/, andcontent/firewall/, or (b) remove the implied references from READMEs and update the hub page to only link to existing sections.