mirror of
https://github.com/veeso/termscp.git
synced 2026-08-31 01:15:56 -07:00
974b6d6917
* feat(gcs): add Google Cloud Storage support Closes #436 * fix: honor configured protocol and finalization errors * ci: remove TruffleHog checks
23 lines
600 B
TOML
23 lines
600 B
TOML
[book]
|
|
title = "termscp"
|
|
description = "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/GCS/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"
|