move-folder-to-keep-private-and-add-scraper-to-gitignore

This commit is contained in:
Mendon Kissling 2025-10-20 16:44:39 -04:00
parent 76f758de5c
commit fae94fc903
3 changed files with 8 additions and 0 deletions

1
docs/.gitignore vendored
View file

@ -23,3 +23,4 @@ yarn-error.log*
!package.json
!package-lock.json
!yarn.lock
!scraper.config.json

Binary file not shown.

7
docs/scraper.config.json Normal file
View file

@ -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
}