Vapora/docs/book.toml
Jesús Pérez 7110ffeea2
Some checks failed
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
chore: extend doc: adr, tutorials, operations, etc
2026-01-12 03:32:47 +00:00

31 lines
779 B
TOML

[book]
title = "VAPORA Platform Documentation"
description = "Comprehensive documentation for VAPORA, an intelligent development orchestration platform built entirely in Rust."
authors = ["VAPORA Team"]
language = "en"
src = "src"
build-dir = "book"
[build]
create-missing = true
[output.html]
default-theme = "light"
preferred-dark-theme = "dark"
git-repository-url = "https://github.com/vapora-platform/vapora"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/vapora-platform/vapora/edit/main/docs/{path}"
site-url = "/vapora-docs/"
cname = "docs.vapora.io"
no-section-label = false
search-enable = true
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-heading-for-link-text = true
[output.html.print]
enable = true