diff --git a/docs/.gitignore b/docs/.gitignore index 0247a7ea..c010f4db 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -23,3 +23,4 @@ yarn-error.log* !package.json !package-lock.json !yarn.lock +!scraper.config.json diff --git a/docs/pdf/openrag-documentation.pdf b/docs/pdf/openrag-documentation.pdf new file mode 100644 index 00000000..cec6d2aa Binary files /dev/null and b/docs/pdf/openrag-documentation.pdf differ diff --git a/docs/scraper.config.json b/docs/scraper.config.json new file mode 100644 index 00000000..94c57806 --- /dev/null +++ b/docs/scraper.config.json @@ -0,0 +1,7 @@ +{ + "baseUrl": "http://localhost:3000", + "entryPoint": "http://localhost:3000", + "outputDir": "./pdf/openrag-documentation.pdf", + "customStyles": "table { max-width: 3500px !important; } .navbar, .footer, .breadcrumbs { display: none !important; }", + "forceImages": true +} \ No newline at end of file