initial idea for adrs
All checks were successful
Build Documentation / build (push) Successful in 22s
Build Documentation / docker (push) Successful in 11s

This commit is contained in:
Tobias Brunner 2025-12-05 09:26:58 +01:00
parent 4a4446177b
commit 35260a218d
Signed by: tobru
SSH key fingerprint: SHA256:kOXg1R6c11XW3/Pt9dbLdQvOJGFAy+B2K6v6PtRWBGQ
5 changed files with 29 additions and 280 deletions

View file

@ -6,21 +6,6 @@ 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",
]}
]
[project.theme]
language = "en"