From 8e957e5f1dd71d7bc2975b27621d46b712a713e6 Mon Sep 17 00:00:00 2001 From: Km Date: Sun, 4 Feb 2024 00:11:41 +0100 Subject: [PATCH] labels and licenses are directories (#29037) Be more explicit about custom path relative to licences and labels content --- docs/content/administration/customizing-gitea.en-us.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/administration/customizing-gitea.en-us.md b/docs/content/administration/customizing-gitea.en-us.md index 4c2d7ed0c4..915623e898 100644 --- a/docs/content/administration/customizing-gitea.en-us.md +++ b/docs/content/administration/customizing-gitea.en-us.md @@ -312,7 +312,7 @@ receive.certNonceSeed = ### Labels -Starting with Gitea 1.19, you can add a file that follows the [YAML label format](https://github.com/go-gitea/gitea/blob/main/options/label/Advanced.yaml) to `$GITEA_CUSTOM/options/label`: +Starting with Gitea 1.19, you can add a file that follows the [YAML label format](https://github.com/go-gitea/gitea/blob/main/options/label/Advanced.yaml) in the directory `$GITEA_CUSTOM/options/label/`: ```yaml labels: @@ -330,7 +330,7 @@ For more information, see the [labels documentation](usage/labels.md). ### Licenses -To add a custom license, add a file with the license text to `$GITEA_CUSTOM/options/license` +To add a custom license, add a file with the license text in the directory `$GITEA_CUSTOM/options/license/` ### Locales