diff --git a/docs/index.md b/docs/index.md index b7470cc..13d0645 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,13 +10,15 @@ Try it: [pagepiper.circuitforge.tech](https://pagepiper.circuitforge.tech) ### Library -![Library view](screenshots/01-library.png) +![Library view](screenshots/01-library.png){ .only-light } +![Library view](screenshots/01-library-dark.png){ .only-dark } Scan your PDF directory to index documents, or upload individual PDFs directly. Each document shows page count and shelving status. ### Chat -![Chat view](screenshots/02-chat.png) +![Chat view](screenshots/02-chat.png){ .only-light } +![Chat view](screenshots/02-chat-dark.png){ .only-dark } Ask questions across your indexed documents. Results cite the source document and page number. diff --git a/docs/screenshots/01-library-dark.png b/docs/screenshots/01-library-dark.png new file mode 100644 index 0000000..9a9f02c Binary files /dev/null and b/docs/screenshots/01-library-dark.png differ diff --git a/docs/screenshots/02-chat-dark.png b/docs/screenshots/02-chat-dark.png new file mode 100644 index 0000000..de416f6 Binary files /dev/null and b/docs/screenshots/02-chat-dark.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 66e7443..7d70862 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -31,6 +31,7 @@ theme: markdown_extensions: - admonition + - attr_list - pymdownx.details - pymdownx.superfences: custom_fences: @@ -59,6 +60,7 @@ nav: - Architecture: reference/architecture.md - Tier System: reference/tier-system.md - Environment Variables: reference/environment-variables.md + - All CF Docs: https://docs.circuitforge.tech extra_css: - stylesheets/theme.css