Affected area
Summary
Two documentation mismatches against main (checked 2026-08-25):
- README links to
docs/external-services.md in two places, but that file is not in the repo. docs/ currently has adr/, assets/, and pdf-profile-agent.html only.
- README lists
.html under Coming Soon, but HTML parsing is already implemented and advertised in the env examples.
Reproduction
- Open
README.md Quick Start (env notes) and Additional Guides. Both link to docs/external-services.md.
ls docs/ — the file is missing (GitHub 404).
- README Supported Formats still has
.html in Coming Soon:
- Contrast with the implementation:
apps/api/.env.example and apps/worker/.env.example set SUPPORTED_EXTENSIONS=...html,.htm
- Worker routes
.html / .htm in apps/worker/app/services/document_parser/orchestration/format_router.py to HtmlParseAdapter → parse_html() in formats/html/document_parser.py
Expected
- The linked external-services guide exists.
- Supported formats match
SUPPORTED_EXTENSIONS and the worker router.
Proposed fix
Docs-only follow-up (no API / worker / deploy / env-default changes):
- Add
docs/external-services.md from the two .env.example files and README (no invented keys, no real secrets or private endpoints).
- Move
.html / .htm to the supported list; keep .epub and .xml in Coming Soon.
Affected area
Summary
Two documentation mismatches against
main(checked 2026-08-25):docs/external-services.mdin two places, but that file is not in the repo.docs/currently hasadr/,assets/, andpdf-profile-agent.htmlonly..htmlunder Coming Soon, but HTML parsing is already implemented and advertised in the env examples.Reproduction
README.mdQuick Start (env notes) and Additional Guides. Both link todocs/external-services.md.ls docs/— the file is missing (GitHub 404)..htmlin Coming Soon:[ ] .epub .html .xmlapps/api/.env.exampleandapps/worker/.env.examplesetSUPPORTED_EXTENSIONS=...html,.htm.html/.htminapps/worker/app/services/document_parser/orchestration/format_router.pytoHtmlParseAdapter→parse_html()informats/html/document_parser.pyExpected
SUPPORTED_EXTENSIONSand the worker router.Proposed fix
Docs-only follow-up (no API / worker / deploy / env-default changes):
docs/external-services.mdfrom the two.env.examplefiles and README (no invented keys, no real secrets or private endpoints)..html/.htmto the supported list; keep.epuband.xmlin Coming Soon.