From ce2d2ad82ef22a71503cb3216d8bff778e525690 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 5 Jun 2021 16:35:50 +0200 Subject: [PATCH] Fix --- doc/DISCLAIMER.md | 6 +++++- doc/DISCLAIMER_fr.md | 4 ++++ manifest.json | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 4a86552..04cc4bc 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -1,3 +1,7 @@ -#### Setup +## Setup Various configuration options are available for Mumble web on this configuration file `/var/www/mumble-web/dist/config.local.js` + +### Documentation + +- Framasoft documentation: https://docs.framasoft.org/fr/jitsimeet/mumble.html diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 5368175..c8188d7 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -1,3 +1,7 @@ ## Configuration Diverses options de configuration sont disponibles pour Mumble web sur ce fichier de configuration `/var/www/mumble-web/dist/config.local.js` + +## Documentation + +- documentation Framasoft : https://docs.framasoft.org/fr/jitsimeet/mumble.html diff --git a/manifest.json b/manifest.json index 7f6e660..efe8047 100644 --- a/manifest.json +++ b/manifest.json @@ -11,6 +11,7 @@ "upstream": { "license": "BSD-3-Clause", "website": "https://mumble.info", + "demo": "https://web.mumble.framatalk.org/", "admindoc": "https://docs.framasoft.org/fr/jitsimeet/mumble.html", "code": "https://github.com/Johni0702/mumble-web/" },