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
2022-04-24 19:14:27 +02:00
.github/workflows Add configuration for redirects 2021-12-01 22:48:51 +01:00
assets Hide <select> and navigation buttons in HTML 2021-12-05 14:00:49 +01:00
documentation-generator Indent html with two spaces 2022-04-24 19:14:27 +02:00
.gitignore Update .gitignore 2021-11-14 23:43:27 +01:00
.mdl.style Lint markdown 2021-12-14 22:27:41 +01:00
.mdlrc Lint markdown 2021-12-14 22:27:41 +01:00
1.1.html Generate documentation 2021-12-05 02:00:38 +00:00
2.1.html Generate documentation 2021-12-05 02:00:38 +00:00
3.0.html Generate documentation 2021-12-05 02:00:38 +00:00
CNAME Update CNAME 2019-11-30 19:50:50 +01:00
index.html Generate documentation 2021-12-05 02:00:38 +00:00
master.html Generate documentation 2022-01-18 20:42:16 +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-14 21:31:19 +00:00
v2.html Generate documentation 2021-12-14 21:31:19 +00:00
v3.html Generate documentation 2022-01-18 23:29:21 +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.