1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my-mind_ynh.git synced 2024-09-03 19:46:22 +02:00

Merge pull request #14 from YunoHost-Apps/testing

fix linter
This commit is contained in:
Éric Gaspar 2022-10-12 16:09:58 +02:00 committed by GitHub
commit 737b58491a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code. My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code.
**Shipped version:** 2.0~ynh1 **Shipped version:** 2.0~ynh2
**Demo:** http://my-mind.github.io/?map=examples/features.mymind **Demo:** http://my-mind.github.io/?map=examples/features.mymind
@ -28,7 +28,6 @@ My Mind is a web application for creating and managing Mind maps. It is free to
## Documentation and resources ## Documentation and resources
* Official app website: <https://github.com/ondras/my-mind> * Official app website: <https://github.com/ondras/my-mind>
* Official user documentation: <https://yunohost.org/apps>
* Official admin documentation: <https://github.com/ondras/my-mind/wiki> * Official admin documentation: <https://github.com/ondras/my-mind/wiki>
* Upstream app code repository: <https://github.com/ondras/my-mind> * Upstream app code repository: <https://github.com/ondras/my-mind>
* YunoHost documentation for this app: <https://yunohost.org/app_my-mind> * YunoHost documentation for this app: <https://yunohost.org/app_my-mind>

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code. My Mind is a web application for creating and managing Mind maps. It is free to use and you can fork its source code.
**Version incluse :** 2.0~ynh1 **Version incluse :** 2.0~ynh2
**Démo :** http://my-mind.github.io/?map=examples/features.mymind **Démo :** http://my-mind.github.io/?map=examples/features.mymind
@ -28,7 +28,6 @@ My Mind is a web application for creating and managing Mind maps. It is free to
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://github.com/ondras/my-mind> * Site officiel de l'app : <https://github.com/ondras/my-mind>
* Documentation officielle utilisateur : <https://yunohost.org/apps>
* Documentation officielle de l'admin : <https://github.com/ondras/my-mind/wiki> * Documentation officielle de l'admin : <https://github.com/ondras/my-mind/wiki>
* Dépôt de code officiel de l'app : <https://github.com/ondras/my-mind> * Dépôt de code officiel de l'app : <https://github.com/ondras/my-mind>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_my-mind> * Documentation YunoHost pour cette app : <https://yunohost.org/app_my-mind>

View file

@ -6,14 +6,13 @@
"en": "Online Mindmapping Software", "en": "Online Mindmapping Software",
"fr": "Éditeur de cartes mentales" "fr": "Éditeur de cartes mentales"
}, },
"version": "2.0~ynh1", "version": "2.0~ynh2",
"url": "https://github.com/ondras/my-mind", "url": "https://github.com/ondras/my-mind",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"website": "https://github.com/ondras/my-mind", "website": "https://github.com/ondras/my-mind",
"demo": "http://my-mind.github.io/?map=examples/features.mymind", "demo": "http://my-mind.github.io/?map=examples/features.mymind",
"admindoc": "https://github.com/ondras/my-mind/wiki", "admindoc": "https://github.com/ondras/my-mind/wiki",
"userdoc": "https://yunohost.org/apps",
"code": "https://github.com/ondras/my-mind" "code": "https://github.com/ondras/my-mind"
}, },
"license": "MIT", "license": "MIT",