# 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"