diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2021-03-08 22:25:35 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 22:25:35 -0800 |
commit | 66eace9e95d1962b437154b95e8f206d0da658ec (patch) | |
tree | 7b8468c44a5228fd24ac3c7ec955b73c8c432ca2 /docs | |
parent | ba07da6b1011e77c9ed42e8643e62b903c6c6d7b (diff) | |
parent | 8e0933137919ef7703a6e82fe17f7a258587e18c (diff) | |
download | homer-66eace9e95d1962b437154b95e8f206d0da658ec.tar.gz homer-66eace9e95d1962b437154b95e8f206d0da658ec.tar.zst homer-66eace9e95d1962b437154b95e8f206d0da658ec.zip |
Merge pull request #196 from GaaH/use-logo-in-groups
Use logo in groups
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 75ce7cd..a472b41 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -104,6 +104,8 @@ links: | |||
104 | services: | 104 | services: |
105 | - name: "Application" | 105 | - name: "Application" |
106 | icon: "fas fa-code-branch" | 106 | icon: "fas fa-code-branch" |
107 | # A path to an image can also be provided. Note that icon take precedence if both icon and logo are set. | ||
108 | # logo: "path/to/logo" | ||
107 | items: | 109 | items: |
108 | - name: "Awesome app" | 110 | - name: "Awesome app" |
109 | logo: "assets/tools/sample.png" | 111 | logo: "assets/tools/sample.png" |