openreader/docs-site
Richard R 9f25e05cce feat(previews): implement document preview generation and caching
- Add document preview caching logic with in-memory and persisted storage.
- Implement S3 blobstore functions for managing document previews.
- Create rendering functions for PDF and EPUB cover images to JPEG format.
- Introduce database schema and functions for managing document preview metadata.
- Add unit tests for rendering PDF and EPUB previews.
2026-02-12 16:05:03 -07:00
..
docs feat(previews): implement document preview generation and caching 2026-02-12 16:05:03 -07:00
static refactor(audiobooks): migrate audiobook pipeline to object storage 2026-02-11 02:44:34 -07:00
.gitignore feat(docs): add configurable rate limiting and external docs 2026-02-10 15:11:37 -07:00
custom.css feat(docs): add configurable rate limiting and external docs 2026-02-10 15:11:37 -07:00
docusaurus.config.ts docs: reorganize documentation structure and fix word highlight behavior 2026-02-11 06:03:51 -07:00
package.json feat(docs): add configurable rate limiting and external docs 2026-02-10 15:11:37 -07:00
pnpm-lock.yaml feat(docs): add configurable rate limiting and external docs 2026-02-10 15:11:37 -07:00
sidebars.ts docs: reorganize documentation structure and fix word highlight behavior 2026-02-11 06:03:51 -07:00
tsconfig.json feat(docs): add configurable rate limiting and external docs 2026-02-10 15:11:37 -07:00