From a9c0d4fa86aa2768a89c221ede958f13d2bc7a33 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Fri, 23 Jan 2026 14:43:06 +0100 Subject: [PATCH] Add github link to the docs --- docs/features.md | 2 +- mkdocs.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index 3c1d13eb..153c2fec 100644 --- a/docs/features.md +++ b/docs/features.md @@ -127,7 +127,7 @@ Recommended usage with a [Kiosk app](https://www.fully-kiosk.com/). Search for `(person:John or person:Kate) and last-7-days:every-year`, then Menu -> Tools -> Photo Frame. ### Extension support -Build your own extensions. Mostly server-side changes are supported with minimal UI modifications. You can add your own button to the photos and do whatever on the server side. +Build your own extensions. Mostly server-side changes are supported with minimal UI modifications. You can add your own button to the photos and do whatever on the server side. See: [Extension Development](development/extensions.md) ![Extension](assets/extension.png) --- diff --git a/mkdocs.yml b/mkdocs.yml index 62cea45b..69f977a0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,9 +1,13 @@ site_name: PiGallery2 Documentation site_url: https://bpatrik.github.io/pigallery2/ +repo_url: https://github.com/bpatrik/pigallery2 +repo_name: bpatrik/pigallery2 theme: name: material + icon: + repo: fontawesome/brands/github # Shows the GitHub icon in the header palette: primary: indigo accent: indigo