diff options
Diffstat (limited to 'public/assets/config.yml.dist')
-rw-r--r-- | public/assets/config.yml.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 85478ec..65c5098 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -56,6 +56,11 @@ links: | |||
56 | - name: "Wiki" | 56 | - name: "Wiki" |
57 | icon: "fas fa-book" | 57 | icon: "fas fa-book" |
58 | url: "https://www.wikipedia.org/" | 58 | url: "https://www.wikipedia.org/" |
59 | # 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 | ||
60 | # see url field and assets/additionnal-page.yml.dist used in this example: | ||
61 | - name: "another page!" | ||
62 | icon: "fas fa-file-alt" | ||
63 | url: "#additionnal-page" | ||
59 | 64 | ||
60 | # Services | 65 | # Services |
61 | # First level array represent a group. | 66 | # First level array represent a group. |