diff options
Diffstat (limited to 'docs/configuration.md')
-rw-r--r-- | docs/configuration.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 4bd4677..7df5651 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -107,11 +107,12 @@ services: | |||
107 | - name: "Other group" | 107 | - name: "Other group" |
108 | icon: "fas fa-heartbeat" | 108 | icon: "fas fa-heartbeat" |
109 | items: | 109 | items: |
110 | - name: "Another app" | 110 | - name: "Pi-hole" |
111 | logo: "assets/tools/sample.png" | 111 | logo: "assets/tools/sample.png" |
112 | subtitle: "Another example" | 112 | subtitle: "Network-wide Ad Blocking" |
113 | tag: "other" | 113 | tag: "other" |
114 | url: "https://www.reddit.com/r/selfhosted/" | 114 | url: "http://192.168.0.151/admin" |
115 | type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` | ||
115 | target: "_blank" # optional html a tag target attribute | 116 | target: "_blank" # optional html a tag target attribute |
116 | # class: "green" # optional custom CSS class for card, useful with custom stylesheet | 117 | # class: "green" # optional custom CSS class for card, useful with custom stylesheet |
117 | ``` | 118 | ``` |