From 8e83022067d06fc35dd74e9d36f26e30197f122d Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Fri, 30 Jul 2010 19:44:41 +0200 Subject: [PATCH] Add the configuration file in the project. --- configuration | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configuration diff --git a/configuration b/configuration new file mode 100644 index 00000000..60573c56 --- /dev/null +++ b/configuration @@ -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"} + ] +} \ No newline at end of file