From 9a14de007e7c8d04ce708f8df1300ac8070d85df Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Fri, 23 Oct 2020 18:16:16 -0700 Subject: Implement custom service component --- docs/configuration.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'docs/configuration.md') 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: - name: "Other group" icon: "fas fa-heartbeat" items: - - name: "Another app" + - name: "Pi-hole" logo: "assets/tools/sample.png" - subtitle: "Another example" + subtitle: "Network-wide Ad Blocking" tag: "other" - url: "https://www.reddit.com/r/selfhosted/" + url: "http://192.168.0.151/admin" + type: "PiHole" # optional, loads a specific component that provides extra features. MUST MATCH a file name (without file extension) available in `src/components/services` target: "_blank" # optional html a tag target attribute # class: "green" # optional custom CSS class for card, useful with custom stylesheet ``` -- cgit v1.2.3