mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-17 05:44:20 +01:00
18 lines
376 B
TOML
18 lines
376 B
TOML
[book]
|
|
authors = ["Roei Erez"]
|
|
language = "en"
|
|
multilingual = true
|
|
src = "src"
|
|
title = "Breez SDK"
|
|
|
|
[output.html]
|
|
theme="theme"
|
|
additional-js = ["tabs.js"]
|
|
git-repository-url = "https://github.com/breez/breez-sdk-docs"
|
|
edit-url-template = "https://github.com/breez/breez-sdk-docs/edit/main/{path}"
|
|
|
|
[output.html.print]
|
|
enable = false
|
|
|
|
[preprocessor.snippets]
|
|
after = ["links"] |