openrag/docs/scraper.config.json
Mendon Kissling 845db2a288
docs: build PDF to /documents directory (#335)
* move-pdf-output-dir-to-documents-pdf

* add-readme

* Apply suggestion from @mendonk

* Apply suggestion from @aimurphy

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestion from @aimurphy

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

---------

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-11-03 11:13:16 -05:00

7 lines
No EOL
283 B
JSON

{
"baseUrl": "http://localhost:3000",
"entryPoint": "http://localhost:3000",
"outputDir": "../documents/openrag-documentation.pdf",
"customStyles": "table { max-width: 3500px !important; } .navbar, .footer, .breadcrumbs { display: none !important; }",
"forceImages": true
}