18
0
Fork 0

Ajout section Troubleshooting

This commit is contained in:
whirigoyen 2022-09-14 10:03:58 +02:00
parent 4edeb03505
commit 2ced07c966
1 changed files with 11 additions and 0 deletions

View File

@ -130,3 +130,14 @@ Pour voir la liste des langages supportés pour le _highlighting_ :
~~~
$ pandoc -v
~~~
## Troubleshooting
Si Gitit affiche certaines pages en markdown sans linterpréter, il faut supprimer le répertoire `cache` dans son répertoire racine et redémarrer le service :
~~~
# rm -f <GITIT_ROOT>/cache
# systemctl restart <INSTANCE>
~~~