Resolve "Documentation: utiliser mkdocs (avec l'extension mkdocs-material) plutôt que Sphinx"

This commit is contained in:
2025-12-05 11:33:14 +00:00
committed by Julien Fastré
parent b221ad1621
commit 7ad24bef8a
87 changed files with 3500 additions and 4086 deletions

View File

@@ -0,0 +1,21 @@
## Send short messages (SMS) with the calendar bundle
To activate the sending of messages, you should run this command on a regular basis (using, for instance, a cronjob):
`bin/console chill:calendar:send-short-messages`
A transporter must be configured for the message to be effectively sent.
### Configure OVH Transporter
Currently, this is the only one transporter available.
To configure this, add this config variable in your environment:
```env
SHORT_MESSAGE_DSN=ovh://applicationKey:applicationSecret@endpoint?consumerKey=xxxx&sender=yyyy&service_name=zzzz
```
To generate the application key, secret, and consumerKey, refers to their [documentation ](https://docs.ovh.com/gb/en/api/first-steps-with-ovh-api/).
Before to be able to send your first sms, you must enable your account, grab some credits, and configure a sender. The service_name is an internal configuration generated by OVH.