diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-09-04 15:43:44 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-09-04 15:52:34 -0700 |
commit | ffe3404a2a9b36d69e880baa224375e82e64ae54 (patch) | |
tree | ad3c0ed9351dd16aa0a4458059d0f1f44c8ebb12 /docs/configuration.md | |
parent | bcf0e1bec2ea2b55def5e4377dc03d4fc6f3b928 (diff) | |
download | homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.tar.gz homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.tar.zst homer-ffe3404a2a9b36d69e880baa224375e82e64ae54.zip |
Simplify service structure
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 22f50fc..d1c8e6b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -13,7 +13,7 @@ Title, icons, links, colors, and services can be configured in the `config.yml` | |||
13 | 13 | ||
14 | title: "App dashboard" | 14 | title: "App dashboard" |
15 | subtitle: "Homer" | 15 | subtitle: "Homer" |
16 | logo: "assets/homer.png" | 16 | logo: "assets/logo.png" |
17 | # Alternatively a fa icon can be provided: | 17 | # Alternatively a fa icon can be provided: |
18 | # icon: "fas fa-skull-crossbones" | 18 | # icon: "fas fa-skull-crossbones" |
19 | 19 | ||