docs: update theme configuration instructions with simplified JSON format and add Docker command example.
```
This commit is contained in:
Bruno Charest 2026-01-20 14:33:02 -05:00
parent 952f7bfa66
commit 721d53025a

View File

@ -54,10 +54,14 @@ Ajoutez ou mettez à jour `data/config.json.php` :
```json ```json
{ {
"resource": { "resource": {
"raintpl_tpl": "tpl/shaarli-pro/" "theme": "shaarli-pro"
} }
} }
``` ```
ou utiliser cette commande docker
```bash
docker exec -it myshaarli sed -i 's/"theme": "default"/"theme": "shaarli-pro"/' /var/www/shaarli/data/config.json.php
```
Redémarrez votre service PHP si nécessaire et videz le cache navigateur. Redémarrez votre service PHP si nécessaire et videz le cache navigateur.