-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
16 lines (15 loc) · 717 Bytes
/
Copy pathbook.toml
File metadata and controls
16 lines (15 loc) · 717 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[book]
title = "processkit"
description = "Asyncio-native, kernel-backed, no-orphan child-process toolkit for Python — a thin binding to the processkit Rust crate."
src = "docs"
language = "en"
[output.html]
git-repository-url = "https://github.com/ZelAnton/processkit-py"
edit-url-template = "https://github.com/ZelAnton/processkit-py/edit/main/docs/{path}"
site-url = "/processkit-py/"
additional-css = ["theme/custom.css"]
# nav-links.js upgrades the Rust/CLI/Python/.NET reserved draft chapters pinned
# above Overview into external links and marks the Python entry as the current
# implementation. mdBook has no native way to point a sidebar entry at an
# external URL.
additional-js = ["theme/nav-links.js"]