documentation/zensical.toml

27 lines
654 B
TOML
Raw Normal View History

2025-12-04 14:10:15 +01:00
[project]
site_name = "Servala Documentation"
2025-12-04 16:55:02 +01:00
site_url = "https://docs.servala.com"
site_description = "Documentation for the Servala Ecosystem"
site_author = "Servala"
copyright = "© 2025 Servala"
docs_dir = "docs"
dev_addr = "localhost:2020"
2025-12-04 14:10:15 +01:00
[project.theme]
language = "en"
2025-12-04 16:55:02 +01:00
palette.primary = "purple"
palette.accent = "deep purple"
font = false
logo = "images/servala-icon.png"
favicon = "images/servala-favicon.png"
2025-12-04 14:10:15 +01:00
features = [
"navigation.instant",
"navigation.instant.prefetch",
"navigation.tracking",
2025-12-04 16:55:02 +01:00
"navigation.tabs",
"navigation.tabs.sticky",
"navigation.top",
"navigation.footer",
"content.action.edit"
2025-12-04 14:10:15 +01:00
]