From ae5211e34fe637e4816fd7971137304c3064b7f4 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 21 Oct 2021 01:26:13 +0200 Subject: [PATCH] remove some useless entries in the manifest --- manifest.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index 1b6df43..bdd5878 100644 --- a/manifest.json +++ b/manifest.json @@ -13,7 +13,6 @@ "website": "https://gitlab.com", "demo": "https://gitlab.com/explore", "admindoc": "https://docs.gitlab.com/", - "userdoc": "https://yunohost.org/fr/app_gitlab", "code": "https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab" }, "license": "MIT", @@ -32,19 +31,16 @@ "install": [ { "name": "domain", - "type": "domain", - "example": "example.com" + "type": "domain" }, { "name": "path", "type": "path", - "example": "/gitlab", "default": "/gitlab" }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" }, { "name": "is_public",