aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-10-23 09:29:37 -0700
committerGitHub <noreply@github.com>2020-10-23 09:29:37 -0700
commitab8136bab7dcf0982f49b9db2ca956bc01860851 (patch)
tree93c82780e697dee5994dece506781a802cef4fcb /docs
parent67fd101a38baf3e7634c494eb286a671685a76b6 (diff)
parent488e4bbe7f511b3c27a665336dad4b7285c77473 (diff)
downloadhomer-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')
-rw-r--r--docs/configuration.md2
-rw-r--r--docs/development.md (renamed from docs/developement.md)0
2 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).
87services: 87services:
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"
diff --git a/docs/developement.md b/docs/development.md
index 6ea1cba..6ea1cba 100644
--- a/docs/developement.md
+++ b/docs/development.md