Residual review finding (P1): mkdocs.yml:4\n\nStrict MkDocs gate can fail when docs_dir scans the entire repository and traverses non-doc trees/symlink paths.\n\nSuggested fix:\n- Either move to docs_dir: docs and explicitly include intended pages, or\n- Keep docs_dir: . and add exclude_docs patterns for non-doc trees and broken paths (at minimum volumes/, plus vendor/ and node_modules/** as applicable).\n\nVerification:\n- docker run --rm -v "/home/ubuntu/my-media-stack:/docs" -w /docs squidfunk/mkdocs-material:latest build -f mkdocs.yml --strict\n\nSource: LFG step 3 code review finding F1 (2026-06-03).
Residual review finding (P1): mkdocs.yml:4\n\nStrict MkDocs gate can fail when docs_dir scans the entire repository and traverses non-doc trees/symlink paths.\n\nSuggested fix:\n- Either move to docs_dir: docs and explicitly include intended pages, or\n- Keep docs_dir: . and add exclude_docs patterns for non-doc trees and broken paths (at minimum volumes/, plus vendor/ and node_modules/** as applicable).\n\nVerification:\n- docker run --rm -v "/home/ubuntu/my-media-stack:/docs" -w /docs squidfunk/mkdocs-material:latest build -f mkdocs.yml --strict\n\nSource: LFG step 3 code review finding F1 (2026-06-03).