Skip to content

docs: docs.jacobpevans.com missing 4 key pages — /networking, /backup, /monitoring, /firewall all 404 #241

Description

@JacobPEvans-personal

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

  1. Direct curl test: all 4 paths return 404 on docs.jacobpevans.com
  2. GitHub code search: 0 matches for networking/backup/monitoring/firewall in the docs repo
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions