mirror of
https://github.com/bpatrik/pigallery2.git
synced 2026-06-20 00:15:49 +02:00
Add github link to the docs
This commit is contained in:
+1
-1
@@ -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)
|
||||

|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user