1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

Add README

This commit is contained in:
Unrud 2021-03-23 00:12:43 +01:00
parent d14688107e
commit 9bd4d632c9

15
README.md Normal file
View file

@ -0,0 +1,15 @@
# Documentation
For the complete documentation, please visit [Radicale Documentation](https://radicale.org/).
## 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.