diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-28 09:24:16 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-28 09:24:16 -0400 |
commit | 819f0d405212109b5dcedbc04f504b6bb5d2fb4a (patch) | |
tree | c6c781339d8ea32b99f732955f2f370b679b96e6 | |
parent | a01da0b8be89bfd85131f16c8406cc1e7ad0c1a4 (diff) | |
download | homer-819f0d405212109b5dcedbc04f504b6bb5d2fb4a.tar.gz homer-819f0d405212109b5dcedbc04f504b6bb5d2fb4a.tar.zst homer-819f0d405212109b5dcedbc04f504b6bb5d2fb4a.zip |
Added 'Features' section from README to docs
-rw-r--r-- | docs/index.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md index 737162e..7eb7eb8 100644 --- a/docs/index.md +++ b/docs/index.md | |||
@@ -17,4 +17,18 @@ categorize them in groups, and in some cases, | |||
17 | [get live status data](/custom_services) right there on your home page. | 17 | [get live status data](/custom_services) right there on your home page. |
18 | Customize your home page with your own images and CSS to make it fit your style! | 18 | Customize your home page with your own images and CSS to make it fit your style! |
19 | 19 | ||
20 | ## Features | ||
21 | |||
22 | - [yaml](http://yaml.org/) file configuration | ||
23 | - Installable (pwa) | ||
24 | - Search | ||
25 | - Grouping | ||
26 | - Theme customization | ||
27 | - Offline health check | ||
28 | - keyboard shortcuts: | ||
29 | - `/` Start searching. | ||
30 | - `Escape` Stop searching. | ||
31 | - `Enter` Open the first matching result (respects the bookmark's `_target` property). | ||
32 | - `Alt`/`Option` + `Enter` Open the first matching result in a new tab. | ||
33 | |||
20 | 34 | ||