mirror of
https://github.com/veeso/termscp.git
synced 2026-07-09 18:05:09 +02:00
23 lines
596 B
TOML
23 lines
596 B
TOML
[book]
|
|
title = "termscp"
|
|
description = "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/SMB/WebDAV"
|
|
authors = ["Christian Visintin"]
|
|
language = "en"
|
|
src = "."
|
|
|
|
[output.html]
|
|
default-theme = "light"
|
|
preferred-dark-theme = "navy"
|
|
git-repository-url = "https://github.com/veeso/termscp"
|
|
edit-url-template = "https://github.com/veeso/termscp/edit/main/docs/en-US/{path}"
|
|
additional-js = ["lang-switcher.js", "mermaid.min.js", "mermaid-init.js"]
|
|
|
|
[output.html.fold]
|
|
enable = true
|
|
level = 1
|
|
|
|
[preprocessor]
|
|
|
|
[preprocessor.mermaid]
|
|
command = "mdbook-mermaid"
|