[project]
site_name = "rtb-tui"
site_description = "Reusable TUI widgets: forms, wizards, prompts, tables."
site_author = "Matt Cockayne"
site_url = "https://tui.rust.phpboyscout.uk"
repo_url = "https://gitlab.com/phpboyscout/rust/tui"
copyright = """
Copyright © 2026 Matt Cockayne
"""
[project.theme]
language = "en"
features = [
"content.code.copy",
"navigation.footer",
"navigation.indexes",
"navigation.sections",
"search.highlight",
"search.suggest",
"toc.follow",
]
[[project.nav]]
"Overview" = "index.md"
[[project.nav]]
"Reference (docs.rs)" = "https://docs.rs/rtb-tui"