-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathbook.toml
More file actions
31 lines (27 loc) · 1.01 KB
/
Copy pathbook.toml
File metadata and controls
31 lines (27 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright (C) 2026 RS-Key contributors
#
# mdBook config for the documentation site. The source is the existing docs/
# tree (so the same files render on GitHub and on the site); the nav is
# docs/SUMMARY.md. Mermaid diagrams are rendered by the mdbook-mermaid
# preprocessor — run `mdbook-mermaid install .` once (it writes the gitignored
# mermaid.min.js / mermaid-init.js) before `mdbook build`. scripts/docs.sh does
# this for you.
[book]
title = "RS-Key"
description = "Experimental open-source security-key firmware for the Raspberry Pi RP2350."
authors = ["RS-Key contributors"]
language = "en"
src = "docs"
[output.html]
default-theme = "rust"
preferred-dark-theme = "ayu"
site-url = "/RS-Key/"
git-repository-url = "https://github.com/TheMaxMur/RS-Key"
edit-url-template = "https://github.com/TheMaxMur/RS-Key/edit/main/{path}"
additional-js = ["mermaid.min.js", "mermaid-init.js"]
[output.html.fold]
enable = true
level = 1
[preprocessor.mermaid]
command = "mdbook-mermaid"