```
docs: update theme configuration instructions with simplified JSON format and add Docker command example. ```
This commit is contained in:
parent
952f7bfa66
commit
721d53025a
@ -54,10 +54,14 @@ Ajoutez ou mettez à jour `data/config.json.php` :
|
||||
```json
|
||||
{
|
||||
"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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user