1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
A simple CalDAV (calendar) and CardDAV (contact) server. https://radicale.org/
Find a file
2021-12-02 00:48:14 +01:00
.github/workflows Add configuration for redirects 2021-12-01 22:48:51 +01:00
assets Optimize CSS 2020-08-20 15:38:18 +02:00
documentation-generator Remove code for old branch names 2021-12-02 00:48:14 +01:00
.gitignore Update .gitignore 2021-11-14 23:43:27 +01:00
1.1.html Generate documentation 2021-12-01 23:42:22 +00:00
2.1.html Generate documentation 2021-12-01 23:42:22 +00:00
3.0.html Generate documentation 2021-12-01 23:42:22 +00:00
CNAME Update CNAME 2019-11-30 19:50:50 +01:00
index.html Generate documentation 2021-12-01 23:35:50 +00:00
master.html Generate documentation 2021-12-01 23:39:29 +00:00
README.md Add README 2021-03-23 00:12:43 +01:00
redirect.json Add redirects for old branch names 2021-12-02 00:40:59 +01:00
v1.html Generate documentation 2021-12-01 23:39:29 +00:00
v2.html Generate documentation 2021-12-01 23:39:29 +00:00
v3.html Generate documentation 2021-12-01 23:39:29 +00:00

Documentation

For the complete documentation, please visit Radicale Documentation.

Generator

The HTML documentation is automatically generated from the markdown file DOCUMENTATION.md in every git branch.

The documentation generator script is located in the documentation-generator directory. It is executed by the GitHub Actions workflow .github/workflows/generate-documentation.yml. Generated HTML files and index.html that redirects to the latest version are committed to this branch.