umbrella/config.toml
JMARyA 197e4cfde9
All checks were successful
ci/woodpecker/push/build Pipeline was successful
invest
2025-02-23 04:37:13 +01:00

38 lines
637 B
TOML

# Project Definition
[project]
# Project Name
name = "Root Project"
# Project Description
description = "Root Project"
# Project Icon
icon = "icon.png"
# Associated repositories
repositories = [
"https://github.com/example/example"
]
# Project Website
website = "https://example.com"
# Project Documentation
documentation = "https://docs.example.com"
# Project Start
since = "1999-00-00"
# Contact Information
# eMail
contact.email = "mail@example.com"
# Subprojects
[project.sub.name]
name = "Sub Project"
description = "Sub Project"
[project.sub.name.sub.subname]
name = "Sub Sub Project"
description = "Sub Sub Project"