From e028716b18db0ef4bbcfc0b23738802cc39f85d8 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Mon, 26 Oct 2020 04:22:28 -0700 Subject: [PATCH] docs: Adds documentation supporting info and infotarget options --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index 7df5651..5839d3d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -97,6 +97,8 @@ services: tag: "app" url: "https://www.reddit.com/r/selfhosted/" target: "_blank" # optional html tag target attribute + info: "https://github.com/bastienwirtz/homer/tree/main/docs" # optional link to documentation + infotarget: "_blank" # same as target, but for icon link - name: "Another one" logo: "assets/tools/sample2.png" subtitle: "Another application"