forked from yfedoseev/pdf_oxide_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
19 lines (16 loc) · 651 Bytes
/
Copy pathbook.toml
File metadata and controls
19 lines (16 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[book]
title = "pdf_oxide_api — the self-hostable PDF REST API"
description = "Stateless single-shot PDF REST API: extract text/markdown/html, fill AcroForm fields (Japanese/CJK), merge/split, pipeline. Self-hosted, Docker, no persistence."
authors = ["pdf_oxide_api contributors"]
language = "en"
src = "docs/src"
[build]
build-dir = "docs/book"
[output.html]
default-theme = "rust"
git-repository-url = "https://github.com/yfedoseev/pdf_oxide_api"
edit-url-template = "https://github.com/yfedoseev/pdf_oxide_api/edit/main/{path}"
# Served from the custom domain pdf.oxide.fyi at the site root.
site-url = "/"
[output.html.search]
enable = true