documentation/zensical.toml

42 lines
961 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"
#repo_url = "https://servala.app.codey.ch/servala/documentation"
#repo_name = "servala/documentation"
#edit_uri = "_edit/main/docs/"
nav = [
{"Introduction" = "index.md"},
{"Architecture" = [
"markdown.md",
]},
{"End-User" = [
"markdown.md",
]},
{"ADRs" = [
"markdown.md",
]}
]
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
]