diff options
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 681d62a..a43d7f1 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -109,7 +109,7 @@ services: | |||
109 | items: | 109 | items: |
110 | - name: "Pi-hole" | 110 | - name: "Pi-hole" |
111 | logo: "assets/tools/sample.png" | 111 | logo: "assets/tools/sample.png" |
112 | subtitle: "Network-wide Ad Blocking" | 112 | # subtitle: "Network-wide Ad Blocking" # optional, if no subtitle is defined, PiHole statistics will be shown |
113 | tag: "other" | 113 | tag: "other" |
114 | url: "http://192.168.0.151/admin" | 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 | type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` |