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:
parent
5666da1d41
commit
8e83022067
1 changed files with 10 additions and 0 deletions
10
configuration
Normal file
10
configuration
Normal 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"}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue