26 lines
654 B
TOML
26 lines
654 B
TOML
[project]
|
|
site_name = "Servala Documentation"
|
|
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"
|
|
|
|
[project.theme]
|
|
language = "en"
|
|
palette.primary = "purple"
|
|
palette.accent = "deep purple"
|
|
font = false
|
|
logo = "images/servala-icon.png"
|
|
favicon = "images/servala-favicon.png"
|
|
features = [
|
|
"navigation.instant",
|
|
"navigation.instant.prefetch",
|
|
"navigation.tracking",
|
|
"navigation.tabs",
|
|
"navigation.tabs.sticky",
|
|
"navigation.top",
|
|
"navigation.footer",
|
|
"content.action.edit"
|
|
]
|