1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-05 17:08:29 +00:00

Add the configuration file in the project.

This commit is contained in:
Guillaume Ayoub 2010-07-30 19:44:41 +02:00
parent 5666da1d41
commit 8e83022067

10
configuration Normal file
View file

@ -0,0 +1,10 @@
{
"title": "Radicale CalDAV Server",
"menu": [
{"name": "Home", "link": "/home"},
{"name": "News", "link": "/news"},
{"name": "Documentation", "link": "/documentation"},
{"name": "Contribute", "link": "/contribute"},
{"name": "Download", "link": "/download"}
]
}