diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-07 22:33:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 22:33:20 +0200 |
commit | 7341d7634b5a7d66e7eab921c0fcfe7034d2047f (patch) | |
tree | 943e41fee0bc8e4333d64331fab42b967d7f9d2e /public/assets | |
parent | b2a41400540b5003431bd83f6859b74991f195c5 (diff) | |
parent | 9e1e82b0f3ce57f95f21fc09c70e2711e5105997 (diff) | |
download | homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.tar.gz homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.tar.zst homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.zip |
Merge branch 'main' into feature/adguard-home-customservices-doc
Diffstat (limited to 'public/assets')
-rw-r--r-- | public/assets/additional-page.yml.dist (renamed from public/assets/additionnal-page.yml.dist) | 4 | ||||
-rw-r--r-- | public/assets/config.yml.dist | 8 | ||||
-rw-r--r-- | public/assets/config.yml.dist.sample-sui | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/public/assets/additionnal-page.yml.dist b/public/assets/additional-page.yml.dist index f918dc1..5d377ee 100644 --- a/public/assets/additionnal-page.yml.dist +++ b/public/assets/additional-page.yml.dist | |||
@@ -1,7 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | # Additionnal page configuration | 2 | # Additional page configuration |
3 | 3 | ||
4 | # Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>). | 4 | # Additional configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>). |
5 | # `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything | 5 | # `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything |
6 | 6 | ||
7 | 7 | ||
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index acdd32c..03a8682 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/v5/search for icons options |
4 | 4 | ||
5 | title: "Demo dashboard" | 5 | title: "Demo dashboard" |
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
@@ -58,11 +58,11 @@ links: | |||
58 | - name: "Wiki" | 58 | - name: "Wiki" |
59 | icon: "fas fa-book" | 59 | icon: "fas fa-book" |
60 | url: "https://www.wikipedia.org/" | 60 | url: "https://www.wikipedia.org/" |
61 | # this will link to a second homer page that will load config from additionnal-page.yml and keep default config values as in config.yml file | 61 | # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file |
62 | # see url field and assets/additionnal-page.yml.dist used in this example: | 62 | # see url field and assets/additional-page.yml.dist used in this example: |
63 | - name: "another page!" | 63 | - name: "another page!" |
64 | icon: "fas fa-file-alt" | 64 | icon: "fas fa-file-alt" |
65 | url: "#additionnal-page" | 65 | url: "#additional-page" |
66 | 66 | ||
67 | # Services | 67 | # Services |
68 | # First level array represent a group. | 68 | # First level array represent a group. |
diff --git a/public/assets/config.yml.dist.sample-sui b/public/assets/config.yml.dist.sample-sui index ff7f80a..4ebf4a4 100644 --- a/public/assets/config.yml.dist.sample-sui +++ b/public/assets/config.yml.dist.sample-sui | |||
@@ -1,6 +1,6 @@ | |||
1 | --- | 1 | --- |
2 | # Homepage configuration | 2 | # Homepage configuration |
3 | # See https://fontawesome.com/icons for icons options | 3 | # See https://fontawesome.com/v5/search for icons options |
4 | 4 | ||
5 | title: "Hello beautiful!" | 5 | title: "Hello beautiful!" |
6 | subtitle: "App dashboard" | 6 | subtitle: "App dashboard" |