move-folder-to-keep-private-and-add-scraper-to-gitignore
This commit is contained in:
parent
76f758de5c
commit
fae94fc903
3 changed files with 8 additions and 0 deletions
1
docs/.gitignore
vendored
1
docs/.gitignore
vendored
|
|
@ -23,3 +23,4 @@ yarn-error.log*
|
|||
!package.json
|
||||
!package-lock.json
|
||||
!yarn.lock
|
||||
!scraper.config.json
|
||||
|
|
|
|||
BIN
docs/pdf/openrag-documentation.pdf
Normal file
BIN
docs/pdf/openrag-documentation.pdf
Normal file
Binary file not shown.
7
docs/scraper.config.json
Normal file
7
docs/scraper.config.json
Normal 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
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue