aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJames Coleman <grmrgecko@gmail.com>2022-05-12 17:30:24 -0500
committerJames Coleman <grmrgecko@gmail.com>2022-05-12 17:30:24 -0500
commit9506ed53c8ae78488aadff030366186af3cbd1ec (patch)
tree63b47a242844696a40b8b0083c19287c9b20977f /docs
parent2ac75c05349ee4315bfdad238504e6693adc322d (diff)
downloadhomer-9506ed53c8ae78488aadff030366186af3cbd1ec.tar.gz
homer-9506ed53c8ae78488aadff030366186af3cbd1ec.tar.zst
homer-9506ed53c8ae78488aadff030366186af3cbd1ec.zip
Add support for search keywords to solve issue #372
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 84a7ea7..6eb54c0 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -127,6 +127,7 @@ services:
127 # icon: "fab fa-jenkins" 127 # icon: "fab fa-jenkins"
128 subtitle: "Bookmark example" 128 subtitle: "Bookmark example"
129 tag: "app" 129 tag: "app"
130 keywords: "self hosted reddit"
130 url: "https://www.reddit.com/r/selfhosted/" 131 url: "https://www.reddit.com/r/selfhosted/"
131 target: "_blank" # optional html tag target attribute 132 target: "_blank" # optional html tag target attribute
132 - name: "Another one" 133 - name: "Another one"