diff options
author | Mr. Gecko <GRMrGecko@gmail.com> | 2022-05-23 16:58:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 16:58:53 -0500 |
commit | 7f4130fd047c34159911b72057b1de521541631b (patch) | |
tree | e46edd0822461122f51121d27c0a2c731555a6cb /docs | |
parent | 9506ed53c8ae78488aadff030366186af3cbd1ec (diff) | |
download | homer-7f4130fd047c34159911b72057b1de521541631b.tar.gz homer-7f4130fd047c34159911b72057b1de521541631b.tar.zst homer-7f4130fd047c34159911b72057b1de521541631b.zip |
Update docs/configuration.md
Add comment to describe keywords
Co-authored-by: Bastien Wirtz <bastien.wirtz@gmail.com>
Diffstat (limited to 'docs')
-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 6eb54c0..bb41948 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -127,7 +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 | keywords: "self hosted reddit" # optional keyword used for searching purpose |
131 | url: "https://www.reddit.com/r/selfhosted/" | 131 | url: "https://www.reddit.com/r/selfhosted/" |
132 | target: "_blank" # optional html tag target attribute | 132 | target: "_blank" # optional html tag target attribute |
133 | - name: "Another one" | 133 | - name: "Another one" |