Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 059ad21ed3 |
4 changed files with 6 additions and 2 deletions
|
|
@ -10,13 +10,15 @@ Try it: [pagepiper.circuitforge.tech](https://pagepiper.circuitforge.tech)
|
||||||
|
|
||||||
### Library
|
### Library
|
||||||
|
|
||||||

|
{ .only-light }
|
||||||
|
{ .only-dark }
|
||||||
|
|
||||||
Scan your PDF directory to index documents, or upload individual PDFs directly. Each document shows page count and shelving status.
|
Scan your PDF directory to index documents, or upload individual PDFs directly. Each document shows page count and shelving status.
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
|
|
||||||

|
{ .only-light }
|
||||||
|
{ .only-dark }
|
||||||
|
|
||||||
Ask questions across your indexed documents. Results cite the source document and page number.
|
Ask questions across your indexed documents. Results cite the source document and page number.
|
||||||
|
|
||||||
|
|
|
||||||
BIN
docs/screenshots/01-library-dark.png
Normal file
BIN
docs/screenshots/01-library-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
BIN
docs/screenshots/02-chat-dark.png
Normal file
BIN
docs/screenshots/02-chat-dark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
|
|
@ -31,6 +31,7 @@ theme:
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
- attr_list
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences:
|
- pymdownx.superfences:
|
||||||
custom_fences:
|
custom_fences:
|
||||||
|
|
@ -59,6 +60,7 @@ nav:
|
||||||
- Architecture: reference/architecture.md
|
- Architecture: reference/architecture.md
|
||||||
- Tier System: reference/tier-system.md
|
- Tier System: reference/tier-system.md
|
||||||
- Environment Variables: reference/environment-variables.md
|
- Environment Variables: reference/environment-variables.md
|
||||||
|
- All CF Docs: https://docs.circuitforge.tech
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- stylesheets/theme.css
|
- stylesheets/theme.css
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue