Documentation Index
Fetch the complete documentation index at: https://jacobpevans-docs-daily-polish-docs-2026-05-26.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
CLAUDE.md — docs.jacobpevans.com
Source for docs.jacobpevans.com, a Mintlify-based personal documentation site covering homelab infrastructure, AI development, observability, and security. Full agent instructions are in AGENTS.md. Key points for quick reference:Stack
- Framework: Mintlify (Hobby tier), deployed via GitHub app on push to
main - Content: MDX files with YAML frontmatter +
docs.jsonconfig - Diagrams: Mermaid with ELK layout (hand-drawn look, canonical theme required — see AGENTS.md)
- Dev shell:
nix develop(flake.nix) or Node 20+
Quick commands
Critical conventions
- All Mermaid blocks must start with the canonical
%%{init: ...}%%directive (exact bytes — see AGENTS.md) - Run
grep -h '%%{init:' --include='*.mdx' -r . | sort -u | wc -l— must return1 - Public information only: no real IPs, hostnames, credentials, or references to private repos
- Sentence case for headings; active voice, second person
Repo layout
Content boundaries
- Modify:
*.mdx,docs.json,*.md, diagrams - Do not modify:
.github/workflows/,flake.nix,package.json