aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorRobin Schneider <45321827+robinschneider@users.noreply.github.com>2021-10-25 14:06:41 +0200
committerGitHub <noreply@github.com>2021-10-25 14:06:41 +0200
commitf2c901a1ec45c91a3fb02333a61bb9d0c82e2859 (patch)
treea1a8d4f5b39a833ef2306824adc1d1ccf22b512f /docs
parent487f954a3688f31d5bcc5ba614cde4da3d5deedb (diff)
parentcf33747f4272baf124b99af9ed8efcca07d1d6b9 (diff)
downloadhomer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.tar.gz
homer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.tar.zst
homer-f2c901a1ec45c91a3fb02333a61bb9d0c82e2859.zip
Merge branch 'bastienwirtz:main' into apikey
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md3
-rw-r--r--docs/customservices.md5
2 files changed, 6 insertions, 2 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 50b5bd5..e2b5506 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -19,6 +19,9 @@ logo: "assets/logo.png"
19# icon: "fas fa-skull-crossbones" 19# icon: "fas fa-skull-crossbones"
20 20
21header: true # Set to false to hide the header 21header: true # Set to false to hide the header
22# Optional: Different hotkey for search, defaults to "/"
23# hotkey:
24# search: "Shift"
22footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. 25footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
23 26
24columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12) 27columns: "3" # "auto" or number (must be a factor of 12: 1, 2, 3, 4, 6, 12)
diff --git a/docs/customservices.md b/docs/customservices.md
index f55b739..3b3320d 100644
--- a/docs/customservices.md
+++ b/docs/customservices.md
@@ -97,8 +97,9 @@ For Ping you need to set the type to Ping and provide a url.
97- name: "Awesome app" 97- name: "Awesome app"
98 type: Ping 98 type: Ping
99 logo: "assets/tools/sample.png" 99 logo: "assets/tools/sample.png"
100 subtitle: "Bookmark example" tag: "app" 100 subtitle: "Bookmark example"
101 url: "https://www.reddit.com/r/selfhosted/" 101 tag: "app"
102 url: "https://www.reddit.com/r/selfhosted/"
102``` 103```
103 104
104## Prometheus 105## Prometheus