forked from toolshed/coopcloud.tech
32 lines
830 B
TOML
32 lines
830 B
TOML
baseURL = "https://coopcloud.tech"
|
|
languageCode = "en-gb"
|
|
title = "The Co-op Cloud"
|
|
theme = "coopcloud.tech"
|
|
[menu]
|
|
[[menu.main]]
|
|
name = "Home"
|
|
pre = "home"
|
|
url = "/"
|
|
weight = 1
|
|
[[menu.main]]
|
|
name = "Documentation"
|
|
url = "https://docs.coopcloud.tech"
|
|
weight = 2
|
|
|
|
[params]
|
|
[params.links]
|
|
docs = "https://docs.coopcloud.tech/"
|
|
docsfaq = "https://docs.coopcloud.tech/faq/"
|
|
getinvolved = "https://docs.coopcloud.tech/contribute/"
|
|
autonomicSite = "https://autonomic.zone"
|
|
|
|
[[params.links.footer]]
|
|
name = "Source Code"
|
|
link = "https://git.autonomic.zone/coop-cloud"
|
|
[[params.links.footer]]
|
|
name = "Documentation"
|
|
link = "https://docs.coopcloud.tech"
|
|
[[params.links.footer]]
|
|
name = "Public Matrix chat"
|
|
link = "https://matrix.to/#/#coopcloud:autonomic.zone?via=autonomic.zone"
|