diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-10-23 09:29:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 09:29:37 -0700 |
commit | ab8136bab7dcf0982f49b9db2ca956bc01860851 (patch) | |
tree | 93c82780e697dee5994dece506781a802cef4fcb /docs/configuration.md | |
parent | 67fd101a38baf3e7634c494eb286a671685a76b6 (diff) | |
parent | 488e4bbe7f511b3c27a665336dad4b7285c77473 (diff) | |
download | homer-ab8136bab7dcf0982f49b9db2ca956bc01860851.tar.gz homer-ab8136bab7dcf0982f49b9db2ca956bc01860851.tar.zst homer-ab8136bab7dcf0982f49b9db2ca956bc01860851.zip |
Merge pull request #138 from taigrr/master
Fix config doc for sample application
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 0e5d002..af642c8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -86,7 +86,7 @@ links: | |||
86 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | 86 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). |
87 | services: | 87 | services: |
88 | - name: "Application" | 88 | - name: "Application" |
89 | icon: "fa fa-code-fork" | 89 | icon: "fas fa-code-branch" |
90 | items: | 90 | items: |
91 | - name: "Awesome app" | 91 | - name: "Awesome app" |
92 | logo: "assets/tools/sample.png" | 92 | logo: "assets/tools/sample.png" |