Skip to content

Commit

Permalink
labels and licenses are directories (#29037)
Browse files Browse the repository at this point in the history
Be more explicit about custom path relative to licences and labels
content
  • Loading branch information
camlafit authored Feb 3, 2024
1 parent 8def405 commit 8e957e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/administration/customizing-gitea.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ receive.certNonceSeed = <randomstring>

### 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:
Expand All @@ -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

Expand Down

0 comments on commit 8e957e5

Please sign in to comment.