aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-03-08 22:25:35 -0800
committerGitHub <noreply@github.com>2021-03-08 22:25:35 -0800
commit66eace9e95d1962b437154b95e8f206d0da658ec (patch)
tree7b8468c44a5228fd24ac3c7ec955b73c8c432ca2 /docs/configuration.md
parentba07da6b1011e77c9ed42e8643e62b903c6c6d7b (diff)
parent8e0933137919ef7703a6e82fe17f7a258587e18c (diff)
downloadhomer-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/configuration.md')
-rw-r--r--docs/configuration.md2
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:
104services: 104services:
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"